public class SearchCustomUserInfoValues extends AbstractSearchEntity<org.bonitasoft.engine.identity.CustomUserInfoValue,SCustomUserInfoValue>
| Constructor and Description |
|---|
SearchCustomUserInfoValues(IdentityService service,
SearchEntityDescriptor searchDescriptor,
org.bonitasoft.engine.search.SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.bonitasoft.engine.identity.CustomUserInfoValue> |
convertToClientObjects(java.util.List<SCustomUserInfoValue> sValues)
Must convert server objects in client objects here
|
long |
executeCount(QueryOptions options)
Execute the count here
|
java.util.List<SCustomUserInfoValue> |
executeSearch(QueryOptions options)
Execute the search here
|
execute, getResult, getSearchFilter, search, search, validateQuerypublic SearchCustomUserInfoValues(IdentityService service, SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options)
public long executeCount(QueryOptions options) throws SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<org.bonitasoft.engine.identity.CustomUserInfoValue,SCustomUserInfoValue>options - The query options to execute the count withSBonitaReadException - when the search failed to retrieve the count numberpublic java.util.List<SCustomUserInfoValue> executeSearch(QueryOptions options) throws SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<org.bonitasoft.engine.identity.CustomUserInfoValue,SCustomUserInfoValue>options - The query options to execute the search withSBonitaReadException - when the search failed to retrieve the resultspublic java.util.List<org.bonitasoft.engine.identity.CustomUserInfoValue> convertToClientObjects(java.util.List<SCustomUserInfoValue> sValues)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<org.bonitasoft.engine.identity.CustomUserInfoValue,SCustomUserInfoValue>sValues - The server object to convert