public class PricingContext extends Object implements ProcessContext
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
PricingContext() |
| Modifier and Type | Method and Description |
|---|---|
Order |
getSeedData() |
boolean |
isStopped()
Is the process stopped
|
void |
setSeedData(Object seedObject)
Provide seed information to this ProcessContext, usually
provided at time of workflow kickoff by the containing
workflow processor.
|
boolean |
stopProcess()
Activly informs the workflow process to stop processing
no further activities will be executed
|
public static final long serialVersionUID
public void setSeedData(Object seedObject)
ProcessContextsetSeedData in interface ProcessContextseedObject - - initial seed data for the workflowpublic boolean stopProcess()
ProcessContextstopProcess in interface ProcessContextpublic boolean isStopped()
ProcessContextisStopped in interface ProcessContextpublic Order getSeedData()
Copyright © 2014. All Rights Reserved.