Class WorkflowConfig

java.lang.Object
com.broadleafcommerce.orchestration.config.WorkflowConfig

public class WorkflowConfig extends Object
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 Details

    • WorkflowConfig

      public WorkflowConfig()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isRetryEnabled

      public boolean isRetryEnabled()
    • isHistoricalResetEnabled

      public boolean isHistoricalResetEnabled()
    • getDescription

      public String getDescription()
    • setRetryEnabled

      public void setRetryEnabled(boolean retryEnabled)
    • setHistoricalResetEnabled

      public void setHistoricalResetEnabled(boolean historicalResetEnabled)
    • setDescription

      public void setDescription(String description)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object