Uses of Class
org.xcmis.core.CmisAccessControlListType

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

Uses of CmisAccessControlListType in org.xcmis.core
 

Fields in org.xcmis.core declared as CmisAccessControlListType
protected  CmisAccessControlListType CmisObjectType.acl
           
 

Methods in org.xcmis.core that return CmisAccessControlListType
 CmisAccessControlListType ObjectFactory.createCmisAccessControlListType()
          Create an instance of CmisAccessControlListType
 CmisAccessControlListType CmisObjectType.getAcl()
          Gets the value of the acl property.
 

Methods in org.xcmis.core that return types with arguments of type CmisAccessControlListType
 JAXBElement<CmisAccessControlListType> ObjectFactory.createAcl(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 

Methods in org.xcmis.core with parameters of type CmisAccessControlListType
 JAXBElement<CmisAccessControlListType> ObjectFactory.createAcl(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 void CmisObjectType.setAcl(CmisAccessControlListType value)
          Sets the value of the acl property.
 

Uses of CmisAccessControlListType in org.xcmis.messaging
 

Fields in org.xcmis.messaging declared as CmisAccessControlListType
protected  CmisAccessControlListType CmisACLType.acl
           
protected  CmisAccessControlListType ApplyACL.addACEs
           
protected  CmisAccessControlListType ApplyACL.removeACEs
           
 

Fields in org.xcmis.messaging with type parameters of type CmisAccessControlListType
protected  JAXBElement<CmisAccessControlListType> CreateRelationship.addACEs
           
protected  JAXBElement<CmisAccessControlListType> CreatePolicy.addACEs
           
protected  JAXBElement<CmisAccessControlListType> CreateDocumentFromSource.addACEs
           
protected  JAXBElement<CmisAccessControlListType> CreateFolder.addACEs
           
protected  JAXBElement<CmisAccessControlListType> CreateDocument.addACEs
           
protected  JAXBElement<CmisAccessControlListType> CheckIn.addACEs
           
protected  JAXBElement<CmisAccessControlListType> CreateRelationship.removeACEs
           
protected  JAXBElement<CmisAccessControlListType> CreatePolicy.removeACEs
           
protected  JAXBElement<CmisAccessControlListType> CreateDocumentFromSource.removeACEs
           
protected  JAXBElement<CmisAccessControlListType> CreateFolder.removeACEs
           
protected  JAXBElement<CmisAccessControlListType> CreateDocument.removeACEs
           
protected  JAXBElement<CmisAccessControlListType> CheckIn.removeACEs
           
 

Methods in org.xcmis.messaging that return CmisAccessControlListType
 CmisAccessControlListType CmisACLType.getACL()
          Gets the value of the acl property.
 CmisAccessControlListType ApplyACL.getAddACEs()
          Gets the value of the addACEs property.
 CmisAccessControlListType ApplyACL.getRemoveACEs()
          Gets the value of the removeACEs property.
 

Methods in org.xcmis.messaging that return types with arguments of type CmisAccessControlListType
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCheckInAddACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCheckInRemoveACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateDocumentAddACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateDocumentFromSourceAddACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateDocumentFromSourceRemoveACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateDocumentRemoveACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateFolderAddACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateFolderRemoveACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreatePolicyAddACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreatePolicyRemoveACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateRelationshipAddACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateRelationshipRemoveACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> CreateRelationship.getAddACEs()
          Gets the value of the addACEs property.
 JAXBElement<CmisAccessControlListType> CreatePolicy.getAddACEs()
          Gets the value of the addACEs property.
 JAXBElement<CmisAccessControlListType> CreateDocumentFromSource.getAddACEs()
          Gets the value of the addACEs property.
 JAXBElement<CmisAccessControlListType> CreateFolder.getAddACEs()
          Gets the value of the addACEs property.
 JAXBElement<CmisAccessControlListType> CreateDocument.getAddACEs()
          Gets the value of the addACEs property.
 JAXBElement<CmisAccessControlListType> CheckIn.getAddACEs()
          Gets the value of the addACEs property.
 JAXBElement<CmisAccessControlListType> CreateRelationship.getRemoveACEs()
          Gets the value of the removeACEs property.
 JAXBElement<CmisAccessControlListType> CreatePolicy.getRemoveACEs()
          Gets the value of the removeACEs property.
 JAXBElement<CmisAccessControlListType> CreateDocumentFromSource.getRemoveACEs()
          Gets the value of the removeACEs property.
 JAXBElement<CmisAccessControlListType> CreateFolder.getRemoveACEs()
          Gets the value of the removeACEs property.
 JAXBElement<CmisAccessControlListType> CreateDocument.getRemoveACEs()
          Gets the value of the removeACEs property.
 JAXBElement<CmisAccessControlListType> CheckIn.getRemoveACEs()
          Gets the value of the removeACEs property.
 

Methods in org.xcmis.messaging with parameters of type CmisAccessControlListType
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCheckInAddACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCheckInRemoveACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateDocumentAddACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateDocumentFromSourceAddACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateDocumentFromSourceRemoveACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateDocumentRemoveACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateFolderAddACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateFolderRemoveACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreatePolicyAddACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreatePolicyRemoveACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateRelationshipAddACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 JAXBElement<CmisAccessControlListType> ObjectFactory.createCreateRelationshipRemoveACEs(CmisAccessControlListType value)
          Create an instance of JAXBElement<CmisAccessControlListType>}
 void CmisACLType.setACL(CmisAccessControlListType value)
          Sets the value of the acl property.
 void ApplyACL.setAddACEs(CmisAccessControlListType value)
          Sets the value of the addACEs property.
 void ApplyACL.setRemoveACEs(CmisAccessControlListType value)
          Sets the value of the removeACEs property.
 

Method parameters in org.xcmis.messaging with type arguments of type CmisAccessControlListType
 void CreateRelationship.setAddACEs(JAXBElement<CmisAccessControlListType> value)
          Sets the value of the addACEs property.
 void CreatePolicy.setAddACEs(JAXBElement<CmisAccessControlListType> value)
          Sets the value of the addACEs property.
 void CreateDocumentFromSource.setAddACEs(JAXBElement<CmisAccessControlListType> value)
          Sets the value of the addACEs property.
 void CreateFolder.setAddACEs(JAXBElement<CmisAccessControlListType> value)
          Sets the value of the addACEs property.
 void CreateDocument.setAddACEs(JAXBElement<CmisAccessControlListType> value)
          Sets the value of the addACEs property.
 void CheckIn.setAddACEs(JAXBElement<CmisAccessControlListType> value)
          Sets the value of the addACEs property.
 void CreateRelationship.setRemoveACEs(JAXBElement<CmisAccessControlListType> value)
          Sets the value of the removeACEs property.
 void CreatePolicy.setRemoveACEs(JAXBElement<CmisAccessControlListType> value)
          Sets the value of the removeACEs property.
 void CreateDocumentFromSource.setRemoveACEs(JAXBElement<CmisAccessControlListType> value)
          Sets the value of the removeACEs property.
 void CreateFolder.setRemoveACEs(JAXBElement<CmisAccessControlListType> value)
          Sets the value of the removeACEs property.
 void CreateDocument.setRemoveACEs(JAXBElement<CmisAccessControlListType> value)
          Sets the value of the removeACEs property.
 void CheckIn.setRemoveACEs(JAXBElement<CmisAccessControlListType> value)
          Sets the value of the removeACEs property.
 

Uses of CmisAccessControlListType in org.xcmis.soap
 

Methods in org.xcmis.soap with parameters of type CmisAccessControlListType
 CmisACLType ACLServicePort.applyACL(String repositoryId, String objectId, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, EnumACLPropagation aclPropagation, CmisExtensionType extension)
           
 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)
           
 

Uses of CmisAccessControlListType in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl that return CmisAccessControlListType
static CmisAccessControlListType TypeConverter.getCmisAccessControlListType(List<org.xcmis.spi.model.AccessControlEntry> source)
           
 

Methods in org.xcmis.wssoap.impl with parameters of type CmisAccessControlListType
 CmisACLType ACLServicePortImpl.applyACL(String repositoryId, String objectId, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, EnumACLPropagation aclPropagation, CmisExtensionType extension)
          
 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 List<org.xcmis.spi.model.AccessControlEntry> TypeConverter.getListAccessControlEntry(CmisAccessControlListType source)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.