Package org.alfresco.rm.rest.api.impl
Class RMRolesImpl
java.lang.Object
org.alfresco.rm.rest.api.impl.RMRolesImpl
- All Implemented Interfaces:
RMRoles
-
Field Summary
Fields inherited from interface org.alfresco.rm.rest.api.RMRoles
PARAM_CAPABILITY_NAME, PARAM_INCLUDE_ASSIGNED_GROUPS, PARAM_INCLUDE_ASSIGNED_USERS, PARAM_INCLUDE_SYSTEM_ROLES, PARAM_PERSON_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRoles(NodeRef filePlan, Parameters parameters) Gets a list of roles.voidsetFilePlanRoleService(FilePlanRoleService filePlanRoleService) voidsetNodesModelFactory(ApiNodesModelFactory nodesModelFactory)
-
Constructor Details
-
RMRolesImpl
public RMRolesImpl()
-
-
Method Details
-
getRoles
Description copied from interface:RMRolesGets a list of roles.- Specified by:
getRolesin interfaceRMRoles- 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
-
setNodesModelFactory
-
setFilePlanRoleService
-