| Package | Description |
|---|---|
| org.alfresco.repo.webservice.accesscontrol |
| Modifier and Type | Method and Description |
|---|---|
ACE[] |
ACL.getAces()
Gets the aces value for this ACL.
|
ACE |
ACL.getAces(int i) |
| Modifier and Type | Method and Description |
|---|---|
ACL[] |
AccessControlServiceSoapPort.addACEs(Predicate predicate,
ACE[] aces)
Adds a number of ACE's to a collection of references.
|
ACL[] |
AccessControlWebService.addACEs(Predicate predicate,
ACE[] aces) |
ACL[] |
AccessControlServiceSoapPort.getACLs(Predicate predicate,
ACE filter)
Get the list of the ACL's for a reference.
|
ACL[] |
AccessControlWebService.getACLs(Predicate predicate,
ACE filter) |
ACL[] |
AccessControlServiceSoapPort.removeACEs(Predicate predicate,
ACE[] aces)
Removes ACE's from a collection of references.
|
ACL[] |
AccessControlWebService.removeACEs(Predicate predicate,
ACE[] aces) |
void |
ACL.setAces(ACE[] aces)
Sets the aces value for this ACL.
|
void |
ACL.setAces(int i,
ACE _value) |
| Constructor and Description |
|---|
ACL(Reference reference,
boolean inheritPermissions,
ACE[] aces) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.