| Package | Description |
|---|---|
| org.alfresco.repo.webservice.accesscontrol |
| 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) |
String[] |
AccessControlServiceSoapPort.addChildAuthorities(String parentAuthority,
String[] authorities)
Adds child authorities to a specified parent authority
|
String[] |
AccessControlWebService.addChildAuthorities(String parentAuthority,
String[] authorities)
Add an existing authority as a child of another authority.
|
String[] |
AccessControlServiceSoapPort.createAuthorities(String parentAuthority,
NewAuthority[] newAuthorites)
Creates new authorities
|
String[] |
AccessControlWebService.createAuthorities(String parentAuthority,
NewAuthority[] newAuthorites)
Creates a new authority under a given parent authority.
|
void |
AccessControlServiceSoapPort.deleteAuthorities(String[] authorities)
Delete authorities
|
void |
AccessControlWebService.deleteAuthorities(String[] authorities)
Delete existing authority
|
ACL[] |
AccessControlServiceSoapPort.getACLs(Predicate predicate,
ACE filter)
Get the list of the ACL's for a reference.
|
ACL[] |
AccessControlWebService.getACLs(Predicate predicate,
ACE filter) |
String[] |
AccessControlServiceSoapPort.getAllAuthorities(AuthorityFilter filter)
Getsl aa the authorities avaialble in the repository.
|
String[] |
AccessControlWebService.getAllAuthorities(AuthorityFilter filter)
Get all authorities that match the filter
|
String[] |
AccessControlServiceSoapPort.getAuthorities()
Ges the authorities for the current user
|
String[] |
AccessControlWebService.getAuthorities()
Gets all the authorities that the current user belongs to
|
String[] |
AccessControlServiceSoapPort.getChildAuthorities(String authority,
SiblingAuthorityFilter filter)
Gets an authorities child authorities
|
String[] |
AccessControlWebService.getChildAuthorities(String authority,
SiblingAuthorityFilter filter)
Gets all the child authorities of a given authority, taking into account a filter
|
GetClassPermissionsResult[] |
AccessControlServiceSoapPort.getClassPermissions(String[] classNames)
Gets a list of the settable permissions for a list of classes.
|
GetClassPermissionsResult[] |
AccessControlWebService.getClassPermissions(String[] classNames) |
OwnerResult[] |
AccessControlServiceSoapPort.getOwners(Predicate predicate)
Get the current node owner.
|
OwnerResult[] |
AccessControlWebService.getOwners(Predicate predicate) |
String[] |
AccessControlServiceSoapPort.getParentAuthorities(String authority,
SiblingAuthorityFilter filter)
Gets an authorities parent authorities
|
String[] |
AccessControlWebService.getParentAuthorities(String authority,
SiblingAuthorityFilter filter)
Gets all the parent authorities of a given authority, taking into account a filter
|
GetPermissionsResult[] |
AccessControlServiceSoapPort.getPermissions(Predicate predicate)
Gets a list of the settable permissions for a set of references.
|
GetPermissionsResult[] |
AccessControlWebService.getPermissions(Predicate predicate) |
HasPermissionsResult[] |
AccessControlServiceSoapPort.hasPermissions(Predicate predicate,
String[] permissions)
Determines whether the current authenticated user has the permissions
on each of the specified references.
|
HasPermissionsResult[] |
AccessControlWebService.hasPermissions(Predicate predicate,
String[] permissions) |
ACL[] |
AccessControlServiceSoapPort.removeACEs(Predicate predicate,
ACE[] aces)
Removes ACE's from a collection of references.
|
ACL[] |
AccessControlWebService.removeACEs(Predicate predicate,
ACE[] aces) |
void |
AccessControlServiceSoapPort.removeChildAuthorities(String parentAuthority,
String[] authorities)
Remove child authorities from the specified parent authority
|
void |
AccessControlWebService.removeChildAuthorities(String parentAuthority,
String[] authorities)
Remove a child authority
|
ACL[] |
AccessControlServiceSoapPort.setInheritPermission(Predicate predicate,
boolean inheritPermission)
Set the inherit permission property of a set of references.
|
ACL[] |
AccessControlWebService.setInheritPermission(Predicate predicate,
boolean inheritPermission) |
OwnerResult[] |
AccessControlServiceSoapPort.setOwners(Predicate predicate,
String owner)
Sets the current node owner.
|
OwnerResult[] |
AccessControlWebService.setOwners(Predicate predicate,
String owner) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.