@MTOM public class AclService extends AbstractService implements ACLServicePort
| Modifier and Type | Field and Description |
|---|---|
javax.xml.ws.WebServiceContext |
wsContext |
CALL_CONTEXT_MAP| Constructor and Description |
|---|
AclService() |
| 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) |
closeService, convertException, createContext, getCmisVersion, getService, getServiceFactorypublic javax.xml.ws.WebServiceContext wsContext
public CmisACLType applyACL(String repositoryId, String objectId, CmisAccessControlListType addAces, CmisAccessControlListType removeAces, EnumACLPropagation aclPropagation, CmisExtensionType extension) throws CmisException
applyACL in interface ACLServicePortCmisExceptionpublic CmisACLType getACL(String repositoryId, String objectId, Boolean onlyBasicPermissions, CmisExtensionType extension) throws CmisException
getACL in interface ACLServicePortCmisExceptionCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.