org.bonitasoft.engine.search.identity
public class SearchCustomUserInfoValues extends AbstractSearchEntity<CustomUserInfoValue,org.bonitasoft.engine.identity.model.SCustomUserInfoValue>
| Constructor and Description |
|---|
SearchCustomUserInfoValues(IdentityService service,
SearchEntityDescriptor searchDescriptor,
SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomUserInfoValue> |
convertToClientObjects(List<org.bonitasoft.engine.identity.model.SCustomUserInfoValue> sValues)
Must convert server objects in client objects here
|
long |
executeCount(org.bonitasoft.engine.persistence.QueryOptions options)
Execute the count here
|
List<org.bonitasoft.engine.identity.model.SCustomUserInfoValue> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions options)
Execute the search here
|
execute, getResult, getSearchFilterpublic SearchCustomUserInfoValues(IdentityService service, SearchEntityDescriptor searchDescriptor, SearchOptions options)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions options)
throws org.bonitasoft.engine.persistence.SBonitaSearchException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<CustomUserInfoValue,org.bonitasoft.engine.identity.model.SCustomUserInfoValue>options - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaSearchExceptionpublic List<org.bonitasoft.engine.identity.model.SCustomUserInfoValue> executeSearch(org.bonitasoft.engine.persistence.QueryOptions options) throws org.bonitasoft.engine.persistence.SBonitaSearchException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<CustomUserInfoValue,org.bonitasoft.engine.identity.model.SCustomUserInfoValue>options - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaSearchExceptionpublic List<CustomUserInfoValue> convertToClientObjects(List<org.bonitasoft.engine.identity.model.SCustomUserInfoValue> sValues)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<CustomUserInfoValue,org.bonitasoft.engine.identity.model.SCustomUserInfoValue>sValues - The server object to convertCopyright © 2014 Bonitasoft S.A.. All rights reserved.