@MTOM public class PolicyService extends AbstractService implements PolicyServicePort
Modifier and Type | Field and Description |
---|---|
javax.xml.ws.WebServiceContext |
wsContext |
CALL_CONTEXT_MAP
Constructor and Description |
---|
PolicyService() |
Modifier and Type | Method and Description |
---|---|
void |
applyPolicy(String repositoryId,
String policyId,
String objectId,
javax.xml.ws.Holder<CmisExtensionType> extension) |
List<CmisObjectType> |
getAppliedPolicies(String repositoryId,
String objectId,
String filter,
CmisExtensionType extension) |
void |
removePolicy(String repositoryId,
String policyId,
String objectId,
javax.xml.ws.Holder<CmisExtensionType> extension) |
closeService, convertException, createContext, getCmisVersion, getService, getServiceFactory
public javax.xml.ws.WebServiceContext wsContext
public void applyPolicy(String repositoryId, String policyId, String objectId, javax.xml.ws.Holder<CmisExtensionType> extension) throws CmisException
applyPolicy
in interface PolicyServicePort
CmisException
public List<CmisObjectType> getAppliedPolicies(String repositoryId, String objectId, String filter, CmisExtensionType extension) throws CmisException
getAppliedPolicies
in interface PolicyServicePort
CmisException
public void removePolicy(String repositoryId, String policyId, String objectId, javax.xml.ws.Holder<CmisExtensionType> extension) throws CmisException
removePolicy
in interface PolicyServicePort
CmisException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.