| Package | Description |
|---|---|
| org.bonitasoft.engine.api | |
| org.bonitasoft.engine.identity.impl |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleAPI.createRole(RoleCreator creator)
Create the role.
|
Role |
RoleAPI.createRole(String roleName)
Creates a role.
|
Role |
RoleAPI.getRole(long roleId)
Retrieves the role.
|
Role |
RoleAPI.getRoleByName(String roleName)
Retrieves the role.
|
Role |
RoleAPI.updateRole(long roleId,
RoleUpdater updater)
Updates the group according to the updater values.
|
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RoleAPI.getRoles(int startIndex,
int maxResults,
RoleCriterion criterion)
Retrieves the paginated list of roles.
|
Map<Long,Role> |
RoleAPI.getRoles(List<Long> roleIds)
Retrieves the roles.
|
SearchResult<Role> |
RoleAPI.searchRoles(SearchOptions options)
Searches roles according to the criteria containing in the options.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RoleImpl |
Copyright © 2013 BonitaSoft. All Rights Reserved.