org.springframework.webflow.execution
Class FlowExecutionKey
java.lang.Object
org.springframework.webflow.execution.FlowExecutionKey
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CompositeFlowExecutionKey, GeneratedFlowExecutionKey, MockFlowExecutionKey
public abstract class FlowExecutionKey
- extends Object
- implements Serializable
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:
- Serialized Form
FlowExecutionKey
public FlowExecutionKey()
equals
public abstract boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public abstract int hashCode()
- Overrides:
hashCode
in class Object
toString
public abstract String toString()
- Overrides:
toString
in class Object