Uses of Class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertiesType

Packages that use CmisPropertiesType
org.apache.chemistry.opencmis.commons.impl   
org.apache.chemistry.opencmis.commons.impl.jaxb   
org.apache.chemistry.opencmis.server.impl.webservices   
 

Uses of CmisPropertiesType in org.apache.chemistry.opencmis.commons.impl
 

Methods in org.apache.chemistry.opencmis.commons.impl that return CmisPropertiesType
static CmisPropertiesType Converter.convert(Properties properties)
          Converts a properties object.
 

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisPropertiesType
static Properties Converter.convert(CmisPropertiesType properties)
          Converts a properties object.
 

Uses of CmisPropertiesType in org.apache.chemistry.opencmis.commons.impl.jaxb
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisPropertiesType
protected  CmisPropertiesType UpdateProperties.properties
           
protected  CmisPropertiesType GetPropertiesResponse.properties
           
protected  CmisPropertiesType GetPropertiesOfLatestVersionResponse.properties
           
protected  CmisPropertiesType CreateRelationship.properties
           
protected  CmisPropertiesType CreatePolicy.properties
           
protected  CmisPropertiesType CreateFolder.properties
           
protected  CmisPropertiesType CreateDocumentFromSource.properties
           
protected  CmisPropertiesType CreateDocument.properties
           
protected  CmisPropertiesType CmisObjectType.properties
           
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type CmisPropertiesType
protected  javax.xml.bind.JAXBElement<CmisPropertiesType> CheckIn.properties
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisPropertiesType
 CmisPropertiesType ObjectFactory.createCmisPropertiesType()
          Create an instance of CmisPropertiesType
 CmisPropertiesType UpdateProperties.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType GetPropertiesResponse.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType GetPropertiesOfLatestVersionResponse.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType CreateRelationship.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType CreatePolicy.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType CreateFolder.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType CreateDocumentFromSource.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType CreateDocument.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType CmisObjectType.getProperties()
          Gets the value of the properties property.
 CmisPropertiesType ObjectServicePort.getProperties(java.lang.String repositoryId, java.lang.String objectId, java.lang.String filter, CmisExtensionType extension)
           
 CmisPropertiesType VersioningServicePort.getPropertiesOfLatestVersion(java.lang.String repositoryId, java.lang.String objectId, java.lang.Boolean major, java.lang.String filter, CmisExtensionType extension)
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisPropertiesType
 javax.xml.bind.JAXBElement<CmisPropertiesType> ObjectFactory.createCheckInProperties(CmisPropertiesType value)
          Create an instance of JAXBElement<CmisPropertiesType>}
 javax.xml.bind.JAXBElement<CmisPropertiesType> CheckIn.getProperties()
          Gets the value of the properties property.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisPropertiesType
 void VersioningServicePort.checkIn(java.lang.String repositoryId, javax.xml.ws.Holder<java.lang.String> objectId, java.lang.Boolean major, CmisPropertiesType properties, CmisContentStreamType contentStream, java.lang.String checkinComment, java.util.List<java.lang.String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, javax.xml.ws.Holder<CmisExtensionType> extension)
           
 javax.xml.bind.JAXBElement<CmisPropertiesType> ObjectFactory.createCheckInProperties(CmisPropertiesType value)
          Create an instance of JAXBElement<CmisPropertiesType>}
 void ObjectServicePort.createDocument(java.lang.String repositoryId, CmisPropertiesType properties, java.lang.String folderId, CmisContentStreamType contentStream, EnumVersioningState versioningState, java.util.List<java.lang.String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<java.lang.String> objectId)
           
 void ObjectServicePort.createDocumentFromSource(java.lang.String repositoryId, java.lang.String sourceId, CmisPropertiesType properties, java.lang.String folderId, EnumVersioningState versioningState, java.util.List<java.lang.String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<java.lang.String> objectId)
           
 void ObjectServicePort.createFolder(java.lang.String repositoryId, CmisPropertiesType properties, java.lang.String folderId, java.util.List<java.lang.String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<java.lang.String> objectId)
           
 void ObjectServicePort.createPolicy(java.lang.String repositoryId, CmisPropertiesType properties, java.lang.String folderId, java.util.List<java.lang.String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<java.lang.String> objectId)
           
 void ObjectServicePort.createRelationship(java.lang.String repositoryId, CmisPropertiesType properties, java.util.List<java.lang.String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<java.lang.String> objectId)
           
 void UpdateProperties.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 void GetPropertiesResponse.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 void GetPropertiesOfLatestVersionResponse.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 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 CreateFolder.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 void CreateDocumentFromSource.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 void CreateDocument.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 void CmisObjectType.setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 void ObjectServicePort.updateProperties(java.lang.String repositoryId, javax.xml.ws.Holder<java.lang.String> objectId, javax.xml.ws.Holder<java.lang.String> changeToken, CmisPropertiesType properties, javax.xml.ws.Holder<CmisExtensionType> extension)
           
 

Method parameters in org.apache.chemistry.opencmis.commons.impl.jaxb with type arguments of type CmisPropertiesType
 void CheckIn.setProperties(javax.xml.bind.JAXBElement<CmisPropertiesType> value)
          Sets the value of the properties property.
 

Uses of CmisPropertiesType in org.apache.chemistry.opencmis.server.impl.webservices
 

Methods in org.apache.chemistry.opencmis.server.impl.webservices that return CmisPropertiesType
 CmisPropertiesType ObjectService.getProperties(java.lang.String repositoryId, java.lang.String objectId, java.lang.String filter, CmisExtensionType extension)
           
 CmisPropertiesType VersioningService.getPropertiesOfLatestVersion(java.lang.String repositoryId, java.lang.String versionSeriesId, java.lang.Boolean major, java.lang.String filter, CmisExtensionType extension)
           
 

Methods in org.apache.chemistry.opencmis.server.impl.webservices with parameters of type CmisPropertiesType
 void VersioningService.checkIn(java.lang.String repositoryId, javax.xml.ws.Holder<java.lang.String> objectId, java.lang.Boolean major, CmisPropertiesType properties, CmisContentStreamType contentStream, java.lang.String checkinComment, java.util.List<java.lang.String> policies, CmisAccessControlListType addAces, CmisAccessControlListType removeAces, javax.xml.ws.Holder<CmisExtensionType> extension)
           
 void ObjectService.createDocument(java.lang.String repositoryId, CmisPropertiesType properties, java.lang.String folderId, CmisContentStreamType contentStream, EnumVersioningState versioningState, java.util.List<java.lang.String> policies, CmisAccessControlListType addAces, CmisAccessControlListType removeAces, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<java.lang.String> objectId)
           
 void ObjectService.createDocumentFromSource(java.lang.String repositoryId, java.lang.String sourceId, CmisPropertiesType properties, java.lang.String folderId, EnumVersioningState versioningState, java.util.List<java.lang.String> policies, CmisAccessControlListType addAces, CmisAccessControlListType removeAces, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<java.lang.String> objectId)
           
 void ObjectService.createFolder(java.lang.String repositoryId, CmisPropertiesType properties, java.lang.String folderId, java.util.List<java.lang.String> policies, CmisAccessControlListType addAces, CmisAccessControlListType removeAces, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<java.lang.String> objectId)
           
 void ObjectService.createPolicy(java.lang.String repositoryId, CmisPropertiesType properties, java.lang.String folderId, java.util.List<java.lang.String> policies, CmisAccessControlListType addAces, CmisAccessControlListType removeAces, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<java.lang.String> objectId)
           
 void ObjectService.createRelationship(java.lang.String repositoryId, CmisPropertiesType properties, java.util.List<java.lang.String> policies, CmisAccessControlListType addAces, CmisAccessControlListType removeAces, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<java.lang.String> objectId)
           
 void ObjectService.updateProperties(java.lang.String repositoryId, javax.xml.ws.Holder<java.lang.String> objectId, javax.xml.ws.Holder<java.lang.String> changeToken, CmisPropertiesType properties, javax.xml.ws.Holder<CmisExtensionType> extension)
           
 



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