Class DecisionGroupByDtoCreator
java.lang.Object
io.camunda.optimize.service.db.report.interpreter.util.DecisionGroupByDtoCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DecisionGroupByDtostatic DecisionGroupByDtocreateGroupDecisionByEvaluationDateTime(AggregateByDateUnit groupByDateUnit) static DecisionGroupByDtostatic DecisionGroupByDtocreateGroupDecisionByInputVariable(String variableId, String variableName, VariableType variableType) static DecisionGroupByDtostatic DecisionGroupByDtostatic DecisionGroupByDtocreateGroupDecisionByOutputVariable(String variableId, String variableName, VariableType variableType)
-
Constructor Details
-
DecisionGroupByDtoCreator
public DecisionGroupByDtoCreator()
-
-
Method Details
-
createGroupDecisionByNone
-
createGroupDecisionByEvaluationDateTime
-
createGroupDecisionByEvaluationDateTime
public static DecisionGroupByDto createGroupDecisionByEvaluationDateTime(AggregateByDateUnit groupByDateUnit) -
createGroupDecisionByInputVariable
-
createGroupDecisionByInputVariable
public static DecisionGroupByDto createGroupDecisionByInputVariable(String variableId, String variableName, VariableType variableType) -
createGroupDecisionByOutputVariable
-
createGroupDecisionByOutputVariable
public static DecisionGroupByDto createGroupDecisionByOutputVariable(String variableId, String variableName, VariableType variableType)
-