Collection<ProcessInstanceDesc> |
RuntimeDataService.getProcessInstances(List<Integer> states,
String initiator,
org.kie.api.runtime.query.QueryContext queryContext) |
Returns list of process instance descriptions found with given statuses and initiated by initiator.
|
Collection<ProcessInstanceDesc> |
RuntimeDataService.getProcessInstances(org.kie.api.runtime.query.QueryContext queryContext) |
Returns list of process instance descriptions
|
Collection<ProcessInstanceDesc> |
RuntimeDataService.getProcessInstancesByCorrelationKey(org.kie.internal.process.CorrelationKey correlationKey,
org.kie.api.runtime.query.QueryContext queryContext) |
Returns process instances descriptions (regardless of their states) found for given correlation key if found otherwise empty list.
|
Collection<ProcessInstanceDesc> |
RuntimeDataService.getProcessInstancesByCorrelationKeyAndStatus(org.kie.internal.process.CorrelationKey correlationKey,
List<Integer> states,
org.kie.api.runtime.query.QueryContext queryContext) |
Returns process instances descriptions filtered by their states found for given correlation key if found otherwise empty list.
|
Collection<ProcessInstanceDesc> |
RuntimeDataService.getProcessInstancesByDeploymentId(String deploymentId,
List<Integer> states,
org.kie.api.runtime.query.QueryContext queryContext) |
Returns list of process instance descriptions found for given deployment id and statuses.
|
Collection<ProcessInstanceDesc> |
RuntimeDataService.getProcessInstancesByParent(Long parentProcessInstanceId,
List<Integer> states,
org.kie.api.runtime.query.QueryContext queryContext) |
Returns list of process instance descriptions
|
Collection<ProcessInstanceDesc> |
RuntimeDataService.getProcessInstancesByProcessDefinition(String processDefId,
List<Integer> states,
org.kie.api.runtime.query.QueryContext queryContext) |
Returns list of process instance descriptions found for given process definition id
|
Collection<ProcessInstanceDesc> |
RuntimeDataService.getProcessInstancesByProcessDefinition(String processDefId,
org.kie.api.runtime.query.QueryContext queryContext) |
Returns list of process instance descriptions found for given process definition id
|
Collection<ProcessInstanceDesc> |
RuntimeDataService.getProcessInstancesByProcessId(List<Integer> states,
String processId,
String initiator,
org.kie.api.runtime.query.QueryContext queryContext) |
Returns list of process instance descriptions found for given process id and statuses and initiated by initiator
|
Collection<ProcessInstanceDesc> |
RuntimeDataService.getProcessInstancesByProcessName(List<Integer> states,
String processName,
String initiator,
org.kie.api.runtime.query.QueryContext queryContext) |
|
Collection<ProcessInstanceDesc> |
RuntimeDataService.getProcessInstancesByVariable(String variableName,
List<Integer> states,
org.kie.api.runtime.query.QueryContext queryContext) |
Returns process instance descriptions found for process instance that have defined given variable
|
Collection<ProcessInstanceDesc> |
RuntimeDataService.getProcessInstancesByVariableAndValue(String variableName,
String variableValue,
List<Integer> states,
org.kie.api.runtime.query.QueryContext queryContext) |
Returns process instance descriptions found for process instance that have defined given variable and its value matches given variableValue
|
Collection<ProcessInstanceDesc> |
RuntimeDataService.getProcessInstancesWithSubprocessByProcessInstanceId(Long processInstanceId,
List<Integer> states,
org.kie.api.runtime.query.QueryContext queryContext) |
Returns list of process instance descriptions
|