public interface TaskAssigningRuntimeClient
| Modifier and Type | Method and Description |
|---|---|
org.kie.server.api.model.taskassigning.PlanningExecutionResult |
executePlanning(org.kie.server.api.model.taskassigning.PlanningItemList planningItemList,
String userId) |
org.kie.server.api.model.taskassigning.TaskDataList |
findTasks(Long fromTaskId,
List<String> status,
LocalDateTime fromLastModificationDate,
Integer page,
Integer pageSize)
Executes a parametrized query over the jBPM tasks.
|
org.kie.server.api.model.taskassigning.TaskDataList |
findTasks(Long fromTaskId,
List<String> status,
LocalDateTime fromLastModificationDate,
Integer page,
Integer pageSize,
org.kie.server.api.model.taskassigning.TaskInputVariablesReadMode taskInputVariablesReadMode)
Executes a parametrized query over the jBPM tasks.
|
org.kie.server.api.model.taskassigning.PlanningExecutionResult executePlanning(org.kie.server.api.model.taskassigning.PlanningItemList planningItemList,
String userId)
org.kie.server.api.model.taskassigning.TaskDataList findTasks(Long fromTaskId, List<String> status, LocalDateTime fromLastModificationDate, Integer page, Integer pageSize, org.kie.server.api.model.taskassigning.TaskInputVariablesReadMode taskInputVariablesReadMode)
findTasks(Long, List, LocalDateTime, Integer, Integer)
or any other of the jBPM runtime client/queries methods, etc.
fromTaskId - filters the tasks with taskId >= fromTaskId. If null no filtering is applied.status - filters the tasks that are in one of the following status. If null or the empty list no filtering
is applied.fromLastModificationDate - filters the tasks with lastModificationDate >= fromLastModificationDate. If null
no filtering is applied.page - sets the starting page for the paged reading.pageSize - sets the pageSize for the paged reading.taskInputVariablesReadMode - establishes the tasks input variables reading mode.TaskInputVariablesReadModeorg.kie.server.api.model.taskassigning.TaskDataList findTasks(Long fromTaskId, List<String> status, LocalDateTime fromLastModificationDate, Integer page, Integer pageSize)
fromTaskId - filters the tasks with taskId >= fromTaskId. If null no filtering is applied.status - filters the tasks that are in one of the following status. If null or the empty list no filtering
is applied.fromLastModificationDate - filters the tasks with lastModificationDate >= fromLastModificationDate. If null
no filtering is applied.page - sets the starting page for the paged reading.pageSize - sets the pageSize for the paged reading.TaskInputVariablesReadModeCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.