org.xcmis.wssoap.impl
Class PolicyServicePortImpl
java.lang.Object
org.xcmis.wssoap.impl.PolicyServicePortImpl
- All Implemented Interfaces:
- PolicyServicePort
public class PolicyServicePortImpl
- extends Object
- implements PolicyServicePort
- Version:
- $Id: PolicyServicePortImpl.java 2 2010-02-04 17:21:49Z andrew00x $
- Author:
- Max Shaposhnik
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolicyServicePortImpl
public PolicyServicePortImpl()
- Constructs instance of
PolicyServicePortImpl .
applyPolicy
public CmisExtensionType applyPolicy(String repositoryId,
String policyId,
String objectId,
CmisExtensionType extension)
throws CmisException
-
- Specified by:
applyPolicy in interface PolicyServicePort
- Throws:
CmisException
getAppliedPolicies
public List<CmisObjectType> getAppliedPolicies(String repositoryId,
String objectId,
String propertyFilter,
CmisExtensionType extension)
throws CmisException
-
- Specified by:
getAppliedPolicies in interface PolicyServicePort
- Throws:
CmisException
removePolicy
public CmisExtensionType removePolicy(String repositoryId,
String policyId,
String objectId,
CmisExtensionType extension)
throws CmisException
-
- Specified by:
removePolicy in interface PolicyServicePort
- Throws:
CmisException
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.