public class OfferActivity extends BaseActivity<ProcessContext<Order>>
| Modifier and Type | Field and Description |
|---|---|
protected OfferService |
offerService |
protected OrderService |
orderService |
automaticallyRegisterRollbackHandler, beanName, errorHandler, order, rollbackHandler, rollbackRegion, stateConfiguration| Constructor and Description |
|---|
OfferActivity() |
| Modifier and Type | Method and Description |
|---|---|
ProcessContext<Order> |
execute(ProcessContext<Order> 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, shouldExecuteprotected OfferService offerService
protected OrderService orderService
public ProcessContext<Order> execute(ProcessContext<Order> context) throws Exception
Activitycontext - - process context for this workflowExceptionCopyright © 2015. All Rights Reserved.