Uses of Class
org.hisp.dhis.query.Query
Packages that use Query
-
Uses of Query in org.hisp.dhis
Methods in org.hisp.dhis with parameters of type QueryModifier and TypeMethodDescriptionDhis2.getCategories(Query query) Retrieves a list ofCategory.Dhis2.getCategoryCombos(Query query) Retrieves a list ofCategoryCombo.Dhis2.getCategoryOptionCombos(Query query) Retrieves a list ofCategoryOptionCombo.Dhis2.getCategoryOptionGroups(Query query) Retrieves a list ofCategoryOptionGroup.Dhis2.getCategoryOptionGroupSets(Query query) Retrieves a list ofCategoryOptionGroupSet.Dhis2.getCategoryOptions(Query query) Retrieves a list ofCategoryOption.Dhis2.getDashboards(Query query) Retrieves a list ofDashboard.Dhis2.getDataElementGroups(Query query) Retrieves a list ofDataElementGroup.Dhis2.getDataElementGroupSets(Query query) Retrieves a list ofDataElementGroupSet.Dhis2.getDataElements(Query query) Retrieves a list ofDataElement.Dhis2.getDataSets(Query query) Retrieves a list ofDataSet.Dhis2.getDimensions(Query query) Retrieves a list ofDimension.Dhis2.getIndicatorGroups(Query query) Retrieves a list ofIndicatorGroup.Dhis2.getIndicatorGroupSets(Query query) Retrieves a list ofIndicatorGroupSet.Dhis2.getIndicators(Query query) Retrieves a list ofIndicator.Dhis2.getIndicatorTypes(Query query) Retrieves a list ofIndicatorType.Retrieves a list ofGeoMap.protected <T> TRetrieves an object using HTTP GET.protected URIBaseDhis2.getObjectQuery(org.apache.hc.core5.net.URIBuilder uriBuilder, Query query) Returns aURIbased on the given query.Dhis2.getOptionSets(Query query) Retrieves a list ofOptionSet.Dhis2.getOrgUnitGroups(Query query) Retrieves a list ofOrgUnitGroup.Dhis2.getOrgUnitGroupSets(Query query) Retrieves a list ofOrgUnitGroupSet.Dhis2.getOrgUnitLevels(Query query) Retrieves a list ofOrgUnitLevel.Dhis2.getOrgUnits(Query query) Retrieves a list ofOrgUnit.Dhis2.getOrgUnitSubHierarchy(String id, Integer level, Query query) Retrieves a list ofOrgUnitwhich represents the sub-hierarchy of the given parent org unit.Dhis2.getPeriodTypes(Query query) Retrieves a list ofPeriodType.Dhis2.getProgramIndicators(Query query) Retrieves a list ofProgramIndicator.Dhis2.getPrograms(Query query) Retrieves a list ofProgram.Dhis2.getTableHooks(Query query) Retrieves a list ofTableHook.Dhis2.getTrackedEntityTypes(Query query) Retrieves a list ofTrackedEntityType.Dhis2.getVisualizations(Query query) Retrieves a list ofVisualization. -
Uses of Query in org.hisp.dhis.query
Methods in org.hisp.dhis.query that return QueryModifier and TypeMethodDescriptionAdds a filter to this query.Enables ordering for this query.static QueryQuery.instance()Produces a query instance.Sets ordering for this query.Enables paging for this query.Query.withExpandAssociations()Enables expansion of associations, i.e.Query.withRootJunction(RootJunction rootJunction) Determines the logic to use when combining filters.