Returns the attributes to apply to flow executions created by this factory.
Execution attributes may affect flow execution behavior.
flow execution attributes
Returns the strategy for loading listeners that should observe executions of
a flow definition. Allows full control over what listeners should apply
for executions of a flow definition.
setExecutionAttributes
public void setExecutionAttributes(AttributeMap executionAttributes)(Code)
Sets the attributes to apply to flow executions created by this factory.
Execution attributes may affect flow execution behavior.
Parameters: executionAttributes - flow execution system attributes
setExecutionAttributesMap
public void setExecutionAttributesMap(Map executionAttributes)(Code)
Sets the attributes to apply to flow executions created by this factory.
Execution attributes may affect flow execution behavior.
Convenience setter that takes a simple java.util.Map to ease
bean style configuration.
Parameters: executionAttributes - flow execution system attributes
Sets the strategy for loading listeners that should observe executions of
a flow definition. Allows full control over what listeners should apply
for executions of a flow definition.