public class SearchArchivedHumanTasksSupervisedBy extends AbstractArchivedHumanTaskInstanceSearchEntity
| Constructor and Description |
|---|
SearchArchivedHumanTasksSupervisedBy(java.lang.Long supervisorId,
ActivityInstanceService activityInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchEntityDescriptor searchDescriptor,
org.bonitasoft.engine.search.SearchOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(QueryOptions searchOptions)
Execute the count here
|
java.util.List<SAHumanTaskInstance> |
executeSearch(QueryOptions searchOptions)
Execute the search here
|
convertToClientObjectsexecute, getResult, getSearchFilter, search, search, validateQuerypublic SearchArchivedHumanTasksSupervisedBy(java.lang.Long supervisorId,
ActivityInstanceService activityInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchEntityDescriptor searchDescriptor,
org.bonitasoft.engine.search.SearchOptions searchOptions)
public long executeCount(QueryOptions searchOptions) throws SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstance,SAHumanTaskInstance>searchOptions - The query options to execute the count withSBonitaReadException - when the search failed to retrieve the count numberpublic java.util.List<SAHumanTaskInstance> executeSearch(QueryOptions searchOptions) throws SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstance,SAHumanTaskInstance>searchOptions - The query options to execute the search withSBonitaReadException - when the search failed to retrieve the results