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