public class QueryServicesClientImpl extends AbstractKieServicesClientImpl implements QueryServicesClient
baseURI, BYPASS_AUTH_USER, classLoader, config, marshaller| Constructor and Description |
|---|
QueryServicesClientImpl(KieServicesConfiguration config) |
QueryServicesClientImpl(KieServicesConfiguration config,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
List<org.kie.server.api.model.instance.NodeInstance> |
findActiveNodeInstances(Long processInstanceId,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.instance.NodeInstance> |
findCompletedNodeInstances(Long processInstanceId,
Integer page,
Integer pageSize) |
org.kie.server.api.model.instance.NodeInstance |
findNodeInstanceByWorkItemId(Long processInstanceId,
Long workItemId) |
List<org.kie.server.api.model.instance.NodeInstance> |
findNodeInstances(Long processInstanceId,
Integer page,
Integer pageSize) |
org.kie.server.api.model.definition.ProcessDefinition |
findProcessByContainerIdProcessId(String containerId,
String processId) |
List<org.kie.server.api.model.definition.ProcessDefinition> |
findProcesses(Integer page,
Integer pageSize) |
List<org.kie.server.api.model.definition.ProcessDefinition> |
findProcesses(String filter,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.definition.ProcessDefinition> |
findProcessesByContainerId(String containerId,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.definition.ProcessDefinition> |
findProcessesById(String processId) |
org.kie.server.api.model.instance.ProcessInstance |
findProcessInstanceByCorrelationKey(org.kie.internal.process.CorrelationKey correlationKey) |
org.kie.server.api.model.instance.ProcessInstance |
findProcessInstanceById(Long processInstanceId) |
List<org.kie.server.api.model.instance.ProcessInstance> |
findProcessInstances(Integer page,
Integer pageSize) |
List<org.kie.server.api.model.instance.ProcessInstance> |
findProcessInstancesByContainerId(String containerId,
List<Integer> status,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.instance.ProcessInstance> |
findProcessInstancesByCorrelationKey(org.kie.internal.process.CorrelationKey correlationKey,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.instance.ProcessInstance> |
findProcessInstancesByInitiator(String initiator,
List<Integer> status,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.instance.ProcessInstance> |
findProcessInstancesByProcessId(String processId,
List<Integer> status,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.instance.ProcessInstance> |
findProcessInstancesByProcessName(String processName,
List<Integer> status,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.instance.ProcessInstance> |
findProcessInstancesByStatus(List<Integer> status,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.instance.ProcessInstance> |
findProcessInstancesByVariable(String variableName,
List<Integer> status,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.instance.ProcessInstance> |
findProcessInstancesByVariableAndValue(String variableName,
String variableValue,
List<Integer> status,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.instance.VariableInstance> |
findVariableHistory(Long processInstanceId,
String variableName,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.instance.VariableInstance> |
findVariablesCurrentState(Long processInstanceId) |
buildQueryString, checkResultType, createExceptionForUnexpectedResponseCode, deserialize, executeJmsCommand, executeJmsCommand, executeJmsCommand, getAdditionalParams, getHeaders, getMediaType, getMessage, getPagingQueryString, getUserAndAdditionalParam, getUserAndAdditionalParams, getUserAndPagingQueryString, getUserQueryStr, initializeURI, makeHttpDeleteRequestAndCreateCustomResponse, makeHttpDeleteRequestAndCreateServiceResponse, makeHttpGetRequestAndCreateCustomResponse, makeHttpGetRequestAndCreateRawResponse, makeHttpGetRequestAndCreateRawResponse, makeHttpGetRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPutRequestAndCreateCustomResponse, makeHttpPutRequestAndCreateCustomResponse, makeHttpPutRequestAndCreateServiceResponse, makeHttpPutRequestAndCreateServiceResponse, newRequest, safeList, safeMap, sendTaskOperation, serialize, throwExceptionOnFailurepublic QueryServicesClientImpl(KieServicesConfiguration config)
public QueryServicesClientImpl(KieServicesConfiguration config, ClassLoader classLoader)
public List<org.kie.server.api.model.definition.ProcessDefinition> findProcessesById(String processId)
findProcessesById in interface QueryServicesClientpublic org.kie.server.api.model.definition.ProcessDefinition findProcessByContainerIdProcessId(String containerId, String processId)
findProcessByContainerIdProcessId in interface QueryServicesClientpublic List<org.kie.server.api.model.definition.ProcessDefinition> findProcesses(Integer page, Integer pageSize)
findProcesses in interface QueryServicesClientpublic List<org.kie.server.api.model.definition.ProcessDefinition> findProcesses(String filter, Integer page, Integer pageSize)
findProcesses in interface QueryServicesClientpublic List<org.kie.server.api.model.definition.ProcessDefinition> findProcessesByContainerId(String containerId, Integer page, Integer pageSize)
findProcessesByContainerId in interface QueryServicesClientpublic List<org.kie.server.api.model.instance.ProcessInstance> findProcessInstances(Integer page, Integer pageSize)
findProcessInstances in interface QueryServicesClientpublic List<org.kie.server.api.model.instance.ProcessInstance> findProcessInstancesByCorrelationKey(org.kie.internal.process.CorrelationKey correlationKey, Integer page, Integer pageSize)
findProcessInstancesByCorrelationKey in interface QueryServicesClientpublic List<org.kie.server.api.model.instance.ProcessInstance> findProcessInstancesByProcessId(String processId, List<Integer> status, Integer page, Integer pageSize)
findProcessInstancesByProcessId in interface QueryServicesClientpublic List<org.kie.server.api.model.instance.ProcessInstance> findProcessInstancesByProcessName(String processName, List<Integer> status, Integer page, Integer pageSize)
findProcessInstancesByProcessName in interface QueryServicesClientpublic List<org.kie.server.api.model.instance.ProcessInstance> findProcessInstancesByContainerId(String containerId, List<Integer> status, Integer page, Integer pageSize)
findProcessInstancesByContainerId in interface QueryServicesClientpublic List<org.kie.server.api.model.instance.ProcessInstance> findProcessInstancesByStatus(List<Integer> status, Integer page, Integer pageSize)
findProcessInstancesByStatus in interface QueryServicesClientpublic List<org.kie.server.api.model.instance.ProcessInstance> findProcessInstancesByInitiator(String initiator, List<Integer> status, Integer page, Integer pageSize)
findProcessInstancesByInitiator in interface QueryServicesClientpublic List<org.kie.server.api.model.instance.ProcessInstance> findProcessInstancesByVariable(String variableName, List<Integer> status, Integer page, Integer pageSize)
findProcessInstancesByVariable in interface QueryServicesClientpublic List<org.kie.server.api.model.instance.ProcessInstance> findProcessInstancesByVariableAndValue(String variableName, String variableValue, List<Integer> status, Integer page, Integer pageSize)
findProcessInstancesByVariableAndValue in interface QueryServicesClientpublic org.kie.server.api.model.instance.ProcessInstance findProcessInstanceById(Long processInstanceId)
findProcessInstanceById in interface QueryServicesClientpublic org.kie.server.api.model.instance.ProcessInstance findProcessInstanceByCorrelationKey(org.kie.internal.process.CorrelationKey correlationKey)
findProcessInstanceByCorrelationKey in interface QueryServicesClientpublic org.kie.server.api.model.instance.NodeInstance findNodeInstanceByWorkItemId(Long processInstanceId, Long workItemId)
findNodeInstanceByWorkItemId in interface QueryServicesClientpublic List<org.kie.server.api.model.instance.NodeInstance> findActiveNodeInstances(Long processInstanceId, Integer page, Integer pageSize)
findActiveNodeInstances in interface QueryServicesClientpublic List<org.kie.server.api.model.instance.NodeInstance> findCompletedNodeInstances(Long processInstanceId, Integer page, Integer pageSize)
findCompletedNodeInstances in interface QueryServicesClientpublic List<org.kie.server.api.model.instance.NodeInstance> findNodeInstances(Long processInstanceId, Integer page, Integer pageSize)
findNodeInstances in interface QueryServicesClientpublic List<org.kie.server.api.model.instance.VariableInstance> findVariablesCurrentState(Long processInstanceId)
findVariablesCurrentState in interface QueryServicesClientpublic List<org.kie.server.api.model.instance.VariableInstance> findVariableHistory(Long processInstanceId, String variableName, Integer page, Integer pageSize)
findVariableHistory in interface QueryServicesClientCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.