Package | Description |
---|---|
org.jbpm.services.api |
Modifier and Type | Method and Description |
---|---|
static RuntimeDataService.EntryType |
RuntimeDataService.EntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeDataService.EntryType[] |
RuntimeDataService.EntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.