public class SearchAssignedAndPendingHumanTasks extends AbstractHumanTaskInstanceSearchEntity
| Constructor and Description |
|---|
SearchAssignedAndPendingHumanTasks(org.bonitasoft.engine.core.process.instance.api.ActivityInstanceService activityInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchHumanTaskInstanceDescriptor searchEntitiesDescriptor,
long rootProcessDefinitionId,
SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Execute the count here
|
List<org.bonitasoft.engine.core.process.instance.model.SHumanTaskInstance> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Execute the search here
|
convertToClientObjectsexecute, getResult, getSearchFilterpublic SearchAssignedAndPendingHumanTasks(org.bonitasoft.engine.core.process.instance.api.ActivityInstanceService activityInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchHumanTaskInstanceDescriptor searchEntitiesDescriptor,
long rootProcessDefinitionId,
SearchOptions options)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
throws org.bonitasoft.engine.persistence.SBonitaSearchException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<HumanTaskInstance,org.bonitasoft.engine.core.process.instance.model.SHumanTaskInstance>queryOptions - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaSearchExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.SHumanTaskInstance> executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions) throws org.bonitasoft.engine.persistence.SBonitaSearchException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<HumanTaskInstance,org.bonitasoft.engine.core.process.instance.model.SHumanTaskInstance>queryOptions - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaSearchExceptionCopyright © 2014 Bonitasoft S.A.. All rights reserved.