|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableUpdate | |
---|---|
org.ow2.bonita.facade.runtime | It contains interfaces for recorded data for runtime informations on different types of workflow elements : process, activity, variable, hook. |
Uses of VariableUpdate in org.ow2.bonita.facade.runtime |
---|
Methods in org.ow2.bonita.facade.runtime that return types with arguments of type VariableUpdate | |
---|---|
java.util.List<VariableUpdate> |
ProcessInstance.getVariableUpdates()
Gives access to the historic of variables updates. |
java.util.List<VariableUpdate> |
ActivityInstance.getVariableUpdates()
Gives access to the historic of variables updates. |
Methods in org.ow2.bonita.facade.runtime with parameters of type VariableUpdate | |
---|---|
void |
ProcessFullInstance.addVariableUpdate(VariableUpdate varUpdate)
|
void |
ActivityFullInstance.addVariableUpdate(VariableUpdate varUpdate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |