Uses of Interface
org.apache.chemistry.opencmis.client.api.Property

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
<T> Property<T>
ObjectFactory.createProperty(PropertyDefinition<?> type, T value)
           
<T> Property<T>
ObjectFactory.createPropertyMultivalue(PropertyDefinition<?> type, List<T> values)
           
<T> Property<T>
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.
 



Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.