| Package | Description |
|---|---|
| org.bonitasoft.engine.api.impl | |
| org.bonitasoft.engine.identity |
Manages information about an organization, that is, the set of users who can act in processes.
|
| org.bonitasoft.engine.identity.impl | |
| org.bonitasoft.engine.identity.model.builder | |
| org.bonitasoft.engine.identity.model.builder.impl | |
| org.bonitasoft.engine.identity.model.impl | |
| org.bonitasoft.engine.search.identity | |
| org.bonitasoft.engine.service |
| Modifier and Type | Method and Description |
|---|---|
SCustomUserInfoValue |
SCustomUserInfoValueAPI.create(long definitionId,
long userId,
String value) |
SCustomUserInfoValue |
SCustomUserInfoValueAPI.set(long definitionId,
long userId,
String value) |
SCustomUserInfoValue |
SCustomUserInfoValueAPI.update(SCustomUserInfoValue value,
CustomUserInfoValueUpdater updater) |
| Modifier and Type | Method and Description |
|---|---|
void |
SCustomUserInfoValueAPI.delete(SCustomUserInfoValue value) |
SCustomUserInfoValue |
SCustomUserInfoValueAPI.update(SCustomUserInfoValue value,
CustomUserInfoValueUpdater updater) |
| Modifier and Type | Method and Description |
|---|---|
SCustomUserInfoValue |
IdentityService.createCustomUserInfoValue(SCustomUserInfoValue customUserInfo)
Create profileMetadataValue in DB for give profileMetadataValue object
|
SCustomUserInfoValue |
IdentityService.getCustomUserInfoValue(long customUserInfoValueId)
Get
SCustomUserInfoValue by its id |
| Modifier and Type | Method and Description |
|---|---|
protected List<SCustomUserInfoValue> |
ExportOrganization.getAllCustomUserInfoForUser(long userId) |
List<SCustomUserInfoValue> |
IdentityService.getCustomUserInfoValues(List<Long> customUserInfoValueIds)
Get a
List of SCustomUserInfoValue of the given identifiers |
List<SCustomUserInfoValue> |
IdentityService.searchCustomUserInfoValue(QueryOptions options)
Search
SCustomUserInfoValue matching the criterias of the given QueryOptions |
| Modifier and Type | Method and Description |
|---|---|
SCustomUserInfoValue |
IdentityService.createCustomUserInfoValue(SCustomUserInfoValue customUserInfo)
Create profileMetadataValue in DB for give profileMetadataValue object
|
void |
IdentityService.deleteCustomUserInfoValue(SCustomUserInfoValue customUserInfo)
Delete the specific profileMetadataValue
|
void |
IdentityService.updateCustomUserInfoValue(SCustomUserInfoValue customUserInfo,
EntityUpdateDescriptor descriptor)
Update profileMetadataValue according to the descriptor
|
| Modifier and Type | Method and Description |
|---|---|
SCustomUserInfoValue |
IdentityServiceImpl.createCustomUserInfoValue(SCustomUserInfoValue customUserInfo) |
SCustomUserInfoValue |
IdentityServiceImpl.getCustomUserInfoValue(long customUserInfoValueId) |
| Modifier and Type | Method and Description |
|---|---|
List<SCustomUserInfoValue> |
IdentityServiceImpl.getCustomUserInfoValues(List<Long> customUserInfoValueIds) |
List<SCustomUserInfoValue> |
IdentityServiceImpl.searchCustomUserInfoValue(QueryOptions options) |
| Modifier and Type | Method and Description |
|---|---|
SCustomUserInfoValue |
IdentityServiceImpl.createCustomUserInfoValue(SCustomUserInfoValue customUserInfo) |
void |
IdentityServiceImpl.deleteCustomUserInfoValue(SCustomUserInfoValue customUserInfo) |
void |
IdentityServiceImpl.updateCustomUserInfoValue(SCustomUserInfoValue customUserInfo,
EntityUpdateDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
SCustomUserInfoValue |
SCustomUserInfoValueBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SCustomUserInfoValue |
SCustomUserInfoValueBuilderImpl.done() |
| Modifier and Type | Class and Description |
|---|---|
class |
SCustomUserInfoValueImpl |
| Modifier and Type | Method and Description |
|---|---|
List<SCustomUserInfoValue> |
SearchCustomUserInfoValues.executeSearch(QueryOptions options) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomUserInfoValue> |
SearchCustomUserInfoValues.convertToClientObjects(List<SCustomUserInfoValue> sValues) |
| Modifier and Type | Method and Description |
|---|---|
static CustomUserInfoValueImpl |
ModelConvertor.convert(SCustomUserInfoValue sValue) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.