|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubflowAttributeMapper
A strategy interface used by a subflow state to map subflow input and output attributes.
Method Summary | |
---|---|
MutableAttributeMap |
createSubflowInput(RequestContext context)
Create a map of attributes that should be passed as input to a subflow. |
void |
mapSubflowOutput(AttributeMap output,
RequestContext context)
Map output attributes of an ended subflow flow to the resuming parent flow. |
Method Detail |
---|
MutableAttributeMap createSubflowInput(RequestContext context)
context
- the current request execution context
void mapSubflowOutput(AttributeMap output, RequestContext context)
output
- the output attributes returned by the ended subflowcontext
- the current request execution context, which gives access to the parent flow scope
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |