Uses of Class
org.xcmis.core.CmisPropertiesType

Packages that use CmisPropertiesType
org.xcmis.core   
org.xcmis.messaging   
org.xcmis.soap   
org.xcmis.wssoap.impl   
 

Uses of CmisPropertiesType in org.xcmis.core
 

Fields in org.xcmis.core declared as CmisPropertiesType
protected  CmisPropertiesType CmisObjectType.properties
           
 

Methods in org.xcmis.core that return CmisPropertiesType
 CmisPropertiesType ObjectFactory.createCmisPropertiesType()
          Create an instance of CmisPropertiesType
 CmisPropertiesType CmisObjectType.getProperties()
          Gets the value of the properties property.
 

Methods in org.xcmis.core with parameters of type CmisPropertiesType
 void CmisObjectType.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 

Uses of CmisPropertiesType in org.xcmis.messaging
 

Fields in org.xcmis.messaging declared as CmisPropertiesType
protected  CmisPropertiesType CreateRelationship.properties
           
protected  CmisPropertiesType CreatePolicy.properties
           
protected  CmisPropertiesType CreateDocumentFromSource.properties
           
protected  CmisPropertiesType GetPropertiesOfLatestVersionResponse.properties
           
protected  CmisPropertiesType GetPropertiesResponse.properties
           
protected  CmisPropertiesType CreateFolder.properties
           
protected  CmisPropertiesType CreateDocument.properties
           
protected  CmisPropertiesType UpdateProperties.properties
           
 

Fields in org.xcmis.messaging with type parameters of type CmisPropertiesType
protected  JAXBElement<CmisPropertiesType> CheckIn.properties
           
 

Methods in org.xcmis.messaging that return CmisPropertiesType
 CmisPropertiesType CreateRelationship.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType CreatePolicy.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType CreateDocumentFromSource.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType GetPropertiesOfLatestVersionResponse.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType GetPropertiesResponse.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType CreateFolder.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType CreateDocument.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType UpdateProperties.getProperties()
          Gets the value of the properties property.
 

Methods in org.xcmis.messaging that return types with arguments of type CmisPropertiesType
 JAXBElement<CmisPropertiesType> ObjectFactory.createCheckInProperties(CmisPropertiesType value)
          Create an instance of JAXBElement<CmisPropertiesType>}
 JAXBElement<CmisPropertiesType> CheckIn.getProperties()
          Gets the value of the properties property.
 

Methods in org.xcmis.messaging with parameters of type CmisPropertiesType
 JAXBElement<CmisPropertiesType> ObjectFactory.createCheckInProperties(CmisPropertiesType value)
          Create an instance of JAXBElement<CmisPropertiesType>}
 void CreateRelationship.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 void CreatePolicy.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 void CreateDocumentFromSource.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 void GetPropertiesOfLatestVersionResponse.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 void GetPropertiesResponse.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 void CreateFolder.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 void CreateDocument.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 void UpdateProperties.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 

Method parameters in org.xcmis.messaging with type arguments of type CmisPropertiesType
 void CheckIn.setProperties(JAXBElement<CmisPropertiesType> value)
          Sets the value of the properties property.
 

Uses of CmisPropertiesType in org.xcmis.soap
 

Methods in org.xcmis.soap that return CmisPropertiesType
 CmisPropertiesType ObjectServicePort.getProperties(String repositoryId, String objectId, String filter, CmisExtensionType extension)
           
 CmisPropertiesType VersioningServicePort.getPropertiesOfLatestVersion(String repositoryId, String objectId, Boolean major, String filter, CmisExtensionType extension)
           
 

Methods in org.xcmis.soap with parameters of type CmisPropertiesType
 void VersioningServicePort.checkIn(String repositoryId, Holder<String> objectId, Boolean major, CmisPropertiesType properties, CmisContentStreamType contentStream, String checkinComment, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension)
           
 void ObjectServicePort.createDocument(String repositoryId, CmisPropertiesType properties, String folderId, CmisContentStreamType contentStream, EnumVersioningState versioningState, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
           
 void ObjectServicePort.createDocumentFromSource(String repositoryId, String sourceId, CmisPropertiesType properties, String folderId, EnumVersioningState versioningState, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
           
 void ObjectServicePort.createFolder(String repositoryId, CmisPropertiesType properties, String folderId, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
           
 void ObjectServicePort.createPolicy(String repositoryId, CmisPropertiesType properties, String folderId, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
           
 void ObjectServicePort.createRelationship(String repositoryId, CmisPropertiesType properties, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
           
 void ObjectServicePort.updateProperties(String repositoryId, Holder<String> objectId, Holder<String> changeToken, CmisPropertiesType properties, Holder<CmisExtensionType> extension)
           
 

Uses of CmisPropertiesType in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl that return CmisPropertiesType
static CmisPropertiesType TypeConverter.getCmisPropertiesType(org.xcmis.spi.model.CmisObject source)
           
 CmisPropertiesType ObjectServicePortImpl.getProperties(String repositoryId, String objectId, String propertyFilter, CmisExtensionType extension)
          
 CmisPropertiesType VersioningServicePortImpl.getPropertiesOfLatestVersion(String repositoryId, String objectId, Boolean major, String filter, CmisExtensionType extension)
          
 

Methods in org.xcmis.wssoap.impl with parameters of type CmisPropertiesType
 void VersioningServicePortImpl.checkIn(String repositoryId, Holder<String> documentId, Boolean major, CmisPropertiesType properties, CmisContentStreamType contentStream, String checkinComment, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension)
          
 void ObjectServicePortImpl.createDocument(String repositoryId, CmisPropertiesType properties, String folderId, CmisContentStreamType contentStream, EnumVersioningState versioningState, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
          
 void ObjectServicePortImpl.createDocumentFromSource(String repositoryId, String sourceId, CmisPropertiesType properties, String folderId, EnumVersioningState versioningState, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
          
 void ObjectServicePortImpl.createFolder(String repositoryId, CmisPropertiesType properties, String folderId, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
          
 void ObjectServicePortImpl.createPolicy(String repositoryId, CmisPropertiesType properties, String folderId, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
          
 void ObjectServicePortImpl.createRelationship(String repositoryId, CmisPropertiesType properties, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
          
static Map<String,org.xcmis.spi.model.Property<?>> TypeConverter.getPropertyMap(CmisPropertiesType input)
           
 void ObjectServicePortImpl.updateProperties(String repositoryId, Holder<String> objectId, Holder<String> changeToken, CmisPropertiesType properties, Holder<CmisExtensionType> extension)
          
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.