OSID Logo
OSID Specifications
offering package
Version 3.1.0
Interfaceosid.offering.CanonicalUnitQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidOperableQueryInspector
Used Byosid.offering.CanonicalUnitSearchResults
osid.offering.CanonicalUnitSmartCatalogueSession
osid.offering.CatalogueQueryInspector
osid.offering.OfferingQueryInspector
osid.offering.rules.CanonicalUnitProcessorQueryInspector
osid.offering.rules.OfferingConstrainerQueryInspector
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.

Like all OsidQueryInspectors, CanonicalUnitQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetTitleTerms
Description

Gets the title query terms.

Returnosid.search.terms.StringTerm[] the title terms
Compliancemandatory This method must be implemented.
MethodgetCodeTerms
Description

Gets the code query terms.

Returnosid.search.terms.StringTerm[] the code terms
Compliancemandatory This method must be implemented.
MethodgetOfferedCyclicTimePeriodIdTerms
Description

Gets the offered cyclic time period Id query terms.

Returnosid.search.terms.IdTerm[] the cyclic time period Id query terms
Compliancemandatory This method must be implemented.
MethodgetOfferedCyclicTimePeriodTerms
Description

Gets the offered cyclic time period query terms.

Returnosid.calendaring.cycle.CyclicTimePeriodQueryInspector[] the cyclic time period terms
Compliancemandatory This method must be implemented.
MethodgetResultOptionIdTerms
Description

Gets the grade system Id query terms.

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

Gets the grade system query terms.

Returnosid.grading.GradeSystemQueryInspector[] the grade system terms
Compliancemandatory This method must be implemented.
MethodgetSponsorIdTerms
Description

Gets the sponsor Id query terms.

Returnosid.search.terms.IdTerm[] the sponsor Id query terms
Compliancemandatory This method must be implemented.
MethodgetSponsorTerms
Description

Gets the sponsor query terms.

Returnosid.resource.ResourceQueryInspector[] the sponsor query terms
Compliancemandatory This method must be implemented.
MethodgetCatalogueIdTerms
Description

Gets the catalogue Id query terms.

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

Gets the catalogue query terms.

Returnosid.offering.CatalogueQueryInspector[] the catalogue terms
Compliancemandatory This method must be implemented.
MethodgetCanonicalUnitQueryInspectorRecord
Description

Gets the canonical unit query inspector record corresponding to the given CanonicalUnit record Type.

Parametersosid.type.TypecanonicalUnitRecordType a canonical unit record type
Returnosid.offering.records.CanonicalUnitQueryInspectorRecord the canonical unit inspector query record
ErrorsNULL_ARGUMENT canonicalUnitRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(canonicalUnitRecordType) is false
Compliancemandatory This method must be implemented.