org.xcmis.wssoap.impl
Class PolicyServicePortImpl

java.lang.Object
  extended by 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

Constructor Summary
PolicyServicePortImpl()
          Constructs instance of PolicyServicePortImpl .
 
Method Summary
 CmisExtensionType applyPolicy(String repositoryId, String policyId, String objectId, CmisExtensionType extension)
          
 List<CmisObjectType> getAppliedPolicies(String repositoryId, String objectId, String propertyFilter, CmisExtensionType extension)
          
 CmisExtensionType removePolicy(String repositoryId, String policyId, String objectId, CmisExtensionType extension)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyServicePortImpl

public PolicyServicePortImpl()
Constructs instance of PolicyServicePortImpl .

Method Detail

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 © 2010 eXo Platform SAS. All Rights Reserved.