public class TaskAssigningRuntimeClientImpl extends AbstractKieServicesClientImpl implements TaskAssigningRuntimeClient
BYPASS_AUTH_USER, classLoader, config, loadBalancer, marshaller, owner| Constructor and Description |
|---|
TaskAssigningRuntimeClientImpl(KieServicesConfiguration config) |
TaskAssigningRuntimeClientImpl(KieServicesConfiguration config,
ClassLoader classLoader) |
| 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 inputVariablesReadMode)
Executes a parametrized query over the jBPM tasks.
|
KieServicesConfiguration |
getConfig() |
buildQueryString, checkResultType, close, createExceptionForUnexpectedResponseCode, deserialize, encode, executeJmsCommand, executeJmsCommand, executeJmsCommand, executeJmsCommand, getAdditionalParams, getConversationId, getHeaders, getLoadBalancer, getMediaType, getMessage, getPagingQueryString, getResponseHandler, getSortingQueryString, getUserAndAdditionalParam, getUserAndAdditionalParams, getUserAndPagingQueryString, getUserQueryStr, initializeURI, invoke, makeBackwardCompatibleHttpPostRequestAndCreateServiceResponse, makeBackwardCompatibleHttpPostRequestAndCreateServiceResponse, makeHttpDeleteRequestAndCreateCustomResponse, makeHttpDeleteRequestAndCreateServiceResponse, makeHttpGetRequestAndCreateCustomResponse, makeHttpGetRequestAndCreateCustomResponseWithHandleNotFound, makeHttpGetRequestAndCreateRawResponse, makeHttpGetRequestAndCreateRawResponse, makeHttpGetRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPutRequestAndCreateCustomResponse, makeHttpPutRequestAndCreateCustomResponse, makeHttpPutRequestAndCreateServiceResponse, makeHttpPutRequestAndCreateServiceResponse, newRequest, safeList, safeMap, sendTaskOperation, serialize, setOwner, setResponseHandler, shouldReturnWithNullResponse, throwExceptionOnFailurepublic TaskAssigningRuntimeClientImpl(KieServicesConfiguration config)
public TaskAssigningRuntimeClientImpl(KieServicesConfiguration config, ClassLoader classLoader)
public org.kie.server.api.model.taskassigning.PlanningExecutionResult executePlanning(org.kie.server.api.model.taskassigning.PlanningItemList planningItemList,
String userId)
executePlanning in interface TaskAssigningRuntimeClientpublic 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 inputVariablesReadMode)
TaskAssigningRuntimeClientTaskAssigningRuntimeClient.findTasks(Long, List, LocalDateTime, Integer, Integer)
or any other of the jBPM runtime client/queries methods, etc.
findTasks in interface TaskAssigningRuntimeClientfromTaskId - 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.inputVariablesReadMode - establishes the tasks input variables reading mode.TaskInputVariablesReadModepublic org.kie.server.api.model.taskassigning.TaskDataList findTasks(Long fromTaskId, List<String> status, LocalDateTime fromLastModificationDate, Integer page, Integer pageSize)
TaskAssigningRuntimeClientfindTasks in interface TaskAssigningRuntimeClientfromTaskId - 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.TaskInputVariablesReadModepublic KieServicesConfiguration getConfig()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.