org.broadleafcommerce.core.order.service.workflow
Class CartOperationContext

java.lang.Object
  extended by org.broadleafcommerce.core.order.service.workflow.CartOperationContext
All Implemented Interfaces:
Serializable, ProcessContext

public class CartOperationContext
extends Object
implements ProcessContext

See Also:
Serialized Form

Field Summary
protected  CartOperationRequest seedData
           
static long serialVersionUID
           
protected  boolean stopEntireProcess
           
 
Constructor Summary
CartOperationContext()
           
 
Method Summary
 CartOperationRequest getSeedData()
           
 boolean isStopped()
           
 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 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

stopEntireProcess

protected boolean stopEntireProcess

seedData

protected CartOperationRequest seedData
Constructor Detail

CartOperationContext

public CartOperationContext()
Method Detail

setSeedData

public void setSeedData(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 CartOperationRequest getSeedData()


Copyright © 2013. All Rights Reserved.