OSID Logo
OSID Specifications
offering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.offering.ParticipantQueryInspector
Implementsosid.OsidRelationshipQueryInspector
Description

The query inspectors provide a means of accessing the match terms of a query. These interfaces are used to examine the actual query terms used in a search or that may be used to create a smart catalog. Query inspectors may be converted to OsidQuery interfaces for reuse or modification in the search sessions.

MethodgetOfferingIdTerms
Description

Gets the offering Id query terms.

Returnosid.search.terms.IdTerm[]the offering Id terms
CompliancemandatoryThis method must be implemented.
MethodgetOfferingTerms
Description

Gets the offering query terms.

Returnosid.offering.OfferingQueryInspector[]the offering terms
CompliancemandatoryThis method must be implemented.
MethodgetResourceIdTerms
Description

Gets the resource Id query terms.

Returnosid.search.terms.IdTerm[]the resource Id terms
CompliancemandatoryThis method must be implemented.
MethodgetResourceTerms
Description

Gets the resource query terms.

Returnosid.resource.ResourceQueryInspector[]the resource terms
CompliancemandatoryThis method must be implemented.
MethodgetTimePeriodIdTerms
Description

Gets the time period Id query terms.

Returnosid.search.terms.IdTerm[]the time period Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetTimePeriodTerms
Description

Gets the time period query terms.

Returnosid.calendaring.TimePeriodQueryInspector[]the time period query terms
CompliancemandatoryThis method must be implemented.
MethodgetResultOptionIdTerms
Description

Gets the grade system Id query terms.

Returnosid.search.terms.IdTerm[]the grade system Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetResultOptionTerms
Description

Gets the grade system query terms.

Returnosid.grading.GradeSystemQueryInspector[]the grade system terms
CompliancemandatoryThis method must be implemented.
MethodgetCatalogueIdTerms
Description

Gets the catalogue Id query terms.

Returnosid.search.terms.IdTerm[]the catalogue Id terms
CompliancemandatoryThis method must be implemented.
MethodgetCatalogueTerms
Description

Gets the catalogue query terms.

Returnosid.offering.CatalogueQueryInspector[]the catalogue terms
CompliancemandatoryThis method must be implemented.
MethodgetParticipantQueryInspectorRecord
Description

Gets the participant query inspector record corresponding to the given Participant record Type.

Parametersosid.type.TypeparticipantRecordTypea participant record type
Returnosid.offering.records.ParticipantQueryInspectorRecordthe participant inspector query record
ErrorsNULL_ARGUMENT participantRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(participantRecordType) is false
CompliancemandatoryThis method must be implemented.