org.broadleafcommerce.core.payment.service.workflow
Class WorkflowPaymentContext
java.lang.Object
org.broadleafcommerce.core.payment.service.workflow.WorkflowPaymentContext
- All Implemented Interfaces:
- Serializable, ProcessContext
public class WorkflowPaymentContext
- extends Object
- implements ProcessContext
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
WorkflowPaymentContext
public WorkflowPaymentContext()
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 © 2012. All Rights Reserved.