Package org.bonitasoft.engine.api.impl
Class SCustomUserInfoValueAPI
java.lang.Object
org.bonitasoft.engine.api.impl.SCustomUserInfoValueAPI
- Author:
- Vincent Elcrin
-
Constructor Summary
ConstructorsConstructorDescriptionSCustomUserInfoValueAPI(IdentityService service, SCustomUserInfoValueUpdateBuilderFactory updaterFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(SCustomUserInfoValue value) org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.identity.CustomUserInfoValue>search(SearchEntityDescriptor descriptor, org.bonitasoft.engine.search.SearchOptions options) update(SCustomUserInfoValue value, org.bonitasoft.engine.identity.CustomUserInfoValueUpdater updater)
-
Constructor Details
-
SCustomUserInfoValueAPI
public SCustomUserInfoValueAPI(IdentityService service, SCustomUserInfoValueUpdateBuilderFactory updaterFactory)
-
-
Method Details
-
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, String value) throws SIdentityException, SBonitaReadException -
create
public SCustomUserInfoValue create(long definitionId, long userId, String value) throws SIdentityException - Throws:
SIdentityException
-
delete
- Throws:
SIdentityException
-