public class SearchCustomUserInfoValues extends AbstractSearchEntity<CustomUserInfoValue,SCustomUserInfoValue>
| Constructor and Description |
|---|
SearchCustomUserInfoValues(IdentityService service,
SearchEntityDescriptor searchDescriptor,
SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomUserInfoValue> |
convertToClientObjects(List<SCustomUserInfoValue> sValues)
Must convert server objects in client objects here
|
long |
executeCount(QueryOptions options)
Execute the count here
|
List<SCustomUserInfoValue> |
executeSearch(QueryOptions options)
Execute the search here
|
execute, getResult, getSearchFilter, search, search, validateQuerypublic SearchCustomUserInfoValues(IdentityService service, SearchEntityDescriptor searchDescriptor, SearchOptions options)
public long executeCount(QueryOptions options) throws SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<CustomUserInfoValue,SCustomUserInfoValue>options - The query options to execute the count withSBonitaReadExceptionpublic List<SCustomUserInfoValue> executeSearch(QueryOptions options) throws SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<CustomUserInfoValue,SCustomUserInfoValue>options - The query options to execute the search withSBonitaReadExceptionpublic List<CustomUserInfoValue> convertToClientObjects(List<SCustomUserInfoValue> sValues)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<CustomUserInfoValue,SCustomUserInfoValue>sValues - The server object to convertCopyright © 2018 Bonitasoft S.A.. All rights reserved.