Uses of Class
org.xcmis.client.gwt.model.property.CmisProperties

Packages that use CmisProperties
org.xcmis.client.gwt.model.actions   
org.xcmis.client.gwt.object   
org.xcmis.client.gwt.object.impl   
 

Uses of CmisProperties in org.xcmis.client.gwt.model.actions
 

Fields in org.xcmis.client.gwt.model.actions declared as CmisProperties
protected  CmisProperties CheckIn.properties
          Properties.
protected  CmisProperties CreateDocument.properties
          Properties.
protected  CmisProperties CreateFolder.properties
          Properties.
protected  CmisProperties CreatePolicy.properties
          Properties.
protected  CmisProperties UpdateProperties.properties
          Properties.
protected  CmisProperties CreateDocumentFromSource.properties
          Properties.
protected  CmisProperties CreateRelationship.properties
          Properties.
 

Methods in org.xcmis.client.gwt.model.actions that return CmisProperties
 CmisProperties CheckIn.getProperties()
           
 CmisProperties CreateDocument.getProperties()
          Gets the value of the properties property.
 CmisProperties CreateFolder.getProperties()
          Gets the value of the properties property.
 CmisProperties CreatePolicy.getProperties()
          Gets the value of the properties property.
 CmisProperties UpdateProperties.getProperties()
          Gets the value of the properties property.
 CmisProperties CreateDocumentFromSource.getProperties()
          Gets the value of the properties property.
 CmisProperties CreateRelationship.getProperties()
          Gets the value of the properties property.
 

Methods in org.xcmis.client.gwt.model.actions with parameters of type CmisProperties
 void CheckIn.setProperties(CmisProperties value)
           
 void CreateDocument.setProperties(CmisProperties value)
          Sets the value of the properties property.
 void CreateFolder.setProperties(CmisProperties value)
          Sets the value of the properties property.
 void CreatePolicy.setProperties(CmisProperties value)
          Sets the value of the properties property.
 void UpdateProperties.setProperties(CmisProperties value)
           
 void CreateDocumentFromSource.setProperties(CmisProperties value)
          Sets the value of the properties property.
 void CreateRelationship.setProperties(CmisProperties value)
          Sets the value of the properties property.
 

Uses of CmisProperties in org.xcmis.client.gwt.object
 

Methods in org.xcmis.client.gwt.object that return CmisProperties
 CmisProperties CmisObject.getProperties()
          
 

Methods in org.xcmis.client.gwt.object with parameters of type CmisProperties
 void CmisObject.setProperties(CmisProperties properties)
           
 

Uses of CmisProperties in org.xcmis.client.gwt.object.impl
 

Methods in org.xcmis.client.gwt.object.impl that return CmisProperties
 CmisProperties CmisObjectImpl.getProperties()
           
 

Methods in org.xcmis.client.gwt.object.impl with parameters of type CmisProperties
 void CmisObjectImpl.setProperties(CmisProperties properties)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.