OSID Logo
OSID Specifications
hold rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.hold.rules.HoldEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

This is the query inspector for examining hold enabler queries.

MethodgetRuledHoldIdTerms
Description

Gets the hold Id query terms.

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

Gets the hold query terms.

Returnosid.hold.HoldQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetOublietteIdTerms
Description

Gets the oubliette Id query terms.

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

Gets the oubliette query terms.

Returnosid.hold.OublietteQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetHoldEnablerQueryInspectorRecord
Description

Gets the hold enabler query inspector record corresponding to the given HoldEnabler record Type.

Parametersosid.type.TypeholdEnablerRecordTypea hold enabler record type
Returnosid.hold.rules.records.HoldEnablerQueryInspectorRecordthe hold enabler query inspector record
ErrorsNULL_ARGUMENT holdEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(holdEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.