OSID Logo
OSID Specifications
hold rules package
Version 3.1.0
Interfaceosid.hold.rules.HoldEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.hold.rules.HoldEnablerSearchResults
osid.hold.rules.HoldEnablerSmartOublietteSession
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
Compliancemandatory This method must be implemented.
MethodgetRuledHoldTerms
Description

Gets the hold query terms.

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

Gets the oubliette Id query terms.

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

Gets the oubliette query terms.

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

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

Parametersosid.type.TypeholdEnablerRecordType a hold enabler record type
Returnosid.hold.rules.records.HoldEnablerQueryInspectorRecord the hold enabler query inspector record
ErrorsNULL_ARGUMENT holdEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(holdEnablerRecordType) is false
Compliancemandatory This method must be implemented.