| Package | Description | 
|---|---|
| org.apache.chemistry.opencmis.jcr | 
| Modifier and Type | Method and Description | 
|---|---|
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.addPropertyList(PropertiesImpl props,
               String typeId,
               Set<String> filter,
               String id,
               List<String> values)  | 
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-2014 The Apache Software Foundation. All Rights Reserved.