public class SCustomUserInfoValueAPI
extends java.lang.Object
| Constructor and Description |
|---|
SCustomUserInfoValueAPI(IdentityService service,
SCustomUserInfoValueUpdateBuilderFactory updaterFactory) |
| Modifier and Type | Method and Description |
|---|---|
SCustomUserInfoValue |
create(long definitionId,
long userId,
java.lang.String value) |
void |
delete(SCustomUserInfoValue value) |
org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.identity.CustomUserInfoValue> |
search(SearchEntityDescriptor descriptor,
org.bonitasoft.engine.search.SearchOptions options) |
SCustomUserInfoValue |
set(long definitionId,
long userId,
java.lang.String value) |
SCustomUserInfoValue |
update(SCustomUserInfoValue value,
org.bonitasoft.engine.identity.CustomUserInfoValueUpdater updater) |
public SCustomUserInfoValueAPI(IdentityService service, SCustomUserInfoValueUpdateBuilderFactory updaterFactory)
public org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.identity.CustomUserInfoValue> search(SearchEntityDescriptor descriptor, org.bonitasoft.engine.search.SearchOptions options) throws SBonitaException
SBonitaExceptionpublic SCustomUserInfoValue update(SCustomUserInfoValue value, org.bonitasoft.engine.identity.CustomUserInfoValueUpdater updater) throws SIdentityException
SIdentityExceptionpublic SCustomUserInfoValue set(long definitionId, long userId, java.lang.String value) throws SIdentityException, SBonitaReadException
public SCustomUserInfoValue create(long definitionId, long userId, java.lang.String value) throws SIdentityException
SIdentityExceptionpublic void delete(SCustomUserInfoValue value) throws SIdentityException
SIdentityException