Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.webflow.execution.repository Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
AbstractFlowExecutionRepositoryAbstract base class for flow execution repository implementations.Classorg.springframework.webflow.execution.repository.supportSpring Webflow
AbstractSnapshottingFlowExecutionRepositoryBase class for repositories that take flow execution snapshots using a FlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
BadlyFormattedFlowExecutionKeyExceptionThrown when an encoded flow execution key is badly formatted and could not be parsed.Classorg.springframework.webflow.execution.repositorySpring Webflow
CompositeFlowExecutionKeyA flow execution key that consists of two parts:A executionId, identifying a logical FlowExecution that is running.Classorg.springframework.webflow.execution.repository.supportSpring Webflow
DefaultFlowExecutionRepositoryThe default flow execution repository implementation.Classorg.springframework.webflow.execution.repository.implSpring Webflow
FlowExecutionAccessExceptionBase class for exceptions that indicate a flow execution could not be accessed within a repository.Classorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionLockA pessmistic lock to obtain exclusive rights to a flow execution.Interfaceorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionRepositoryCentral subsystem interface responsible for the saving and restoring of flow executions, where each flow executionrepresents a state of an active flow definition.Interfaceorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionRepositoryExceptionThe root of the FlowExecutionRepository exception hierarchy.Classorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionRestorationFailureExceptionThrown when the flow execution with the persistent identifier provided could not be restored.Classorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionSnapshotA snapshot that can be used to restore a FlowExecution using a FlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
FlowExecutionSnapshotFactoryA factory for creating different FlowExecutionSnapshot implementations.Interfaceorg.springframework.webflow.execution.repository.snapshotSpring Webflow
FlowExecutionSnapshotGroupA group of flow execution snapshots.Interfaceorg.springframework.webflow.execution.repository.implSpring Webflow
FlowExecutionStateRestorerA strategy used by repositories to restore transient flow execution state during execution restoration.Interfaceorg.springframework.webflow.execution.repository.supportSpring Webflow
NoSuchFlowExecutionExceptionThrown when the flow execution with the persistent identifier provided could not be found.Classorg.springframework.webflow.execution.repositorySpring Webflow
PermissionDeniedFlowExecutionAccessExceptionThrown when access to a flow execution was denied by a repository.Classorg.springframework.webflow.execution.repositorySpring Webflow
SerializedFlowExecutionSnapshotA snapshot implementation that is based on standard Java serialization, created by aSerializedFlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SerializedFlowExecutionSnapshotFactoryA factory that creates new instances of flow execution snapshots based on standard Java serialization.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SimpleFlowExecutionSnapshotFactoryA factory that creates new flow execution snapshot instances that simply wraps an underlying flow execution instance.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SnapshotCreationExceptionThrown when a continuation snapshot could not be taken of flow execution state.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SnapshotNotFoundExceptionThrown when a flow execution snapshot cannot be found This usually occurs when the client references a snapshot thathas since been removed.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SnapshotUnmarshalExceptionThrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow