Package | Description |
---|---|
org.jbpm.kie.services.impl | |
org.jbpm.kie.services.impl.model | |
org.jbpm.services.api |
Modifier and Type | Method and Description |
---|---|
NodeInstanceDesc |
RuntimeDataServiceImpl.getNodeInstanceForWorkItem(Long workItemId) |
Modifier and Type | Method and Description |
---|---|
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 | 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.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
|
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.