| Modifier and Type | Method and Description |
|---|---|
void |
ConfirmPaymentsRollbackHandler.rollbackState(Activity<? extends ProcessContext<CheckoutSeed>> activity,
ProcessContext<CheckoutSeed> processContext,
Map<String,Object> stateConfiguration) |
void |
CommitTaxRollbackHandler.rollbackState(Activity<? extends ProcessContext<CheckoutSeed>> activity,
ProcessContext<CheckoutSeed> processContext,
Map<String,Object> stateConfiguration) |
void |
CompleteOrderRollbackHandler.rollbackState(Activity<? extends ProcessContext<CheckoutSeed>> activity,
ProcessContext<CheckoutSeed> processContext,
Map<String,Object> stateConfiguration) |
void |
DecrementInventoryRollbackHandler.rollbackState(Activity<? extends ProcessContext<CheckoutSeed>> activity,
ProcessContext<CheckoutSeed> processContext,
Map<String,Object> stateConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordOfferUsageRollbackHandler.rollbackState(Activity<? extends ProcessContext<CheckoutSeed>> activity,
ProcessContext<CheckoutSeed> 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 |
NullCheckoutRollbackHandler.rollbackState(Activity<? extends ProcessContext<CheckoutSeed>> activity,
ProcessContext<CheckoutSeed> processContext,
Map<String,Object> stateConfiguration) |
void |
RollbackHandler.rollbackState(Activity<? extends ProcessContext<T>> activity,
ProcessContext<T> processContext,
Map<String,Object> stateConfiguration)
Rollback the state of the activity to what it was prior to execution.
|
Copyright © 2015. All Rights Reserved.