org.xcmis.wssoap.impl
Class ACLServicePortImpl

java.lang.Object
  extended by org.xcmis.wssoap.impl.ACLServicePortImpl
All Implemented Interfaces:
ACLServicePort

public class ACLServicePortImpl
extends Object
implements ACLServicePort

Version:
$Id: ACLServicePortImpl.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Max Shaposhnik

Constructor Summary
ACLServicePortImpl()
          Constructs instance of ACLServicePortImpl.
 
Method Summary
 CmisACLType applyACL(String repositoryId, String objectId, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, EnumACLPropagation aclPropagation, CmisExtensionType extension)
          
 CmisACLType getACL(String repositoryId, String objectId, Boolean onlyBasicPermissions, CmisExtensionType extension)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACLServicePortImpl

public ACLServicePortImpl()
Constructs instance of ACLServicePortImpl.

Method Detail

applyACL

public CmisACLType applyACL(String repositoryId,
                            String objectId,
                            CmisAccessControlListType addACEs,
                            CmisAccessControlListType removeACEs,
                            EnumACLPropagation aclPropagation,
                            CmisExtensionType extension)
                     throws CmisException

Specified by:
applyACL in interface ACLServicePort
Throws:
CmisException

getACL

public CmisACLType getACL(String repositoryId,
                          String objectId,
                          Boolean onlyBasicPermissions,
                          CmisExtensionType extension)
                   throws CmisException

Specified by:
getACL in interface ACLServicePort
Throws:
CmisException


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.