| Package | Description |
|---|---|
| org.kuali.rice.kim.api.role |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
Role.Builder.build() |
Role |
RoleService.createRole(Role role)
This will create a
Role exactly like the role passed in. |
Role |
RoleService.getRole(String id)
Get the KIM Role object with the given ID.
|
Role |
RoleService.getRoleByNamespaceCodeAndName(String namespaceCode,
String name)
Get the KIM Role object with the unique combination of namespace, component,
and role name.
|
Role |
RoleService.updateRole(Role role)
This will update a
Role. |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RoleQueryResults.getResults() |
List<Role> |
RoleService.getRoles(List<String> ids)
Get the KIM Role objects for the role IDs in the given List.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleService.createRole(Role role)
This will create a
Role exactly like the role passed in. |
Role |
RoleService.updateRole(Role role)
This will update a
Role. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.