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

Packages that use Property
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.client.util   
org.apache.chemistry.opencmis.tck.impl   
 

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<T> type, List<T> values)
           
<T> Property<T>
CmisObjectProperties.getProperty(String id)
          Returns the requested property.
 

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<?>> CmisObjectProperties.getProperties()
          Returns a list of all available CMIS properties.
 

Uses of Property in org.apache.chemistry.opencmis.client.util
 

Methods in org.apache.chemistry.opencmis.client.util with parameters of type Property
static void FileUtils.printProperty(Property<?> prop)
           
static void FileUtils.printProperty(Property<?> prop, PrintStream out)
           
 

Uses of Property in org.apache.chemistry.opencmis.tck.impl
 

Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type Property
protected  CmisTestResult AbstractSessionTest.checkProperty(Property<?> property, String message, PropertyCheckEnum propertyCheck)
           
 



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