Uses of Class
org.xcmis.messaging.CmisACLType

Packages that use CmisACLType
org.xcmis.messaging   
org.xcmis.soap   
org.xcmis.wssoap.impl   
 

Uses of CmisACLType in org.xcmis.messaging
 

Fields in org.xcmis.messaging declared as CmisACLType
protected  CmisACLType GetACLResponse.acl
           
protected  CmisACLType ApplyACLResponse.acl
           
 

Methods in org.xcmis.messaging that return CmisACLType
 CmisACLType ObjectFactory.createCmisACLType()
          Create an instance of CmisACLType
 CmisACLType GetACLResponse.getACL()
          Gets the value of the acl property.
 CmisACLType ApplyACLResponse.getACL()
          Gets the value of the acl property.
 

Methods in org.xcmis.messaging with parameters of type CmisACLType
 void GetACLResponse.setACL(CmisACLType value)
          Sets the value of the acl property.
 void ApplyACLResponse.setACL(CmisACLType value)
          Sets the value of the acl property.
 

Uses of CmisACLType in org.xcmis.soap
 

Methods in org.xcmis.soap that return CmisACLType
 CmisACLType ACLServicePort.applyACL(String repositoryId, String objectId, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, EnumACLPropagation aclPropagation, CmisExtensionType extension)
           
 CmisACLType ACLServicePort.getACL(String repositoryId, String objectId, Boolean onlyBasicPermissions, CmisExtensionType extension)
           
 

Uses of CmisACLType in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl that return CmisACLType
 CmisACLType ACLServicePortImpl.applyACL(String repositoryId, String objectId, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, EnumACLPropagation aclPropagation, CmisExtensionType extension)
          
 CmisACLType ACLServicePortImpl.getACL(String repositoryId, String objectId, Boolean onlyBasicPermissions, CmisExtensionType extension)
          
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.