Package org.bonitasoft.engine.api.impl
Class SCustomUserInfoValueAPI
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.SCustomUserInfoValueAPI
-
public class SCustomUserInfoValueAPI extends java.lang.Object- Author:
- Vincent Elcrin
-
-
Constructor Summary
Constructors Constructor Description SCustomUserInfoValueAPI(IdentityService service, SCustomUserInfoValueUpdateBuilderFactory updaterFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SCustomUserInfoValuecreate(long definitionId, long userId, java.lang.String value)voiddelete(SCustomUserInfoValue value)org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.identity.CustomUserInfoValue>search(SearchEntityDescriptor descriptor, org.bonitasoft.engine.search.SearchOptions options)SCustomUserInfoValueset(long definitionId, long userId, java.lang.String value)SCustomUserInfoValueupdate(SCustomUserInfoValue value, org.bonitasoft.engine.identity.CustomUserInfoValueUpdater updater)
-
-
-
Constructor Detail
-
SCustomUserInfoValueAPI
public SCustomUserInfoValueAPI(IdentityService service, SCustomUserInfoValueUpdateBuilderFactory updaterFactory)
-
-
Method Detail
-
search
public org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.identity.CustomUserInfoValue> search(SearchEntityDescriptor descriptor, org.bonitasoft.engine.search.SearchOptions options) throws SBonitaException
- Throws:
SBonitaException
-
update
public SCustomUserInfoValue update(SCustomUserInfoValue value, org.bonitasoft.engine.identity.CustomUserInfoValueUpdater updater) throws SIdentityException
- Throws:
SIdentityException
-
set
public SCustomUserInfoValue set(long definitionId, long userId, java.lang.String value) throws SIdentityException, SBonitaReadException
-
create
public SCustomUserInfoValue create(long definitionId, long userId, java.lang.String value) throws SIdentityException
- Throws:
SIdentityException
-
delete
public void delete(SCustomUserInfoValue value) throws SIdentityException
- Throws:
SIdentityException
-
-