public interface AclService
See the CMIS 1.0 and CMIS 1.1 specifications for details on the operations, parameters, exceptions and the domain model.
| Modifier and Type | Method and Description | 
|---|---|
| Acl | applyAcl(String repositoryId,
        String objectId,
        Acl addAces,
        Acl removeAces,
        AclPropagation aclPropagation,
        ExtensionsData extension)Adds or removes the given ACEs to or from the ACL of the object. | 
| Acl | getAcl(String repositoryId,
      String objectId,
      Boolean onlyBasicPermissions,
      ExtensionsData extension)Get the ACL currently applied to the specified object. | 
Acl getAcl(String repositoryId, String objectId, Boolean onlyBasicPermissions, ExtensionsData extension)
repositoryId - the identifier for the repositoryobjectId - the identifier for the objectonlyBasicPermissions - (optional) an indicator if only basic permissions
            should be returned (default is true)Acl applyAcl(String repositoryId, String objectId, Acl addAces, Acl removeAces, AclPropagation aclPropagation, ExtensionsData extension)
repositoryId - the identifier for the repositoryobjectId - the identifier for the objectaddAces - (optional) the ACEs to be addedremoveAces - (optional) the ACEs to be removedaclPropagation - (optional) specifies how ACEs should be handled
            (default is AclPropagation.REPOSITORYDETERMINED)Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.