Uses of Package
org.broadleafcommerce.core.workflow.state
Packages that use org.broadleafcommerce.core.workflow.state
Package
Description
-
Classes in org.broadleafcommerce.core.workflow.state used by org.broadleafcommerce.core.checkout.service.workflowClassDescriptionThis exception is thrown to indicate a problem while trying to rollback state for any and all activities during a failed workflow.Implementations are responsible for performing compensating operations to revert the state of the activity to what it was prior to execution.
-
Classes in org.broadleafcommerce.core.workflow.state used by org.broadleafcommerce.core.offer.service.workflowClassDescriptionThis exception is thrown to indicate a problem while trying to rollback state for any and all activities during a failed workflow.Implementations are responsible for performing compensating operations to revert the state of the activity to what it was prior to execution.
-
Classes in org.broadleafcommerce.core.workflow.state used by org.broadleafcommerce.core.workflowClassDescriptionImplementations are responsible for performing compensating operations to revert the state of the activity to what it was prior to execution.
-
Classes in org.broadleafcommerce.core.workflow.state used by org.broadleafcommerce.core.workflow.stateClassDescriptionManages activity state for the current thread during workflow execution.This exception is thrown to indicate a problem while trying to rollback state for any and all activities during a failed workflow.Implementations are responsible for performing compensating operations to revert the state of the activity to what it was prior to execution.Handles the identification of the outermost workflow and the current thread so that the StateManager can operate on the appropriate RollbackHandlers.