Class SearchArchivedHumanTasksSupervisedBy
java.lang.Object
org.bonitasoft.engine.search.AbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstance,SAHumanTaskInstance>
org.bonitasoft.engine.search.AbstractArchivedHumanTaskInstanceSearchEntity
org.bonitasoft.engine.search.supervisor.SearchArchivedHumanTasksSupervisedBy
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstance>>
public class SearchArchivedHumanTasksSupervisedBy
extends AbstractArchivedHumanTaskInstanceSearchEntity
-
Constructor Summary
ConstructorsConstructorDescriptionSearchArchivedHumanTasksSupervisedBy(Long supervisorId, ActivityInstanceService activityInstanceService, FlowNodeStateManager flowNodeStateManager, SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions searchOptions) -
Method Summary
Modifier and TypeMethodDescriptionlongexecuteCount(QueryOptions searchOptions) Execute the count hereexecuteSearch(QueryOptions searchOptions) Execute the search hereMethods inherited from class org.bonitasoft.engine.search.AbstractArchivedHumanTaskInstanceSearchEntity
convertToClientObjectsMethods inherited from class org.bonitasoft.engine.search.AbstractSearchEntity
execute, getResult, getSearchFilter, search, search, validateQuery
-
Constructor Details
-
SearchArchivedHumanTasksSupervisedBy
public SearchArchivedHumanTasksSupervisedBy(Long supervisorId, ActivityInstanceService activityInstanceService, FlowNodeStateManager flowNodeStateManager, SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions searchOptions)
-
-
Method Details
-
executeCount
Description copied from class:AbstractSearchEntityExecute the count here- Specified by:
executeCountin classAbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstance,SAHumanTaskInstance> - Parameters:
searchOptions- 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
public List<SAHumanTaskInstance> executeSearch(QueryOptions searchOptions) throws SBonitaReadException Description copied from class:AbstractSearchEntityExecute the search here- Specified by:
executeSearchin classAbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstance,SAHumanTaskInstance> - Parameters:
searchOptions- 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
-