|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.execution.FlowExecutionOutcome
public class FlowExecutionOutcome
An outcome returned by a flow execution when it ends.
Constructor Summary | |
---|---|
FlowExecutionOutcome(String id,
AttributeMap output)
Creates a new flow execution outcome |
Method Summary | |
---|---|
String |
getId()
Return the outcome identifier. |
AttributeMap |
getOutput()
Returns the output returned by the flow execution. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FlowExecutionOutcome(String id, AttributeMap output)
id
- the outcome idoutput
- the output returned by the executionMethod Detail |
---|
public String getId()
public AttributeMap getOutput()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |