|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.checkout.service.workflow.CheckoutContext
public class CheckoutContext
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
CheckoutContext()
|
|
| Method Summary | |
|---|---|
CheckoutSeed |
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 CheckoutContext()
| 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 CheckoutSeed getSeedData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||