public interface ACLServicePort
Modifier and Type | Method and Description |
---|---|
CmisACLType |
applyACL(String repositoryId,
String objectId,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
EnumACLPropagation aclPropagation,
CmisExtensionType extension) |
CmisACLType |
getACL(String repositoryId,
String objectId,
Boolean onlyBasicPermissions,
CmisExtensionType extension) |
@RequestWrapper(localName="getACL", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetACL") @ResponseWrapper(localName="getACLResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetACLResponse") CmisACLType getACL(String repositoryId, String objectId, Boolean onlyBasicPermissions, CmisExtensionType extension) throws CmisException
extension
- objectId
- onlyBasicPermissions
- repositoryId
- CmisException
@RequestWrapper(localName="applyACL", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.ApplyACL") @ResponseWrapper(localName="applyACLResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.ApplyACLResponse") CmisACLType applyACL(String repositoryId, String objectId, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, EnumACLPropagation aclPropagation, CmisExtensionType extension) throws CmisException
extension
- addACEs
- aclPropagation
- objectId
- removeACEs
- repositoryId
- CmisException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.