Uses of Record Class
org.alfresco.rm.rest.api.model.RoleModel
Packages that use RoleModel
Package
Description
Package info that defines the Information Governance File Plans REST API
-
Uses of RoleModel in org.alfresco.rm.rest.api
Methods in org.alfresco.rm.rest.api that return types with arguments of type RoleModelModifier and TypeMethodDescriptionRMRoles.getRoles(NodeRef filePlan, Parameters parameters) Gets a list of roles. -
Uses of RoleModel in org.alfresco.rm.rest.api.fileplans
Methods in org.alfresco.rm.rest.api.fileplans that return types with arguments of type RoleModelModifier and TypeMethodDescriptionFilePlanRolesRelation.readAll(String filePlanId, Parameters params) -
Uses of RoleModel in org.alfresco.rm.rest.api.impl
Methods in org.alfresco.rm.rest.api.impl that return RoleModelModifier and TypeMethodDescriptionApiNodesModelFactory.createRoleModel(Role role, List<String> assignedUsers, List<String> assignedGroups) Methods in org.alfresco.rm.rest.api.impl that return types with arguments of type RoleModel -
Uses of RoleModel in org.alfresco.rm.rest.api.model
Methods in org.alfresco.rm.rest.api.model that return types with arguments of type RoleModelModifier and TypeMethodDescriptionRoleModelList.roleModelList()Returns the value of theroleModelListrecord component.Constructor parameters in org.alfresco.rm.rest.api.model with type arguments of type RoleModelModifierConstructorDescriptionRoleModelList(List<RoleModel> roleModelList) Creates an instance of aRoleModelListrecord class.