public class SCustomUserInfoValueAPI extends Object
| Constructor and Description |
|---|
SCustomUserInfoValueAPI(IdentityService service,
SCustomUserInfoValueBuilderFactory creatorFactory,
SCustomUserInfoValueUpdateBuilderFactory updaterFactory) |
| Modifier and Type | Method and Description |
|---|---|
SCustomUserInfoValue |
create(long definitionId,
long userId,
String value) |
void |
delete(SCustomUserInfoValue value) |
SearchResult<CustomUserInfoValue> |
search(SearchEntityDescriptor descriptor,
SearchOptions options) |
SCustomUserInfoValue |
set(long definitionId,
long userId,
String value) |
SCustomUserInfoValue |
update(SCustomUserInfoValue value,
CustomUserInfoValueUpdater updater) |
public SCustomUserInfoValueAPI(IdentityService service, SCustomUserInfoValueBuilderFactory creatorFactory, SCustomUserInfoValueUpdateBuilderFactory updaterFactory)
public SearchResult<CustomUserInfoValue> search(SearchEntityDescriptor descriptor, SearchOptions options) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic SCustomUserInfoValue update(SCustomUserInfoValue value, CustomUserInfoValueUpdater updater) throws SIdentityException
SIdentityExceptionpublic SCustomUserInfoValue set(long definitionId, long userId, String value) throws SIdentityException, SBonitaReadException
public SCustomUserInfoValue create(long definitionId, long userId, String value) throws SIdentityException
SIdentityExceptionpublic void delete(SCustomUserInfoValue value) throws SIdentityException
SIdentityExceptionCopyright © 2019 Bonitasoft S.A.. All rights reserved.