public class SimpleActivity extends org.broadleafcommerce.core.workflow.BaseActivity<org.broadleafcommerce.core.workflow.ProcessContext<List<String>>>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
| Constructor and Description |
|---|
SimpleActivity(String name) |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.core.workflow.ProcessContext<List<String>> |
execute(org.broadleafcommerce.core.workflow.ProcessContext<List<String>> context) |
boolean |
getAutomaticallyRegisterRollbackHandler() |
String |
getName() |
getBeanName, getErrorHandler, getOrder, getRollbackHandler, getRollbackRegion, getStateConfiguration, setAutomaticallyRegisterRollbackHandler, setBeanName, setErrorHandler, setOrder, setRollbackHandler, setRollbackRegion, setStateConfiguration, shouldExecuteprotected String name
public SimpleActivity(String name)
public String getName()
public org.broadleafcommerce.core.workflow.ProcessContext<List<String>> execute(org.broadleafcommerce.core.workflow.ProcessContext<List<String>> context) throws Exception
Exceptionpublic boolean getAutomaticallyRegisterRollbackHandler()
getAutomaticallyRegisterRollbackHandler in interface org.broadleafcommerce.core.workflow.Activity<org.broadleafcommerce.core.workflow.ProcessContext<List<String>>>getAutomaticallyRegisterRollbackHandler in class org.broadleafcommerce.core.workflow.BaseActivity<org.broadleafcommerce.core.workflow.ProcessContext<List<String>>>Copyright © 2021. All rights reserved.