@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, getServiceFactory
public 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 ACLServicePort
CmisException
public CmisACLType getACL(String repositoryId, String objectId, Boolean onlyBasicPermissions, CmisExtensionType extension) throws CmisException
getACL
in interface ACLServicePort
CmisException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.