public class SearchArchivedHumanTasksSupervisedBy extends AbstractArchivedHumanTaskInstanceSearchEntity
| Constructor and Description |
|---|
SearchArchivedHumanTasksSupervisedBy(Long supervisorId,
org.bonitasoft.engine.core.process.instance.api.ActivityInstanceService activityInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchEntityDescriptor searchDescriptor,
SearchOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the count here
|
List<org.bonitasoft.engine.core.process.instance.model.archive.SAHumanTaskInstance> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the search here
|
convertToClientObjectsexecute, getResult, getSearchFilter, validateQuerypublic SearchArchivedHumanTasksSupervisedBy(Long supervisorId, org.bonitasoft.engine.core.process.instance.api.ActivityInstanceService activityInstanceService, FlowNodeStateManager flowNodeStateManager, SearchEntityDescriptor searchDescriptor, SearchOptions searchOptions)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<ArchivedHumanTaskInstance,org.bonitasoft.engine.core.process.instance.model.archive.SAHumanTaskInstance>searchOptions - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.archive.SAHumanTaskInstance> executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<ArchivedHumanTaskInstance,org.bonitasoft.engine.core.process.instance.model.archive.SAHumanTaskInstance>searchOptions - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaReadExceptionCopyright © 2017 Bonitasoft S.A.. All rights reserved.