Uses of Interface
com.flowable.indexing.query.builder.standard.StandardDataQueryBuilder.AggregationList
-
Uses of StandardDataQueryBuilder.AggregationList in com.flowable.indexing.query.builder.standard
Modifier and TypeMethodDescriptionStandardDataQueryBuilder.aggregations()
Define one or more aggregations for the results of this query.StandardDataQueryBuilderImpl.aggregations()
StandardDataQueryBuilder.AggregationList.avgVariableValue
(String aggregationName, String variableName) Adds an aggregation that will calculate the average value of a numeric variable with the given name.StandardDataQueryBuilderImpl.AggregationListImpl.avgVariableValue
(String aggregationName, String variableName) StandardDataQueryBuilder.AggregationList.countActive
(String aggregationName) Adds an aggregation that will count the active instances.StandardDataQueryBuilderImpl.AggregationListImpl.countActive
(String aggregationName) StandardDataQueryBuilder.AggregationList.countByIdField
(String aggregationNane) Adds an aggregation that will do a cardinality aggregation on the id field, which gives back an approximation of the amount of documents.StandardDataQueryBuilderImpl.AggregationListImpl.countByIdField
(String aggregationName) StandardDataQueryBuilder.AggregationList.countCompleted
(String aggregationName) Adds an aggregation that will count the completed instances.StandardDataQueryBuilderImpl.AggregationListImpl.countCompleted
(String aggregationName) StandardDataQueryBuilder.AggregationList.countStarted
(String aggregationName) Adds an aggregation that will count the started instances.StandardDataQueryBuilderImpl.AggregationListImpl.countStarted
(String aggregationName) StandardDataQueryBuilder.AggregationList.distributionVariableValue
(String aggregationName, String variableName, int size) Adds an aggregation that will create a distribution (i.e.StandardDataQueryBuilderImpl.AggregationListImpl.distributionVariableValue
(String aggregationName, String variableName, int size) StandardDataQueryBuilder.AggregationList.groupByDateCompleted
(String aggregationName, String interval) Adds an aggregation that will group the results by date started The interval can be day, week, month, quarter or yearStandardDataQueryBuilderImpl.AggregationListImpl.groupByDateCompleted
(String aggregationName, String interval) StandardDataQueryBuilder.AggregationList.groupByDateStarted
(String aggregationName, String interval) Adds an aggregation that will group the results by end time The interval can be day, week, month, quarter or yearStandardDataQueryBuilderImpl.AggregationListImpl.groupByDateStarted
(String aggregationName, String interval) StandardDataQueryBuilder.AggregationList.groupByDefinitionKey
(String aggregationName) Adds an aggregation that will group the results by definition key.StandardDataQueryBuilderImpl.AggregationListImpl.groupByDefinitionKey
(String aggregationName) StandardDataQueryBuilder.AggregationList.groupByDefinitionKeyAndState
(String aggregationName) Adds an aggregation that will group the results by definition key and its state (completed/active).StandardDataQueryBuilderImpl.AggregationListImpl.groupByDefinitionKeyAndState
(String aggregationName) StandardDataQueryBuilder.AggregationList.maxVariableValue
(String aggregationName, String variableName) Adds an aggregation that will calculate the maximum value of a numeric variable with the given name.StandardDataQueryBuilderImpl.AggregationListImpl.maxVariableValue
(String aggregationName, String variableName) StandardDataQueryBuilder.AggregationList.minVariableValue
(String aggregationName, String variableName) Adds an aggregation that will calculate the minimum value of a numeric variable with the given name.StandardDataQueryBuilderImpl.AggregationListImpl.minVariableValue
(String aggregationName, String variableName) StandardDataQueryBuilder.AggregationList.stddevVariableValue
(String aggregationName, String variableName) Adds an aggregation that will calculate the standard deviation of a numeric variable with the given name.StandardDataQueryBuilderImpl.AggregationListImpl.stddevVariableValue
(String aggregationName, String variableName) StandardDataQueryBuilder.AggregationList.sumVariableValue
(String aggregationName, String variableName) Adds an aggregation that will calculate the sum of a numeric variable with the given name.StandardDataQueryBuilderImpl.AggregationListImpl.sumVariableValue
(String aggregationName, String variableName)