Uses of Interface
com.flowable.platform.api.repository.StandardDataQueryConfiguration.Aggregation
Packages that use StandardDataQueryConfiguration.Aggregation
Package
Description
-
Uses of StandardDataQueryConfiguration.Aggregation in com.flowable.indexing.query.builder.standard
Methods in com.flowable.indexing.query.builder.standard with parameters of type StandardDataQueryConfiguration.AggregationModifier and TypeMethodDescriptionprotected QueryDefinitionValidationErrorStandardDataQueryAggregationValidator.error(QueryDefinitionModel queryDefinitionModel, StandardDataQueryConfiguration.Aggregation aggregation, String problem, String description) protected QueryDefinitionValidationErrorStandardDataQueryAggregationValidator.missingPropertyError(QueryDefinitionModel queryDefinitionModel, StandardDataQueryConfiguration.Aggregation aggregation, String missingProperty) protected voidStandardDataQueryTransformerServiceImpl.requireFieldName(StandardDataQueryConfiguration.Aggregation aggregation) protected voidStandardDataQueryTransformerServiceImpl.requireFilterField(StandardDataQueryConfiguration.Aggregation aggregation) protected voidStandardDataQueryTransformerServiceImpl.requireFilterValue(StandardDataQueryConfiguration.Aggregation aggregation) protected voidStandardDataQueryTransformerServiceImpl.requireNestedPath(StandardDataQueryConfiguration.Aggregation aggregation) protected voidStandardDataQueryTransformerServiceImpl.requirePercent(StandardDataQueryConfiguration.Aggregation aggregation) protected voidStandardDataQueryTransformerServiceImpl.requireSubAggregationFieldName(StandardDataQueryConfiguration.Aggregation aggregation) protected voidStandardDataQueryAggregationValidator.validateAggregation(QueryDefinitionModel queryDefinitionModel, StandardDataQueryConfiguration.Aggregation aggregation, List<QueryDefinitionValidationError> errors) -
Uses of StandardDataQueryConfiguration.Aggregation in com.flowable.platform.api.repository
Methods in com.flowable.platform.api.repository that return types with arguments of type StandardDataQueryConfiguration.Aggregation -
Uses of StandardDataQueryConfiguration.Aggregation in com.flowable.platform.engine.impl.deployer
Classes in com.flowable.platform.engine.impl.deployer that implement StandardDataQueryConfiguration.AggregationFields in com.flowable.platform.engine.impl.deployer with type parameters of type StandardDataQueryConfiguration.AggregationModifier and TypeFieldDescriptionprotected List<StandardDataQueryConfiguration.Aggregation> StandardDataQueryConfigurationImpl.AggregationsImpl.aggregationsMethods in com.flowable.platform.engine.impl.deployer that return types with arguments of type StandardDataQueryConfiguration.AggregationModifier and TypeMethodDescriptionStandardDataQueryConfigurationImpl.AggregationsImpl.getAggregations()Methods in com.flowable.platform.engine.impl.deployer with parameters of type StandardDataQueryConfiguration.AggregationModifier and TypeMethodDescriptionvoidStandardDataQueryConfigurationImpl.AggregationsImpl.addAggregation(StandardDataQueryConfiguration.Aggregation aggregation) Method parameters in com.flowable.platform.engine.impl.deployer with type arguments of type StandardDataQueryConfiguration.AggregationModifier and TypeMethodDescriptionvoidStandardDataQueryConfigurationImpl.AggregationsImpl.setAggregations(List<StandardDataQueryConfiguration.Aggregation> aggregations)