Modifier and Type | Method and Description |
---|---|
Collection<NodeInstanceDesc> |
CaseRuntimeDataService.getActiveNodesForCase(String caseId,
org.kie.api.runtime.query.QueryContext queryContext)
Returns active nodes in given case regardless in what process instance they belong to.
|
Collection<NodeInstanceDesc> |
CaseRuntimeDataService.getCompletedNodesForCase(String caseId,
org.kie.api.runtime.query.QueryContext queryContext)
Returns completed nodes in given case regardless in what process instance they belong to.
|
Modifier and Type | Method and Description |
---|---|
Collection<NodeInstanceDesc> |
CaseStageInstance.getActiveNodes()
Returns currently active nodes within this stage
|
Modifier and Type | Method and Description |
---|---|
Collection<NodeInstanceDesc> |
CaseRuntimeDataServiceImpl.getActiveNodesForCase(String caseId,
org.kie.api.runtime.query.QueryContext queryContext) |
protected Collection<NodeInstanceDesc> |
CaseRuntimeDataServiceImpl.getActiveNodesForCaseAndStage(String caseId,
String stageId,
org.kie.api.runtime.query.QueryContext queryContext) |
Collection<NodeInstanceDesc> |
CaseRuntimeDataServiceImpl.getCompletedNodesForCase(String caseId,
org.kie.api.runtime.query.QueryContext queryContext) |
Modifier and Type | Method and Description |
---|---|
Collection<NodeInstanceDesc> |
CaseStageInstanceImpl.getActiveNodes() |
Constructor and Description |
---|
CaseStageInstanceImpl(String id,
String name,
Collection<AdHocFragment> adHocFragments,
Collection<NodeInstanceDesc> activeNodes) |
CaseStageInstanceImpl(String id,
String name,
Collection<AdHocFragment> adHocFragments,
Collection<NodeInstanceDesc> activeNodes,
StageStatus status) |
Modifier and Type | Method and Description |
---|---|
NodeInstanceDesc |
RuntimeDataServiceImpl.getNodeInstanceForWorkItem(Long workItemId) |
Modifier and Type | Method and Description |
---|---|
Collection<NodeInstanceDesc> |
RuntimeDataServiceImpl.getNodeInstancesByCorrelationKeyNodeType(org.kie.internal.process.CorrelationKey correlationKey,
List<Integer> states,
List<String> nodeTypes,
org.kie.api.runtime.query.QueryContext queryContext) |
Collection<NodeInstanceDesc> |
RuntimeDataServiceImpl.getNodeInstancesByNodeType(long processInstanceId,
List<String> nodeTypes,
org.kie.api.runtime.query.QueryContext queryContext) |
Collection<NodeInstanceDesc> |
RuntimeDataServiceImpl.getProcessInstanceFullHistory(long processId,
org.kie.api.runtime.query.QueryContext queryContext) |
Collection<NodeInstanceDesc> |
RuntimeDataServiceImpl.getProcessInstanceFullHistoryByType(long processId,
RuntimeDataService.EntryType type,
org.kie.api.runtime.query.QueryContext queryContext) |
protected Collection<NodeInstanceDesc> |
RuntimeDataServiceImpl.getProcessInstanceHistory(long processId,
boolean completed,
org.kie.api.runtime.query.QueryContext queryContext) |
Collection<NodeInstanceDesc> |
RuntimeDataServiceImpl.getProcessInstanceHistoryActive(long processId,
org.kie.api.runtime.query.QueryContext queryContext) |
Collection<NodeInstanceDesc> |
RuntimeDataServiceImpl.getProcessInstanceHistoryCompleted(long processId,
org.kie.api.runtime.query.QueryContext queryContext) |
Modifier and Type | Method and Description |
---|---|
Collection<NodeInstanceDesc> |
ProcessInstanceAdminServiceImpl.getActiveNodeInstances(long processInstanceId) |
Modifier and Type | Class and Description |
---|---|
class |
NodeInstanceDesc |
Modifier and Type | Method and Description |
---|---|
NodeInstanceDesc |
RuntimeDataService.getNodeInstanceForWorkItem(Long workItemId)
Returns active node instance descriptor for given work item id, if exists.
|
Modifier and Type | Method and Description |
---|---|
Collection<NodeInstanceDesc> |
RuntimeDataService.getNodeInstancesByCorrelationKeyNodeType(org.kie.internal.process.CorrelationKey correlationKey,
List<Integer> states,
List<String> nodeTypes,
org.kie.api.runtime.query.QueryContext queryContext)
Returns trace of all nodes for a given node types and correlation key
|
Collection<NodeInstanceDesc> |
RuntimeDataService.getNodeInstancesByNodeType(long processInstanceId,
List<String> nodeTypes,
org.kie.api.runtime.query.QueryContext queryContext)
Returns trace of all nodes for a given node types and process instance id
|
Collection<NodeInstanceDesc> |
RuntimeDataService.getProcessInstanceFullHistory(long processInstanceId,
org.kie.api.runtime.query.QueryContext queryContext)
Returns complete trace of all executed (completed) and active nodes for given process instance id
|
Collection<NodeInstanceDesc> |
RuntimeDataService.getProcessInstanceFullHistoryByType(long processInstanceId,
RuntimeDataService.EntryType type,
org.kie.api.runtime.query.QueryContext queryContext)
Returns complete trace of all events of given type (START or END) for given process instance.
|
Collection<NodeInstanceDesc> |
RuntimeDataService.getProcessInstanceHistoryActive(long processInstanceId,
org.kie.api.runtime.query.QueryContext queryContext)
Returns trace of all active nodes for given process instance id
|
Collection<NodeInstanceDesc> |
RuntimeDataService.getProcessInstanceHistoryCompleted(long processInstanceId,
org.kie.api.runtime.query.QueryContext queryContext)
Returns trace of all executed (completed) for given process instance id
|
Modifier and Type | Method and Description |
---|---|
Collection<NodeInstanceDesc> |
ProcessInstanceAdminService.getActiveNodeInstances(long processInstanceId)
Returns all active node instances in given process instance;
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,NodeInstanceDesc> |
AbstractCaseServicesTest.mapNodeInstances(Collection<NodeInstanceDesc> nodes) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,NodeInstanceDesc> |
AbstractCaseServicesTest.mapNodeInstances(Collection<NodeInstanceDesc> nodes) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.