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.client.mapper   
org.apache.chemistry.opencmis.commons.definitions OpenCMIS type and property definition interfaces. 
org.apache.chemistry.opencmis.commons.spi OpenCMIS client and server binding services. 
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, 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.client.mapper
 

Methods in org.apache.chemistry.opencmis.client.mapper with parameters of type PropertyDefinition
 Object PropertyMapperExif.convertValue(String id, PropertyDefinition<?> propDef, String strValue)
           
 Object PropertyMapperTika.convertValue(String key, PropertyDefinition<?> propDef, String strValue)
           
 Object PropertyMapper.convertValue(String id, PropertyDefinition<?> propDef, String strValue)
          Convert a value parsed from the file to the type the corresponding property expects
 

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
 Map<String,PropertyDefinition<?>> TypeDefinition.getPropertyDefinitions()
          Returns the property definitions of this type.
 

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

Methods in org.apache.chemistry.opencmis.commons.spi with parameters of type PropertyDefinition
<T> PropertyData<T>
BindingsObjectFactory.createPropertyData(PropertyDefinition<T> pd, Object value)
           
 

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, String message)
           
 



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