Package | Description |
---|---|
org.jbpm.services.api | |
org.jbpm.services.api.admin |
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, END, ABORTED, SKIPPED, OBSOLETE or ERROR) 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;
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.