Enum Class DecisionExecutionPlan

java.lang.Object
java.lang.Enum<DecisionExecutionPlan>
io.camunda.optimize.service.db.report.plan.decision.DecisionExecutionPlan
All Implemented Interfaces:
ExecutionPlan, Serializable, Comparable<DecisionExecutionPlan>, Constable

public enum DecisionExecutionPlan extends Enum<DecisionExecutionPlan> implements ExecutionPlan
  • Enum Constant Details

    • DECISION_INSTANCE_FREQUENCY_GROUP_BY_EVALUATION_DATE_TIME

      public static final DecisionExecutionPlan DECISION_INSTANCE_FREQUENCY_GROUP_BY_EVALUATION_DATE_TIME
    • DECISION_INSTANCE_FREQUENCY_GROUP_BY_INPUT_VARIABLE

      public static final DecisionExecutionPlan DECISION_INSTANCE_FREQUENCY_GROUP_BY_INPUT_VARIABLE
    • DECISION_INSTANCE_FREQUENCY_GROUP_BY_MATCHED_RULE

      public static final DecisionExecutionPlan DECISION_INSTANCE_FREQUENCY_GROUP_BY_MATCHED_RULE
    • DECISION_INSTANCE_FREQUENCY_GROUP_BY_NONE

      public static final DecisionExecutionPlan DECISION_INSTANCE_FREQUENCY_GROUP_BY_NONE
    • DECISION_INSTANCE_FREQUENCY_GROUP_BY_OUTPUT_VARIABLE

      public static final DecisionExecutionPlan DECISION_INSTANCE_FREQUENCY_GROUP_BY_OUTPUT_VARIABLE
    • DECISION_RAW_DECISION_INSTANCE_DATA_GROUP_BY_NONE

      public static final DecisionExecutionPlan DECISION_RAW_DECISION_INSTANCE_DATA_GROUP_BY_NONE
  • Method Details

    • values

      public static DecisionExecutionPlan[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DecisionExecutionPlan valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • isRawDataReport

      public boolean isRawDataReport()
      Specified by:
      isRawDataReport in interface ExecutionPlan
    • getView

      public DecisionView getView()
    • getGroupBy

      public DecisionGroupBy getGroupBy()
    • getDistributedBy

      public DecisionDistributedBy getDistributedBy()
    • getResultType

      public ReportResultType getResultType()
    • getCommandKey

      public String getCommandKey()
      Specified by:
      getCommandKey in interface ExecutionPlan