Uses of Class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisProperty

Packages that use CmisProperty
org.apache.chemistry.opencmis.commons.impl   
org.apache.chemistry.opencmis.commons.impl.jaxb   
 

Uses of CmisProperty in org.apache.chemistry.opencmis.commons.impl
 

Methods in org.apache.chemistry.opencmis.commons.impl that return CmisProperty
static CmisProperty Converter.convert(PropertyData<?> property)
          Converts a property object.
 

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisProperty
static PropertyData<?> Converter.convert(CmisProperty property)
          Converts a property object.
 

Uses of CmisProperty in org.apache.chemistry.opencmis.commons.impl.jaxb
 

Subclasses of CmisProperty in org.apache.chemistry.opencmis.commons.impl.jaxb
 class CmisPropertyBoolean
          Java class for cmisPropertyBoolean complex type.
 class CmisPropertyDateTime
          Java class for cmisPropertyDateTime complex type.
 class CmisPropertyDecimal
          Java class for cmisPropertyDecimal complex type.
 class CmisPropertyHtml
          Java class for cmisPropertyHtml complex type.
 class CmisPropertyId
          Java class for cmisPropertyId complex type.
 class CmisPropertyInteger
          Java class for cmisPropertyInteger complex type.
 class CmisPropertyString
          Java class for cmisPropertyString complex type.
 class CmisPropertyUri
          Java class for cmisPropertyUri complex type.
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type CmisProperty
protected  List<CmisProperty> CmisPropertiesType.property
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisProperty
 CmisProperty ObjectFactory.createCmisProperty()
          Create an instance of CmisProperty
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisProperty
 List<CmisProperty> CmisPropertiesType.getProperty()
          Gets the value of the property property.
 



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