| Package | Description |
|---|---|
| org.broadleafcommerce.core.checkout.service.workflow | |
| org.broadleafcommerce.core.workflow.state |
| Modifier and Type | Method and Description |
|---|---|
void |
CommitTaxRollbackHandler.rollbackState(Activity<? extends ProcessContext> activity,
ProcessContext processContext,
java.util.Map<java.lang.String,java.lang.Object> stateConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityStateManager.rollbackAllState()
Cause the StateManager to call all registered RollbackHandlers
|
void |
ActivityStateManagerImpl.rollbackAllState() |
void |
ActivityStateManager.rollbackRegionState(java.lang.String region)
Cause the StateManager to call all registered RollbackHandlers in the specified region.
|
void |
ActivityStateManagerImpl.rollbackRegionState(java.lang.String region) |
void |
RollbackHandler.rollbackState(Activity<? extends ProcessContext> activity,
ProcessContext processContext,
java.util.Map<java.lang.String,java.lang.Object> stateConfiguration)
Rollback the state of the activity to what it was prior to execution.
|
Copyright © 2018. All Rights Reserved.