Uses of Class
org.xcmis.core.CmisProperty

Packages that use CmisProperty
org.xcmis.core   
org.xcmis.wssoap.impl   
 

Uses of CmisProperty in org.xcmis.core
 

Subclasses of CmisProperty in org.xcmis.core
 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.xcmis.core with type parameters of type CmisProperty
protected  List<CmisProperty> CmisPropertiesType.property
           
 

Methods in org.xcmis.core that return CmisProperty
 CmisProperty ObjectFactory.createCmisProperty()
          Create an instance of CmisProperty
 

Methods in org.xcmis.core that return types with arguments of type CmisProperty
 List<CmisProperty> CmisPropertiesType.getProperty()
          Gets the value of the property property.
 

Uses of CmisProperty in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl that return CmisProperty
static CmisProperty TypeConverter.getCmisProperty(org.xcmis.spi.model.Property<?> source)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.