public class SearchSupervisors extends AbstractSupervisorSearchEntity
| Constructor and Description |
|---|
SearchSupervisors(org.bonitasoft.engine.supervisor.mapping.SupervisorMappingService supervisorService,
SearchEntityDescriptor searchDescriptor,
SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the count here
|
List<org.bonitasoft.engine.supervisor.mapping.model.SProcessSupervisor> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the search here
|
convertToClientObjectsexecute, getResult, getSearchFilterpublic SearchSupervisors(org.bonitasoft.engine.supervisor.mapping.SupervisorMappingService supervisorService,
SearchEntityDescriptor searchDescriptor,
SearchOptions options)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<ProcessSupervisor,org.bonitasoft.engine.supervisor.mapping.model.SProcessSupervisor>searchOptions - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<org.bonitasoft.engine.supervisor.mapping.model.SProcessSupervisor> executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<ProcessSupervisor,org.bonitasoft.engine.supervisor.mapping.model.SProcessSupervisor>searchOptions - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaReadExceptionCopyright © 2016 Bonitasoft S.A.. All rights reserved.