public class SearchPendingTasksForUser extends AbstractHumanTaskInstanceSearchEntity
| Constructor and Description |
|---|
SearchPendingTasksForUser(org.bonitasoft.engine.core.process.instance.api.ActivityInstanceService activityInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchHumanTaskInstanceDescriptor searchEntitiesDescriptor,
long userId,
SearchOptions options,
boolean orAssignedToUser) |
| 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, getSearchFilterpublic SearchPendingTasksForUser(org.bonitasoft.engine.core.process.instance.api.ActivityInstanceService activityInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchHumanTaskInstanceDescriptor searchEntitiesDescriptor,
long userId,
SearchOptions options,
boolean orAssignedToUser)
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 © 2014 Bonitasoft S.A.. All rights reserved.