OSID Logo
OSID Specifications
offering rules package
Version 3.1.0
Interfaceosid.offering.rules.CanonicalUnitEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.offering.rules.CanonicalUnitEnablerSearchResults
osid.offering.rules.CanonicalUnitEnablerSmartCatalogueSession
Description

This is the query inspector for examining canonical unit enabler queries.

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

MethodgetRuledOfferingConstrainerIdTerms
Description

Gets the offering constrainer Id query terms.

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

Gets the offering constrainer query terms.

Returnosid.offering.rules.OfferingConstrainerQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetCatalogueIdTerms
Description

Gets the catalogue Id query terms.

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

Gets the catalogue query terms.

Returnosid.offering.CatalogueQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetCanonicalUnitEnablerQueryInspectorRecord
Description

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

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