Uses of Class
org.hisp.dhis.query.analytics.AnalyticsQuery
Packages that use AnalyticsQuery
-
Uses of AnalyticsQuery in org.hisp.dhis
Methods in org.hisp.dhis with parameters of type AnalyticsQueryModifier and TypeMethodDescriptionDhis2.getAnalyticsDataValueSet(AnalyticsQuery query) Retrieves aDataValueSet.protected URIBaseDhis2.getAnalyticsQuery(org.apache.hc.core5.net.URIBuilder uriBuilder, AnalyticsQuery query) Returns aURIbased on the given analytics query.protected <T> TBaseDhis2.getAnalyticsResponse(org.apache.hc.core5.net.URIBuilder uriBuilder, AnalyticsQuery query, Class<T> type) Retrieves an analytics object using HTTP GET.voidDhis2.writeAnalyticsDataValueSet(AnalyticsQuery query, File file) Retrieves aDataValueSetand writes it to the given file. -
Uses of AnalyticsQuery in org.hisp.dhis.query.analytics
Methods in org.hisp.dhis.query.analytics that return AnalyticsQueryModifier and TypeMethodDescriptionAnalyticsQuery.addDimension(String dimension, List<String> items) Adds a dimension and items to this query.AnalyticsQuery.addDimension(Dimension dimension) Adds a dimension to this query.Adds a filter to this query.static AnalyticsQueryAnalyticsQuery.instance()Creates a new instance of this query.