|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
---|---|
org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
Uses of Property in org.apache.chemistry.opencmis.client.api |
---|
Methods in org.apache.chemistry.opencmis.client.api that return Property | ||
---|---|---|
|
ObjectFactory.createProperty(PropertyDefinition<?> type,
T value)
|
|
|
ObjectFactory.createPropertyMultivalue(PropertyDefinition<?> type,
List<T> values)
|
|
|
CmisObject.getProperty(String id)
Returns a property by id. |
Methods in org.apache.chemistry.opencmis.client.api that return types with arguments of type Property | |
---|---|
Map<String,Property<?>> |
ObjectFactory.convertProperties(ObjectType objectType,
Properties properties)
|
List<Property<?>> |
ChangeEvent.getNewProperties()
For change events with change type "updated": The list of properties now applied to the object. |
List<Property<?>> |
CmisObject.getProperties()
Returns all properties that have been fetched for this object. |
Method parameters in org.apache.chemistry.opencmis.client.api with type arguments of type Property | |
---|---|
Document |
Document.copy(List<Property<?>> properties,
VersioningState versioningState,
List<Policy> policies,
List<Ace> addACEs,
List<Ace> removeACEs)
Creates a (content) copy of this document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |