Uses of Class
org.kuali.rice.kim.api.role.Role
Packages that use Role
-
Uses of Role in org.kuali.rice.kim.api.role
Methods in org.kuali.rice.kim.api.role that return RoleModifier and TypeMethodDescriptionRole.Builder.build()RoleService.createRole(Role role) This will create aRoleexactly like the role passed in.Get the KIM Role object with the given ID.RoleService.getRoleByNamespaceCodeAndName(String namespaceCode, String name) Get the KIM Role object with the unique combination of namespace, component, and role name.RoleService.updateRole(Role role) This will update aRole.Methods in org.kuali.rice.kim.api.role that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleQueryResults.getResults()Get the KIM Role objects for the role IDs in the given List.Methods in org.kuali.rice.kim.api.role with parameters of type RoleModifier and TypeMethodDescriptionRoleService.createRole(Role role) This will create aRoleexactly like the role passed in.RoleService.updateRole(Role role) This will update aRole.