@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, getServiceFactorypublic 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 PolicyServicePortCmisExceptionpublic List<CmisObjectType> getAppliedPolicies(String repositoryId, String objectId, String filter, CmisExtensionType extension) throws CmisException
getAppliedPolicies in interface PolicyServicePortCmisExceptionpublic void removePolicy(String repositoryId, String policyId, String objectId, javax.xml.ws.Holder<CmisExtensionType> extension) throws CmisException
removePolicy in interface PolicyServicePortCmisExceptionCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.