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

Methods in org.apache.chemistry.opencmis.client.api that return types with arguments of type Property
 java.util.Map<java.lang.String,Property<?>> ObjectFactory.convertProperties(ObjectType objectType, Properties properties)
           
 java.util.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, java.io.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.assertEquals(Property<?> expected, Property<?> actual, CmisTestResult success, CmisTestResult failure)
           
protected  CmisTestResult AbstractSessionTest.assertEquals(Property<?> expected, Property<?> actual, CmisTestResult success, CmisTestResult failure)
           
protected  CmisTestResult AbstractSessionTest.checkProperty(Property<?> property, java.lang.String message, PropertyCheckEnum propertyCheck)
           
 



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