Interface RMRoles

All Known Implementing Classes:
RMRolesImpl

public interface RMRoles
RM Roles API
  • Field Details

  • Method Details

    • getRoles

      CollectionWithPagingInfo<RoleModel> getRoles(NodeRef filePlan, Parameters parameters)
      Gets a list of roles.
      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