Package | Description |
---|---|
org.jbpm.kie.services.impl | |
org.jbpm.kie.services.impl.model | |
org.jbpm.services.api |
Modifier and Type | Method and Description |
---|---|
Collection<VariableDesc> |
RuntimeDataServiceImpl.getVariableHistory(long processInstanceId,
String variableId,
org.kie.api.runtime.query.QueryContext queryContext) |
Collection<VariableDesc> |
RuntimeDataServiceImpl.getVariablesCurrentState(long processInstanceId) |
Modifier and Type | Class and Description |
---|---|
class |
VariableStateDesc |
Modifier and Type | Method and Description |
---|---|
Collection<VariableDesc> |
RuntimeDataService.getVariableHistory(long processInstanceId,
String variableId,
org.kie.api.runtime.query.QueryContext queryContext)
Returns collection of changes to given variable within scope of process instance
|
Collection<VariableDesc> |
RuntimeDataService.getVariablesCurrentState(long processInstanceId)
Returns collections of all process variables current value for given process instance
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.