public class SearchAssignedAndPendingHumanTasksFor extends AbstractHumanTaskInstanceSearchEntity
| Constructor and Description |
|---|
SearchAssignedAndPendingHumanTasksFor(org.bonitasoft.engine.core.process.instance.api.ActivityInstanceService activityInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchHumanTaskInstanceDescriptor searchEntitiesDescriptor,
long rootProcessDefinitionId,
long userId,
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 SearchAssignedAndPendingHumanTasksFor(org.bonitasoft.engine.core.process.instance.api.ActivityInstanceService activityInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchHumanTaskInstanceDescriptor searchEntitiesDescriptor,
long rootProcessDefinitionId,
long userId,
SearchOptions options)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
throws org.bonitasoft.engine.persistence.SBonitaReadException
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.SBonitaReadExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.SHumanTaskInstance> executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
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.SBonitaReadExceptionCopyright © 2016 Bonitasoft S.A.. All rights reserved.