Class ProcessDistributedByCreator
java.lang.Object
io.camunda.optimize.service.db.report.interpreter.util.ProcessDistributedByCreator
-
Method Summary
Modifier and TypeMethodDescriptionstatic AssigneeDistributedByDtostatic EndDateDistributedByDtocreateDistributedByEndDateDto(AggregateByDateUnit dateInterval) static FlowNodeDistributedByDtostatic NoneDistributedByDtostatic StartDateDistributedByDtocreateDistributedByStartDateDto(AggregateByDateUnit dateInterval) static UserTaskDistributedByDtostatic VariableDistributedByDtocreateDistributedByVariable(String variableName, VariableType variableType)
-
Method Details
-
createDistributedByNone
-
createDistributedByAssignee
-
createDistributedByCandidateGroup
-
createDistributedByFlowNode
-
createDistributedByUserTasks
-
createDistributedByVariable
public static VariableDistributedByDto createDistributedByVariable(String variableName, VariableType variableType) -
createDistributedByStartDateDto
public static StartDateDistributedByDto createDistributedByStartDateDto(AggregateByDateUnit dateInterval) -
createDistributedByEndDateDto
public static EndDateDistributedByDto createDistributedByEndDateDto(AggregateByDateUnit dateInterval)
-