OSID Logo
OSID Specifications
offering rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.offering.rules.CanonicalUnitEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

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

MethodgetRuledOfferingConstrainerIdTerms
Description

Gets the offering constrainer Id query terms.

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

Gets the offering constrainer query terms.

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

Gets the catalogue Id query terms.

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

Gets the catalogue query terms.

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

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

Parametersosid.type.TypecanonicalUnitEnablerRecordTypea canonical unit enabler record type
Returnosid.offering.rules.records.CanonicalUnitEnablerQueryInspectorRecordthe canonical unit enabler query inspector record
ErrorsNULL_ARGUMENT canonicalUnitEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(canonicalUnitEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.