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

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

MethodgetRuledCanonicalUnitProcessorIdTerms
Description

Gets the canonical unit processor Id query terms.

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

Gets the canonical unit processor query terms.

Returnosid.offering.rules.CanonicalUnitProcessorQueryInspector[]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.
MethodgetCanonicalUnitProcessorEnablerQueryInspectorRecord
Description

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

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