@MTOM public class AclService extends AbstractService implements ACLServicePort
Modifier and Type | Field and Description |
---|---|
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, getServiceFactory, stopAfterService, stopBeforeService
public WebServiceContext wsContext
public CmisACLType applyACL(String repositoryId, String objectId, CmisAccessControlListType addAces, CmisAccessControlListType removeAces, EnumACLPropagation aclPropagation, CmisExtensionType extension) throws CmisException
applyACL
in interface ACLServicePort
CmisException
public CmisACLType getACL(String repositoryId, String objectId, Boolean onlyBasicPermissions, CmisExtensionType extension) throws CmisException
getACL
in interface ACLServicePort
CmisException
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.