Uses of Interface
org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition

Packages that use PropertyDefinition
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.commons.definitions OpenCMIS type and property definition interfaces. 
org.apache.chemistry.opencmis.server.support.query   
org.apache.chemistry.opencmis.tck.impl   
 

Uses of PropertyDefinition in org.apache.chemistry.opencmis.client.api
 

Methods in org.apache.chemistry.opencmis.client.api that return PropertyDefinition
 PropertyDefinition<T> Property.getDefinition()
          Returns the property definition.
 

Methods in org.apache.chemistry.opencmis.client.api with parameters of type PropertyDefinition
<T> Property<T>
ObjectFactory.createProperty(PropertyDefinition<T> type, java.util.List<T> values)
           
 void QueryStatement.setProperty(int parameterIndex, PropertyDefinition<?> propertyDefinition)
          Sets the designated parameter to the query name of the given property.
 

Uses of PropertyDefinition in org.apache.chemistry.opencmis.commons.definitions
 

Subinterfaces of PropertyDefinition in org.apache.chemistry.opencmis.commons.definitions
 interface PropertyBooleanDefinition
           
 interface PropertyDateTimeDefinition
           
 interface PropertyDecimalDefinition
           
 interface PropertyHtmlDefinition
           
 interface PropertyIdDefinition
           
 interface PropertyIntegerDefinition
           
 interface PropertyStringDefinition
           
 interface PropertyUriDefinition
           
 

Methods in org.apache.chemistry.opencmis.commons.definitions that return types with arguments of type PropertyDefinition
 java.util.Map<java.lang.String,PropertyDefinition<?>> TypeDefinition.getPropertyDefinitions()
          Returns the property definitions of this type.
 

Uses of PropertyDefinition in org.apache.chemistry.opencmis.server.support.query
 

Methods in org.apache.chemistry.opencmis.server.support.query that return PropertyDefinition
 PropertyDefinition<?> ColumnReference.getPropertyDefinition()
           
 

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

Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type PropertyDefinition
protected  CmisTestResult AbstractSessionTest.assertEquals(PropertyDefinition<?> expected, PropertyDefinition<?> actual, CmisTestResult success, CmisTestResult failure)
           
protected  CmisTestResult AbstractSessionTest.assertEquals(PropertyDefinition<?> expected, PropertyDefinition<?> actual, CmisTestResult success, CmisTestResult failure)
           
protected  CmisTestResult AbstractSessionTest.checkPropertyDefinition(PropertyDefinition<?> propDef, java.lang.String message)
           
 



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