org.broadleafcommerce.core.checkout.service.workflow
Class CheckoutContext

java.lang.Object
  extended by org.broadleafcommerce.core.checkout.service.workflow.CheckoutContext
All Implemented Interfaces:
java.io.Serializable, ProcessContext

public class CheckoutContext
extends java.lang.Object
implements ProcessContext

See Also:
Serialized Form

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

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

CheckoutContext

public CheckoutContext()
Method Detail

setSeedData

public void setSeedData(java.lang.Object seedObject)
Description copied from interface: ProcessContext
Provide seed information to this ProcessContext, usually provided at time of workflow kickoff by the containing workflow processor.

Specified by:
setSeedData in interface ProcessContext
Parameters:
seedObject - - initial seed data for the workflow

stopProcess

public boolean stopProcess()
Description copied from interface: ProcessContext
Activly informs the workflow process to stop processing no further activities will be exeecuted

Specified by:
stopProcess in interface ProcessContext
Returns:

isStopped

public boolean isStopped()
Specified by:
isStopped in interface ProcessContext

getSeedData

public CheckoutSeed getSeedData()


Copyright © 2012. All Rights Reserved.