|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.pricing.service.workflow.PricingContext
public class PricingContext
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
PricingContext()
|
|
| Method Summary | |
|---|---|
Order |
getSeedData()
|
boolean |
isStopped()
|
void |
setSeedData(java.lang.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 exeecuted |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public PricingContext()
| Method Detail |
|---|
public void setSeedData(java.lang.Object seedObject)
ProcessContext
setSeedData in interface ProcessContextseedObject - - initial seed data for the workflowpublic boolean stopProcess()
ProcessContext
stopProcess in interface ProcessContextpublic boolean isStopped()
isStopped in interface ProcessContextpublic Order getSeedData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||