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

This is the query inspector for examining offering constrainer 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.
MethodgetOfferingConstrainerEnablerQueryInspectorRecord
Description

Gets the offering constrainer enabler query inspector record corresponding to the given OfferingConstrainerEnabler record Type.

Parametersosid.type.TypeofferingConstrainerEnablerRecordTypean offering constrainer enabler record type
Returnosid.offering.rules.records.OfferingConstrainerEnablerQueryInspectorRecordthe offering constrainer enabler query inspector record
ErrorsNULL_ARGUMENT offeringConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(offeringConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.