public class SearchProcessDeploymentInfosWithAssignedOrPendingHumanTasks extends AbstractProcessDeploymentInfoSearchEntity
| Constructor and Description |
|---|
SearchProcessDeploymentInfosWithAssignedOrPendingHumanTasks(ProcessDefinitionService processDefinitionService,
SearchProcessDefinitionsDescriptor searchEntitiesDescriptor,
org.bonitasoft.engine.search.SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(QueryOptions queryOptions)
Execute the count here
|
java.util.List<SProcessDefinitionDeployInfo> |
executeSearch(QueryOptions queryOptions)
Execute the search here
|
convertToClientObjectsexecute, getResult, getSearchFilter, search, search, validateQuerypublic SearchProcessDeploymentInfosWithAssignedOrPendingHumanTasks(ProcessDefinitionService processDefinitionService, SearchProcessDefinitionsDescriptor searchEntitiesDescriptor, org.bonitasoft.engine.search.SearchOptions options)
public long executeCount(QueryOptions queryOptions) throws SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo,SProcessDefinitionDeployInfo>queryOptions - The query options to execute the count withSBonitaReadException - when the search failed to retrieve the count numberpublic java.util.List<SProcessDefinitionDeployInfo> executeSearch(QueryOptions queryOptions) throws SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo,SProcessDefinitionDeployInfo>queryOptions - The query options to execute the search withSBonitaReadException - when the search failed to retrieve the results