Class FlowExecutionSnapshot

java.lang.Object
org.springframework.webflow.execution.repository.snapshot.FlowExecutionSnapshot
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SerializedFlowExecutionSnapshot

public abstract class FlowExecutionSnapshot extends Object implements Serializable
A snapshot that can be used to restore a FlowExecution using a FlowExecutionSnapshotFactory.
Author:
Erwin Vervaet, Keith Donald
See Also:
  • Constructor Details

    • FlowExecutionSnapshot

      public FlowExecutionSnapshot()