Class | Description |
---|---|
AbstractFraudCheckAction<T extends OrderProcessModel> |
Abstract action for fraud check action which define 3 possible transitions (OK,POTENTIAL,FRAUD) and some
supplementary methods
|
AbstractOrderAction<T extends OrderProcessModel> | |
CancelWholeOrderAuthorizationAction |
Cancels the order.
|
CheckAlternativeAuthorizeOrderPaymentAction | |
CheckAlternativePaymentAction | |
CheckAuthorizeOrderPaymentAction |
This action implements payment authorization.
|
CheckOrderAction |
This example action checks the order for required data in the business process.
|
CheckOrderPaymentTypeAction | |
CheckTransactionReviewStatusAction | |
FraudCheckOrderAction | |
FraudCheckOrderInternalAction | |
NotifyCustomerAboutFraudAction | |
OrderManualCheckedAction | |
PrepareOrderForManualCheckAction |
Action in order business process, which sets the order status to
OrderStatus#WAIT_FRAUD_MANUAL_CHECK and
sends event OrderFraudEmployeeNotificationEvent . |
ProcessDuplicatedAuthorizationAction |
The action processes duplicate authorization record for the order and fetches first successful transaction from
isv.
|
ReserveOrderAmountAction | |
ScheduleForCleanUpAction | |
SendAuthorizationFailedNotificationAction | |
SendFraudErrorNotificationAction | |
SendOrderCompletedNotificationAction |
Send event representing the completion of an order process.
|
SendOrderPlacedNotificationAction | |
SendPaymentFailedNotificationAction | |
SplitOrderAction | |
SubprocessesCompletedAction | |
TakePaymentAction |
The TakePayment step captures the payment transaction.
|