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, org.bonitasoft.engine.persistence.SBonitaReadException
SIdentityExceptionorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic SCustomUserInfoValue create(long definitionId, long userId, String value) throws SIdentityException
SIdentityExceptionpublic void delete(SCustomUserInfoValue value) throws SIdentityException
SIdentityExceptionCopyright © 2018 Bonitasoft S.A.. All rights reserved.