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 boolean
boolean
int
hashCode()
boolean
boolean
void
setDescription
(String description) void
setHistoricalResetEnabled
(boolean historicalResetEnabled) void
setRetryEnabled
(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()
-