org.broadleafcommerce.core.payment.service.workflow
Class WorkflowPaymentContext

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

public class WorkflowPaymentContext
extends Object
implements ProcessContext

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
WorkflowPaymentContext()
           
 
Method Summary
 CombinedPaymentContextSeed 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
Constructor Detail

WorkflowPaymentContext

public WorkflowPaymentContext()
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 CombinedPaymentContextSeed getSeedData()


Copyright © 2013. All Rights Reserved.