Package org.springframework.webflow.execution.repository.snapshot
package org.springframework.webflow.execution.repository.snapshot
Support for repositories that take flow execution snapshots to support backtracking.
-
ClassDescriptionBase class for repositories that take flow execution snapshots using a
FlowExecutionSnapshotFactory
.A snapshot that can be used to restore a FlowExecution using aFlowExecutionSnapshotFactory
.A factory for creating differentFlowExecutionSnapshot
implementations.A snapshot implementation that is based on standard Java serialization, created by aSerializedFlowExecutionSnapshotFactory
.A factory that creates new instances of flow execution snapshots based on standard Java serialization.A factory that creates new flow execution snapshot instances that simply wraps an underlyingflow execution
instance.Thrown when a continuation snapshot could not be taken of flow execution state.Thrown when a flow execution snapshot cannot be found This usually occurs when the client references a snapshot that has since been removed.Thrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution.