public class SearchHumanTaskInstances extends AbstractHumanTaskInstanceSearchEntity
| Constructor and Description |
|---|
SearchHumanTaskInstances(org.bonitasoft.engine.core.process.instance.api.ActivityInstanceService activityInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchHumanTaskInstanceDescriptor searchHumanTaskInstanceDescriptor,
SearchOptions options) |
| 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.SHumanTaskInstance> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the search here
|
convertToClientObjectsexecute, getResult, getSearchFilter, validateQuerypublic SearchHumanTaskInstances(org.bonitasoft.engine.core.process.instance.api.ActivityInstanceService activityInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchHumanTaskInstanceDescriptor searchHumanTaskInstanceDescriptor,
SearchOptions options)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<HumanTaskInstance,org.bonitasoft.engine.core.process.instance.model.SHumanTaskInstance>searchOptions - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.SHumanTaskInstance> executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<HumanTaskInstance,org.bonitasoft.engine.core.process.instance.model.SHumanTaskInstance>searchOptions - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaReadExceptionCopyright © 2017 Bonitasoft S.A.. All rights reserved.