| Modifier and Type | Field and Description |
|---|---|
protected Processor |
CheckoutServiceImpl.checkoutWorkflow |
| Modifier and Type | Method and Description |
|---|---|
Processor |
CompositeActivity.getWorkflow() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeActivity.setWorkflow(Processor workflow) |
| Modifier and Type | Field and Description |
|---|---|
protected Processor |
OrderServiceImpl.addItemWorkflow |
protected Processor |
OrderServiceImpl.removeItemWorkflow |
protected Processor |
OrderServiceImpl.updateItemWorkflow |
| Modifier and Type | Field and Description |
|---|---|
protected Processor |
PricingServiceImpl.pricingWorkflow |
| Modifier and Type | Method and Description |
|---|---|
Processor |
CompositeActivity.getWorkflow() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeActivity.setWorkflow(Processor workflow) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseProcessor
Base class for all Workflow Processors.
|
class |
EmptySequenceProcessor
Convenience class for creating an empty workflow.
|
class |
ExplicitPrioritySequenceProcessor |
class |
SequenceProcessor |
Copyright © 2014. All Rights Reserved.