Uses of Class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl

Packages that use PropertiesImpl
org.apache.chemistry.opencmis.jcr   
 

Uses of PropertiesImpl in org.apache.chemistry.opencmis.jcr
 

Methods in org.apache.chemistry.opencmis.jcr with parameters of type PropertiesImpl
protected  void JcrNode.addPropertyBoolean(PropertiesImpl props, String typeId, Set<String> filter, String id, boolean value)
          Add boolean property to the CMIS object represented by this instance
protected  void JcrNode.addPropertyDateTime(PropertiesImpl props, String typeId, Set<String> filter, String id, GregorianCalendar value)
          Add date-time property to the CMIS object represented by this instance
protected  void JcrNode.addPropertyId(PropertiesImpl props, String typeId, Set<String> filter, String id, String value)
          Add Id property to the CMIS object represented by this instance
protected  void JcrNode.addPropertyInteger(PropertiesImpl props, String typeId, Set<String> filter, String id, long value)
          Add integer property to the CMIS object represented by this instance
protected  void JcrNode.addPropertyString(PropertiesImpl props, String typeId, Set<String> filter, String id, String value)
          Add string property to the CMIS object represented by this instance
protected  void JcrVersionBase.compileProperties(PropertiesImpl properties, Set<String> filter, ObjectInfoImpl objectInfo)
           
protected  void JcrNode.compileProperties(PropertiesImpl properties, Set<String> filter, ObjectInfoImpl objectInfo)
          Compile the properties of the CMIS object represented by this instance.
protected  void JcrFolder.compileProperties(PropertiesImpl properties, Set<String> filter, ObjectInfoImpl objectInfo)
           
protected  void JcrDocument.compileProperties(PropertiesImpl properties, Set<String> filter, ObjectInfoImpl objectInfo)
           
 



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