java.lang.Object
org.broadleafcommerce.core.workflow.BaseActivity<org.broadleafcommerce.core.workflow.ProcessContext<
List<
String>>>
org.broadleafcommerce.common.workflow.NestedActivity
- All Implemented Interfaces:
org.broadleafcommerce.core.workflow.Activity<org.broadleafcommerce.core.workflow.ProcessContext<List<String>>>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.core.Ordered
public class NestedActivity
extends org.broadleafcommerce.core.workflow.BaseActivity<org.broadleafcommerce.core.workflow.ProcessContext<List<String>>>
-
Field Summary
Fields
protected org.broadleafcommerce.core.workflow.SequenceProcessor
Fields inherited from class org.broadleafcommerce.core.workflow.BaseActivity
automaticallyRegisterRollbackHandler, beanName, errorHandler, order, rollbackHandler, rollbackRegion, stateConfiguration
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
Constructors
NestedActivity(org.broadleafcommerce.core.workflow.SequenceProcessor workflow)
-
Method Summary
org.broadleafcommerce.core.workflow.ProcessContext<List<String>>
Methods inherited from class org.broadleafcommerce.core.workflow.BaseActivity
getAutomaticallyRegisterRollbackHandler, getBeanName, getErrorHandler, getOrder, getRollbackHandler, getRollbackRegion, getStateConfiguration, setAutomaticallyRegisterRollbackHandler, setBeanName, setErrorHandler, setOrder, setRollbackHandler, setRollbackRegion, setStateConfiguration, shouldExecute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
workflow
protected org.broadleafcommerce.core.workflow.SequenceProcessor workflow
-
Constructor Details
-
NestedActivity
public NestedActivity(org.broadleafcommerce.core.workflow.SequenceProcessor workflow)
-
Method Details
-
execute
public org.broadleafcommerce.core.workflow.ProcessContext<List<String>> execute(org.broadleafcommerce.core.workflow.ProcessContext<List<String>> context)
throws Exception
- Throws:
Exception