Class RMRolesImpl

java.lang.Object
org.alfresco.rm.rest.api.impl.RMRolesImpl
All Implemented Interfaces:
RMRoles

public class RMRolesImpl extends Object implements RMRoles
  • Constructor Details

    • RMRolesImpl

      public RMRolesImpl()
  • Method Details

    • getRoles

      public CollectionWithPagingInfo<RoleModel> getRoles(NodeRef filePlan, Parameters parameters)
      Description copied from interface: RMRoles
      Gets a list of roles.
      Specified by:
      getRoles in interface RMRoles
      Parameters:
      filePlan - the file plan node reference
      parameters - the Parameters object 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.RoleModel objects
    • setNodesModelFactory

      public void setNodesModelFactory(ApiNodesModelFactory nodesModelFactory)
    • setFilePlanRoleService

      public void setFilePlanRoleService(FilePlanRoleService filePlanRoleService)