Method Summary |
|
public ConfigurableFlowAttributeMapper | addInputAttribute(String attributeName) Adds an input mapping that maps a single attribute in parent flow
scope into the subflow input map. |
public void | addInputAttributes(String[] attributeNames) Adds a collection of input mappings that map attributes in parent flow
scope into the subflow input map. |
public ConfigurableFlowAttributeMapper | addInputMapping(AttributeMapper inputMapping) Adds a new input mapping. |
public void | addInputMappings(AttributeMapper[] inputMappings) Adds a collection of input mappings. |
public ConfigurableFlowAttributeMapper | addOutputAttribute(String attributeName) Adds an output mapping that maps a single subflow output attribute into
the flow scope of the resuming parent flow. |
public void | addOutputAttributes(String[] attributeNames) Adds a collection of output mappings that map subflow output attributes
into the scope of the resuming parent flow. |
public ConfigurableFlowAttributeMapper | addOutputMapping(AttributeMapper outputMapping) Adds a new output mapping. |
public void | addOutputMappings(AttributeMapper[] outputMappings) Adds a collection of output mappings. |
protected ExpressionParser | getExpressionParser() Returns the configured expression parser. |
protected AttributeMapper | getInputMapper() |
public AttributeMapper[] | getInputMappings() Returns a typed-array of configured input mappings. |
protected AttributeMapper | getOutputMapper() |
public AttributeMapper[] | getOutputMappings() Returns a typed-array of configured output mappings. |
public void | setExpressionParser(ExpressionParser expressionParser) Set the expression parser responsible for parsing expression strings into
evaluatable expression objects. |
public String | toString() |