Class SearchProcessInstances
java.lang.Object
org.bonitasoft.engine.search.AbstractSearchEntity<org.bonitasoft.engine.bpm.process.ProcessInstance,SProcessInstance>
org.bonitasoft.engine.search.AbstractProcessInstanceSearchEntity
org.bonitasoft.engine.search.process.SearchProcessInstances
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.bpm.process.ProcessInstance>>
- Author:
- Celine Souchet
-
Constructor Summary
ConstructorsConstructorDescriptionSearchProcessInstances(ProcessInstanceService processInstanceService, SearchProcessInstanceDescriptor searchEntitiesDescriptor, org.bonitasoft.engine.search.SearchOptions options, ProcessDefinitionService processDefinitionService) -
Method Summary
Modifier and TypeMethodDescriptionlongexecuteCount(QueryOptions queryOptions) Execute the count hereexecuteSearch(QueryOptions queryOptions) Execute the search hereMethods inherited from class org.bonitasoft.engine.search.AbstractProcessInstanceSearchEntity
convertToClientObjectsMethods inherited from class org.bonitasoft.engine.search.AbstractSearchEntity
execute, getResult, getSearchFilter, search, search, validateQuery
-
Constructor Details
-
SearchProcessInstances
public SearchProcessInstances(ProcessInstanceService processInstanceService, SearchProcessInstanceDescriptor searchEntitiesDescriptor, org.bonitasoft.engine.search.SearchOptions options, ProcessDefinitionService processDefinitionService)
-
-
Method Details
-
executeCount
Description copied from class:AbstractSearchEntityExecute the count here- Specified by:
executeCountin classAbstractSearchEntity<org.bonitasoft.engine.bpm.process.ProcessInstance,SProcessInstance> - Parameters:
queryOptions- The query options to execute the count with- Returns:
- The number of result on the server
- Throws:
SBonitaReadException- when the search failed to retrieve the count number
-
executeSearch
Description copied from class:AbstractSearchEntityExecute the search here- Specified by:
executeSearchin classAbstractSearchEntity<org.bonitasoft.engine.bpm.process.ProcessInstance,SProcessInstance> - Parameters:
queryOptions- The query options to execute the search with- Returns:
- The list of searched server objects
- Throws:
SBonitaReadException- when the search failed to retrieve the results
-