Uses of Class
org.pentaho.commons.util.repository.type.CmisProperty

Packages that use CmisProperty
org.pentaho.commons.util.repository.type   
 

Uses of CmisProperty in org.pentaho.commons.util.repository.type
 

Subclasses of CmisProperty in org.pentaho.commons.util.repository.type
 class PropertyBoolean
           
 class PropertyDateTime
           
 class PropertyDecimal
           
 class PropertyHtml
           
 class PropertyId
           
 class PropertyInteger
           
 class PropertyString
           
 class PropertyUri
           
 class PropertyXml
           
 

Methods in org.pentaho.commons.util.repository.type that return types with arguments of type CmisProperty
 List<CmisProperty> CmisProperties.getProperties()
           
 

Method parameters in org.pentaho.commons.util.repository.type with type arguments of type CmisProperty
 void CmisProperties.setProperties(List<CmisProperty> properties)