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

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

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

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisACLType
static Acl Converter.convert(CmisACLType acl)
          Converts an access control list object.
 

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

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisACLType
protected  CmisACLType GetACLResponse.acl
           
protected  CmisACLType ApplyACLResponse.acl
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisACLType
 CmisACLType ACLServicePort.applyACL(String repositoryId, String objectId, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, EnumACLPropagation aclPropagation, CmisExtensionType extension)
           
 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.
 CmisACLType ACLServicePort.getACL(String repositoryId, String objectId, Boolean onlyBasicPermissions, CmisExtensionType extension)
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb 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.apache.chemistry.opencmis.server.impl.webservices
 

Methods in org.apache.chemistry.opencmis.server.impl.webservices that return CmisACLType
 CmisACLType AclService.applyACL(String repositoryId, String objectId, CmisAccessControlListType addAces, CmisAccessControlListType removeAces, EnumACLPropagation aclPropagation, CmisExtensionType extension)
           
 CmisACLType AclService.getACL(String repositoryId, String objectId, Boolean onlyBasicPermissions, CmisExtensionType extension)
           
 



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