Uses of Enum Class
io.camunda.optimize.service.db.report.plan.process.ProcessGroupBy
Packages that use ProcessGroupBy
Package
Description
-
Uses of ProcessGroupBy in io.camunda.optimize.service.db.es.report.interpreter.groupby.process
Methods in io.camunda.optimize.service.db.es.report.interpreter.groupby.process that return types with arguments of type ProcessGroupByModifier and TypeMethodDescriptionProcessGroupByDurationInterpreterES.getSupportedGroupBys()ProcessGroupByInterpreterES.getSupportedGroupBys()ProcessGroupByInterpreterFacadeES.getSupportedGroupBys()ProcessGroupByVariableInterpreterES.getSupportedGroupBys() -
Uses of ProcessGroupBy in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.date
Methods in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.date that return types with arguments of type ProcessGroupByModifier and TypeMethodDescriptionProcessGroupByFlowNodeEndDateInterpreterES.getSupportedGroupBys()ProcessGroupByFlowNodeStartDateInterpreterES.getSupportedGroupBys()ProcessGroupByProcessInstanceEndDateInterpreterES.getSupportedGroupBys()ProcessGroupByProcessInstanceRunningDateInterpreterES.getSupportedGroupBys()ProcessGroupByProcessInstanceStartDateInterpreterES.getSupportedGroupBys()ProcessGroupByUserTaskEndDateInterpreterES.getSupportedGroupBys()ProcessGroupByUserTaskStartDateInterpreterES.getSupportedGroupBys() -
Uses of ProcessGroupBy in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.flownode
Methods in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.flownode that return types with arguments of type ProcessGroupByModifier and TypeMethodDescriptionGroupByIncidentFlowNodeInterpreterES.getSupportedGroupBys()ProcessGroupByFlowNodeDurationInterpreterES.getSupportedGroupBys()ProcessGroupByFlowNodeInterpreterES.getSupportedGroupBys() -
Uses of ProcessGroupBy in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.identity
Methods in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.identity that return types with arguments of type ProcessGroupByModifier and TypeMethodDescriptionProcessGroupByAssigneeInterpreterES.getSupportedGroupBys()ProcessGroupByCandidateGroupInterpreterES.getSupportedGroupBys() -
Uses of ProcessGroupBy in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.none
Methods in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.none that return types with arguments of type ProcessGroupByModifier and TypeMethodDescriptionProcessGroupByNoneInterpreterES.getSupportedGroupBys()ProcessIncidentGroupByNoneInterpreterES.getSupportedGroupBys() -
Uses of ProcessGroupBy in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.usertask
Methods in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.usertask that return types with arguments of type ProcessGroupByModifier and TypeMethodDescriptionProcessGroupByUserTaskDurationInterpreterES.getSupportedGroupBys()ProcessGroupByUserTaskInterpreterES.getSupportedGroupBys() -
Uses of ProcessGroupBy in io.camunda.optimize.service.db.os.report.interpreter.groupby.process
Methods in io.camunda.optimize.service.db.os.report.interpreter.groupby.process that return types with arguments of type ProcessGroupByModifier and TypeMethodDescriptionProcessGroupByInterpreterFacadeOS.getSupportedGroupBys()ProcessGroupByInterpreterOS.getSupportedGroupBys()ProcessGroupByVariableInterpreterOS.getSupportedGroupBys() -
Uses of ProcessGroupBy in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.date
Methods in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.date that return types with arguments of type ProcessGroupByModifier and TypeMethodDescriptionProcessGroupByDurationInterpreterOS.getSupportedGroupBys()ProcessGroupByFlowNodeEndDateInterpreterOS.getSupportedGroupBys()ProcessGroupByFlowNodeStartDateInterpreterOS.getSupportedGroupBys()ProcessGroupByProcessInstanceEndDateInterpreterOS.getSupportedGroupBys()ProcessGroupByProcessInstanceRunningDateInterpreterOS.getSupportedGroupBys()ProcessGroupByProcessInstanceStartDateInterpreterOS.getSupportedGroupBys()ProcessGroupByUserTaskEndDateInterpreterOS.getSupportedGroupBys()ProcessGroupByUserTaskStartDateInterpreterOS.getSupportedGroupBys() -
Uses of ProcessGroupBy in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.flownode
Methods in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.flownode that return types with arguments of type ProcessGroupByModifier and TypeMethodDescriptionGroupByIncidentFlowNodeInterpreterOS.getSupportedGroupBys()ProcessGroupByFlowNodeDurationInterpreterOS.getSupportedGroupBys()ProcessGroupByFlowNodeInterpreterOS.getSupportedGroupBys() -
Uses of ProcessGroupBy in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.identity
Methods in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.identity that return types with arguments of type ProcessGroupByModifier and TypeMethodDescriptionProcessGroupByAssigneeInterpreterOS.getSupportedGroupBys()ProcessGroupByCandidateGroupInterpreterOS.getSupportedGroupBys() -
Uses of ProcessGroupBy in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.none
Methods in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.none that return types with arguments of type ProcessGroupByModifier and TypeMethodDescriptionProcessGroupByNoneInterpreterOS.getSupportedGroupBys()ProcessIncidentGroupByNoneInterpreterOS.getSupportedGroupBys() -
Uses of ProcessGroupBy in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.usertask
Methods in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.usertask that return types with arguments of type ProcessGroupByModifier and TypeMethodDescriptionProcessGroupByUserTaskDurationInterpreterOS.getSupportedGroupBys()ProcessGroupByUserTaskInterpreterOS.getSupportedGroupBys() -
Uses of ProcessGroupBy in io.camunda.optimize.service.db.report.plan.process
Methods in io.camunda.optimize.service.db.report.plan.process that return ProcessGroupByModifier and TypeMethodDescriptionProcessExecutionPlan.getGroupBy()static ProcessGroupByReturns the enum constant of this class with the specified name.static ProcessGroupBy[]ProcessGroupBy.values()Returns an array containing the constants of this enum class, in the order they are declared.