Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
Web Services2.9
NOTE: These enhancements are currently available in Alfresco Community HEAD and 2.9C-dev for testing and evaluation.
Back to Access Control Web Service
Type representing a new authority.
Gets all the authorities available in the respository. The results are filtered according to various criteria.
string[] getAllAuthorities(AuthorityFilter filter)
Parameters:
Return:
Get the authorities for the current user.
string[] getAuthorities()
Return:
Create new authorities. If no parent authority is specified then root authorities will be created.
string[] createAuthorities(string parentAuthority, NewAuthority[] newAuthorities)
Parameters:
Return:
Delete an authority.
void deleteAuthorities(string[] authorities)
Parameters:
Adds child authorities to a specified parent authority.
Authority[] addChildAuthorities(Authority parentAuthority, Authority[] authorities)
Parameters:
Return:
Remove child authorities from the specified parent authority.
void removeChildAuthorities(string parentAuthority, string[] authorities)
Parameters:
Get an authorities child authorities.
string[] getChildAuthorities(string authority, SiblingAuthorityFilter filter)
Parameters:
Return:
Gets an authorities parent authorities.
string[] getParentAuthorities(string authority, SiblingAuthorityFilter filter)
Parameters:
Return:
Back to Access Control Web Service
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.