java.lang.Object
org.broadleafcommerce.common.workflow.DummyProcessContextFactory
- All Implemented Interfaces:
org.broadleafcommerce.core.workflow.ProcessContextFactory<Object,Object>
public class DummyProcessContextFactory
extends Object
implements org.broadleafcommerce.core.workflow.ProcessContextFactory<Object,Object>
-
Constructor Summary
Constructors
-
Method Summary
org.broadleafcommerce.core.workflow.ProcessContext<Object>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DummyProcessContextFactory
public DummyProcessContextFactory()
-
Method Details
-
createContext
public org.broadleafcommerce.core.workflow.ProcessContext<Object> createContext(Object preSeedData)
throws org.broadleafcommerce.core.workflow.WorkflowException
- Specified by:
createContext in interface org.broadleafcommerce.core.workflow.ProcessContextFactory<Object,Object>
- Throws:
org.broadleafcommerce.core.workflow.WorkflowException