| Modifier and Type | Class and Description |
|---|---|
class |
CommitTaxRollbackHandler |
class |
CompleteOrderRollbackHandler
Rollback handler to execute after an order has been marked as 'completed' and there is an exception.
|
class |
ConfirmPaymentsRollbackHandler
Rolls back all payments that have been processed or were confirmed in
ValidateAndConfirmPaymentActivity. |
class |
DecrementInventoryRollbackHandler
Decrements inventory that was put on by the
DecrementInventoryActivity |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordOfferUsageRollbackHandler
Rolls back audits that were saved in the database from
RecordOfferUsageActivity. |
| Modifier and Type | Field and Description |
|---|---|
protected RollbackHandler<T> |
BaseActivity.rollbackHandler |
| Modifier and Type | Method and Description |
|---|---|
RollbackHandler<T> |
Activity.getRollbackHandler()
Retrieve the RollbackHandler instance that should be called by the ActivityStateManager in the
event of a workflow execution problem.
|
RollbackHandler<T> |
BaseActivity.getRollbackHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setRollbackHandler(RollbackHandler<T> rollbackHandler)
Set the RollbackHandler instance that should be called by the ActivityStateManager in the
event of a workflow execution problem.
|
void |
BaseActivity.setRollbackHandler(RollbackHandler<T> rollbackHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
NullCheckoutRollbackHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityStateManager.registerState(Activity<? extends ProcessContext> activity,
ProcessContext processContext,
RollbackHandler rollbackHandler,
Map<String,Object> stateItems)
Register a RollbackHandler instance and some arbitrary state items with the
StateManager.
|
void |
ActivityStateManagerImpl.registerState(Activity<? extends ProcessContext> activity,
ProcessContext processContext,
RollbackHandler rollbackHandler,
Map<String,Object> stateItems) |
void |
ActivityStateManager.registerState(Activity<? extends ProcessContext> activity,
ProcessContext processContext,
String region,
RollbackHandler rollbackHandler,
Map<String,Object> stateItems)
Register a RollbackHandler instance and some arbitrary state items with the
StateManager.
|
void |
ActivityStateManagerImpl.registerState(Activity<? extends ProcessContext> activity,
ProcessContext processContext,
String region,
RollbackHandler rollbackHandler,
Map<String,Object> stateItems) |
void |
ActivityStateManager.registerState(RollbackHandler rollbackHandler,
Map<String,Object> stateItems)
Register a RollbackHandler instance and some arbitrary state items with the
StateManager.
|
void |
ActivityStateManagerImpl.registerState(RollbackHandler rollbackHandler,
Map<String,Object> stateItems) |
Copyright © 2014. All Rights Reserved.