@Component(value="blValidateCheckoutActivity") public class ValidateCheckoutActivity extends BaseActivity<ProcessContext<CheckoutSeed>>
| Modifier and Type | Field and Description |
|---|---|
protected ValidateCheckoutActivityExtensionManager |
extensionManager |
static int |
ORDER |
automaticallyRegisterRollbackHandler, beanName, errorHandler, order, rollbackHandler, rollbackRegion, stateConfiguration| Constructor and Description |
|---|
ValidateCheckoutActivity() |
| Modifier and Type | Method and Description |
|---|---|
ProcessContext<CheckoutSeed> |
execute(ProcessContext<CheckoutSeed> context)
Called by the encompassing processor to activate
the execution of the Activity
|
getAutomaticallyRegisterRollbackHandler, getBeanName, getErrorHandler, getOrder, getRollbackHandler, getRollbackRegion, getStateConfiguration, setAutomaticallyRegisterRollbackHandler, setBeanName, setErrorHandler, setOrder, setRollbackHandler, setRollbackRegion, setStateConfiguration, shouldExecutepublic static final int ORDER
protected ValidateCheckoutActivityExtensionManager extensionManager
public ProcessContext<CheckoutSeed> execute(ProcessContext<CheckoutSeed> context) throws Exception
Activitycontext - - process context for this workflowExceptionCopyright © 2017. All rights reserved.