Class FlowExecutionKey
java.lang.Object
org.springframework.webflow.execution.FlowExecutionKey
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CompositeFlowExecutionKey
,GeneratedFlowExecutionKey
,MockFlowExecutionKey
A key that uniquely identifies a flow execution in a managed
FlowExecutionRepository
. Serves as a flow
execution's persistent identity.
This class is abstract. The repository subsystem encapsulates the structure of concrete key implementations.
- Author:
- Keith Donald
- See Also:
-
Constructor Summary
-
Method Summary