public interface VariableValueFactory
| Modifier and Type | Method and Description |
|---|---|
Object |
createInitialValue(RequestContext context)
Creates the variable's initial value.
|
void |
restoreReferences(Object value,
RequestContext context)
Restore any references the variable's value needs to other objects.
|
Object createInitialValue(RequestContext context)
context - the currently executing flow requestvoid restoreReferences(Object value, RequestContext context)
value - the current variable valuecontext - the currently executing flow request