| Modifier and Type | Method and Description |
|---|---|
ProcessContext |
CheckoutProcessContextFactory.createContext(CheckoutSeed seedData) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Throwable |
OrderServiceImpl.getCartOperationExceptionRootCause(WorkflowException e)
This method will return the exception that is immediately below the deepest
WorkflowException in the current stack trace.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessContext |
CartOperationProcessContextFactory.createContext(java.lang.Object seedData)
Creates the necessary context for cart operations
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurePaymentInfoService.findAndRemoveSecurePaymentInfo(java.lang.String referenceNumber,
PaymentInfoType paymentInfoType) |
void |
SecurePaymentInfoServiceImpl.findAndRemoveSecurePaymentInfo(java.lang.String referenceNumber,
PaymentInfoType paymentInfoType) |
Referenced |
SecurePaymentInfoService.findSecurePaymentInfo(java.lang.String referenceNumber,
PaymentInfoType paymentInfoType) |
Referenced |
SecurePaymentInfoServiceImpl.findSecurePaymentInfo(java.lang.String referenceNumber,
PaymentInfoType paymentInfoType) |
| Modifier and Type | Method and Description |
|---|---|
ProcessContext |
SimplePaymentProcessContextFactory.createContext(java.lang.Object seedData) |
ProcessContext |
PaymentProcessContextFactory.createContext(java.lang.Object seedData) |
| Modifier and Type | Method and Description |
|---|---|
ProcessContext |
PricingProcessContextFactory.createContext(Order seedData) |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessContext |
SequenceProcessor.createContext(java.lang.Object seedData) |
ProcessContext |
ProcessContextFactory.createContext(T preSeedData) |
ProcessContext |
Processor.doActivities() |
ProcessContext |
SequenceProcessor.doActivities() |
ProcessContext |
Processor.doActivities(java.lang.Object seedData) |
ProcessContext |
ExplicitPrioritySequenceProcessor.doActivities(java.lang.Object seedData) |
ProcessContext |
SequenceProcessor.doActivities(java.lang.Object seedData) |
void |
SilentErrorHandler.handleError(ProcessContext context,
java.lang.Throwable th) |
void |
DefaultErrorHandler.handleError(ProcessContext context,
java.lang.Throwable th) |
void |
ErrorHandler.handleError(ProcessContext context,
java.lang.Throwable th) |
| Modifier and Type | Class and Description |
|---|---|
class |
RollbackFailureException
This exception is thrown to indicate a problem while trying to rollback
state for any and all activities during a failed workflow.
|
Copyright © 2018. All Rights Reserved.