Package org.alfresco.rm.rest.api
Interface RMRoles
- All Known Implementing Classes:
RMRolesImpl
public interface RMRoles
RM Roles API
-
Field Details
-
PARAM_INCLUDE_ASSIGNED_USERS
- See Also:
-
PARAM_INCLUDE_ASSIGNED_GROUPS
- See Also:
-
PARAM_INCLUDE_SYSTEM_ROLES
- See Also:
-
PARAM_CAPABILITY_NAME
- See Also:
-
PARAM_PERSON_ID
- See Also:
-
-
Method Details
-
getRoles
Gets a list of roles.- Parameters:
filePlan- the file plan node referenceparameters- theParametersobject to get the parameters passed into the request including: - filter, sort & paging params (where, orderBy, skipCount, maxItems) - include param (personId, includeSystemRoles)- Returns:
- a paged list of
org.alfresco.rm.rest.api.model.RoleModelobjects
-