Uses of Class
org.jbpm.services.api.RuntimeDataService.EntryType
-
Packages that use RuntimeDataService.EntryType Package Description 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 Modifier and Type Method Description Collection<NodeInstanceDesc>RuntimeDataServiceImpl. getProcessInstanceFullHistoryByType(long processId, RuntimeDataService.EntryType type, org.kie.api.runtime.query.QueryContext queryContext) -
Uses of RuntimeDataService.EntryType in org.jbpm.services.api
Methods in org.jbpm.services.api that return RuntimeDataService.EntryType Modifier and Type Method Description static RuntimeDataService.EntryTypeRuntimeDataService.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 Modifier and Type Method 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, END, ABORTED, SKIPPED, OBSOLETE or ERROR) for given process instance.
-