|
jBPM distribution 6.2.0.CR2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuntimeDataService.EntryType | |
---|---|
org.jbpm.kie.services.impl | |
org.jbpm.services.api |
Uses of RuntimeDataService.EntryType in org.jbpm.kie.services.impl |
---|
Methods in org.jbpm.kie.services.impl with parameters of type RuntimeDataService.EntryType | |
---|---|
Collection<NodeInstanceDesc> |
RuntimeDataServiceImpl.getProcessInstanceFullHistoryByType(long processId,
RuntimeDataService.EntryType type,
org.kie.internal.query.QueryContext queryContext)
|
Uses of RuntimeDataService.EntryType in org.jbpm.services.api |
---|
Methods in org.jbpm.services.api that return RuntimeDataService.EntryType | |
---|---|
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. |
Methods in org.jbpm.services.api with parameters of type RuntimeDataService.EntryType | |
---|---|
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. |
|
jBPM distribution 6.2.0.CR2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |