| Package | Description |
|---|---|
| org.broadleafcommerce.core.offer.service.workflow | |
| org.broadleafcommerce.core.workflow.state |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordOfferUsageRollbackHandler.rollbackState(Activity activity,
ProcessContext processContext,
Map<String,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(String region)
Cause the StateManager to call all registered RollbackHandlers in the specified region.
|
void |
ActivityStateManagerImpl.rollbackRegionState(String region) |
void |
RollbackHandler.rollbackState(Activity activity,
ProcessContext processContext,
Map<String,Object> stateConfiguration)
Rollback the state of the activity to what it was prior to execution.
|
Copyright © 2014. All Rights Reserved.