Uses of Interface
org.osid.resource.demographic.DemographicQuery
Packages that use DemographicQuery
Package
Description
The Open Service Interface Definitions for the org.osid.resource.demographic
service.
-
Uses of DemographicQuery in org.osid.resource.demographic
Methods in org.osid.resource.demographic that return DemographicQueryModifier and TypeMethodDescriptionDemographicQuerySession.getDemographicQuery()Gets a demographic query.DemographicSmartBinSession.getDemographicQuery()Gets a demographic query.DemographicSearchSession.getDemographicQueryFromInspector(DemographicQueryInspector demographicQueryInspector) Gets a demographic query from an inspector.DemographicSmartBinSession.getDemographicQueryFromInspector(DemographicQueryInspector demographicQueryInspector) Gets a demographic query from an inspector.DemographicQuery.getExcludedDemographicQuery()Gets the query for an excluded demographic.DemographicQuery.getIncludedDemographicQuery()Gets the query for a demographic.DemographicQuery.getIncludedExclusiveDemographicQuery()Gets the query for an exclusive demographic.DemographicQuery.getIncludedIntersectingDemographicQuery()Gets the query for an intersecting demographic.DemographicEnablerQuery.getRuledDemographicQuery()Gets the query for a demographic.Methods in org.osid.resource.demographic with parameters of type DemographicQueryModifier and TypeMethodDescriptionvoidDemographicSmartBinSession.applyDemographicQuery(DemographicQuery demographicQuery) Applies a demographic query to this bin.DemographicQuerySession.getDemographicsByQuery(DemographicQuery demographicQuery) Gets a list ofDemographicsmatching the given demographic query.DemographicSearchSession.getDemographicsBySearch(DemographicQuery demographicQuery, DemographicSearch demographicSearch) Gets the search results matching the given search query using the given search.