OSID Logo
OSID Specifications
offering rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.offering.rules.CanonicalUnitProcessorQueryInspector
Implementsosid.OsidProcessorQueryInspector
Description

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

MethodgetRuledCanonicalUnitIdTerms
Description

Gets the canonical unit Id query terms.

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

Gets the canonical unit query terms.

Returnosid.offering.CanonicalUnitQueryInspector[]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.
MethodgetCanonicalUnitProcessorQueryInspectorRecord
Description

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

Parametersosid.type.TypecanonicalUnitProcessorRecordTypea canonical unit processor record type
Returnosid.offering.rules.records.CanonicalUnitProcessorQueryInspectorRecordthe canonical unit processor query inspector record
ErrorsNULL_ARGUMENT canonicalUnitProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(canonicalUnitProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.