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