Uses of Interface
org.osid.offering.ParticipantQuery
Packages that use ParticipantQuery
Package
Description
The Open Service Interface Definitions for the org.osid.offering
service.
-
Uses of ParticipantQuery in org.osid.offering
Methods in org.osid.offering that return ParticipantQueryModifier and TypeMethodDescriptionCatalogueQuery.getParticipantQuery()Gets the query for a participant.ParticipantQuerySession.getParticipantQuery()Gets a participant query.ParticipantSmartCatalogueSession.getParticipantQuery()Gets a participant query.ResultQuery.getParticipantQuery()Gets the query for a participant query.ParticipantSearchSession.getParticipantQueryFromInspector(ParticipantQueryInspector participantQueryInspector) Gets the participant query inspector.ParticipantSmartCatalogueSession.getParticipantQueryFromInspector(ParticipantQueryInspector participantQueryInspector) Gets a participant query from an inspector.Methods in org.osid.offering with parameters of type ParticipantQueryModifier and TypeMethodDescriptionvoidParticipantSmartCatalogueSession.applyParticipantQuery(ParticipantQuery participantQuery) Applies a participant query to this catalogue.ParticipantQuerySession.getParticipantsByQuery(ParticipantQuery participantQuery) Gets a list of participants matching the given participant query.ParticipantSearchSession.getParticipantsBySearch(ParticipantQuery participantQuery, ParticipantSearch participantSearch) Gets the search results matching the given search.