Package org.broadleafcommerce.core.workflow.state

Interface Summary
ActivityStateManager Manages activity state for the current thread during workflow execution.
RollbackHandler Implementations are responsible for performing compensating operations to revert the state of the activity to what it was prior to execution.
 

Class Summary
ActivityStateManagerImpl  
RollbackStateLocal Handles the identification of the outermost workflow and the current thread so that the StateManager can operate on the appropriate RollbackHandlers.
 

Exception Summary
RollbackFailureException This exception is thrown to indicate a problem while trying to rollback state for any and all activities during a failed workflow.
 



Copyright © 2013. All Rights Reserved.