org.xcmis.wssoap.impl
Class ACLServicePortImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACLServicePortImpl
public ACLServicePortImpl()
- Constructs instance of
ACLServicePortImpl.
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 © 2011 eXo Platform SAS. All Rights Reserved.