Uses of Class
com.evolveum.midpoint.repo.api.AggregateQuery
Packages that use AggregateQuery
Package
Description
-
Uses of AggregateQuery in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api that return AggregateQueryModifier and TypeMethodDescriptionAggregateQuery.filter(ObjectFilter filter) static <T extends Containerable>
AggregateQuery<T>AggregateQuery.retrieveFullObject(ItemName path) AggregateQuery.retrieveFullObject(ItemName name, ItemPath itemPath) Methods in com.evolveum.midpoint.repo.api with parameters of type AggregateQueryModifier and TypeMethodDescriptiondefault intRepositoryService.countAggregate(AggregateQuery<?> query, OperationResult parentResult) default @NotNull SearchResultList<PrismContainerValue<?>>RepositoryService.searchAggregate(AggregateQuery<?> query, OperationResult parentResult) -
Uses of AggregateQuery in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache with parameters of type AggregateQueryModifier and TypeMethodDescriptionintRepositoryCache.countAggregate(AggregateQuery<?> query, OperationResult parentResult) @NotNull SearchResultList<PrismContainerValue<?>>RepositoryCache.searchAggregate(AggregateQuery<?> query, OperationResult parentResult) -
Uses of AggregateQuery in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale with parameters of type AggregateQueryModifier and TypeMethodDescriptionintSqaleRepositoryService.countAggregate(AggregateQuery<?> query, OperationResult parentResult) @NotNull SearchResultList<PrismContainerValue<?>>SqaleRepositoryService.searchAggregate(AggregateQuery<?> query, OperationResult parentResult) Constructors in com.evolveum.midpoint.repo.sqale with parameters of type AggregateQueryModifierConstructorDescriptionAggregateSearchContext(AggregateQuery<?> query, SqaleQueryContext<? extends Containerable, FlexibleRelationalPathBase<Object>, Object> queryContext, OperationResult result)