Class WorkflowConfig
java.lang.Object
com.broadleafcommerce.orchestration.config.WorkflowConfig
A configuration element that is analogous to a
SimpleWorkflow. Sets up some configuration
for an instantiated instance. See SimpleWorkflow.allowRetry(),
SimpleWorkflow.allowHistoricalReset(), and SimpleWorkflow.getDescription().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()booleanbooleanvoidsetDescription(String description) voidsetHistoricalResetEnabled(boolean historicalResetEnabled) voidsetRetryEnabled(boolean retryEnabled) toString()
-
Constructor Details
-
WorkflowConfig
public WorkflowConfig()
-
-
Method Details
-
toString
-
isRetryEnabled
public boolean isRetryEnabled() -
isHistoricalResetEnabled
public boolean isHistoricalResetEnabled() -
getDescription
-
setRetryEnabled
public void setRetryEnabled(boolean retryEnabled) -
setHistoricalResetEnabled
public void setHistoricalResetEnabled(boolean historicalResetEnabled) -
setDescription
-
equals
-
canEqual
-
hashCode
public int hashCode()
-