| Package | Description |
|---|---|
| org.nuxeo.ecm.automation.client.adapters |
| Modifier and Type | Method and Description |
|---|---|
Document |
DocumentSecurityService.addPermissions(Document document,
DocumentPermissions permissions,
String acl,
boolean blockInheritance)
Adds permissions in given ACL
blocking or not inheritance.
|
Document |
DocumentSecurityService.removePermissions(DocRef docRef,
DocumentPermissions permissions,
List<String> userNames,
String acl,
boolean removeAll,
boolean blockInheritance)
Removes ACEs in given ACL, blocking or not inheritance:
- if removeAll is true, removes all ACEs of given ACL
- if userNames is set, removes all ACEs of given users.
|
Copyright © 2018. All rights reserved.