| Package | Description |
|---|---|
| org.bonitasoft.engine.api |
The Bonita project has a clear separation between the API the users should be interacting with and the actual implementation classes.
|
| org.bonitasoft.engine.identity |
Manages information about an organization, that is, the set of users who can act in processes and the groups and the organization's roles and the relation
between them.
|
| org.bonitasoft.engine.identity.impl |
| Modifier and Type | Method and Description |
|---|---|
CustomUserInfoValue |
CustomUserInfoAPI.setCustomUserInfoValue(long definitionId,
long userId,
String value)
Defines the value of a
CustomUserInfoDefinition for a given User. |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CustomUserInfoValue> |
CustomUserInfoAPI.searchCustomUserInfoValues(SearchOptions options)
Searches
CustomUserInfoValues according to the criteria contained in the given
SearchOptions. |
| Constructor and Description |
|---|
CustomUserInfo(long userId,
CustomUserInfoDefinition definition,
CustomUserInfoValue value)
Creates an instance of
CustomUserInfo based given information |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomUserInfoValueImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.