Package | Description |
---|---|
org.jbpm.services.api |
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.getProcessInstanceFullHistory(long processInstanceId,
org.kie.internal.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.internal.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.internal.query.QueryContext queryContext)
Returns trace of all active nodes for given process instance id
|
Collection<NodeInstanceDesc> |
RuntimeDataService.getProcessInstanceHistoryCompleted(long processInstanceId,
org.kie.internal.query.QueryContext queryContext)
Returns trace of all executed (completed) for given process instance id
|
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.