OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.rules.AvailabilityEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

This is the query inspector for examining availability enabler queries.

MethodgetRuledAvailabilityIdTerms
Description

Gets the availability Id query terms.

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

Gets the availability query terms.

Returnosid.resourcing.AvailabilityQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetFoundryIdTerms
Description

Gets the foundry Id query terms.

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

Gets the foundry query terms.

Returnosid.resourcing.FoundryQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAvailabilityEnablerQueryInspectorRecord
Description

Gets the availability enabler query inspector record corresponding to the given AvailabilityEnabler record Type.

Parametersosid.type.TypeavailabilityEnablerRecordTypean availability enabler record type
Returnosid.resourcing.rules.records.AvailabilityEnablerQueryInspectorRecordthe availability enabler query inspector record
ErrorsNULL_ARGUMENT availabilityEnablerrRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(availabilityEnablerrRecordType) is false
CompliancemandatoryThis method must be implemented.