public class SearchSupervisors extends AbstractSupervisorSearchEntity
| Constructor and Description |
|---|
SearchSupervisors(SupervisorMappingService supervisorService,
SearchEntityDescriptor searchDescriptor,
org.bonitasoft.engine.search.SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(QueryOptions searchOptions)
Execute the count here
|
java.util.List<SProcessSupervisor> |
executeSearch(QueryOptions searchOptions)
Execute the search here
|
convertToClientObjectsexecute, getResult, getSearchFilter, search, search, validateQuerypublic SearchSupervisors(SupervisorMappingService supervisorService, SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options)
public long executeCount(QueryOptions searchOptions) throws SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor,SProcessSupervisor>searchOptions - The query options to execute the count withSBonitaReadException - when the search failed to retrieve the count numberpublic java.util.List<SProcessSupervisor> executeSearch(QueryOptions searchOptions) throws SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor,SProcessSupervisor>searchOptions - The query options to execute the search withSBonitaReadException - when the search failed to retrieve the results