OSID Logo
OSID Specifications
hold rules package
Version 3.0.0
Interfaceosid.hold.rules.IssueProcessorEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.hold.rules.IssueProcessorEnablerSearchResults
osid.hold.rules.IssueProcessorEnablerSmartOublietteSession
Description

This is the query inspector for examining issue processor enabler queries.

MethodgetRuledIssueProcessorIdTerms
Description

Gets the issue processor Id query terms.

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

Gets the issue processor query terms.

Returnosid.hold.rules.IssueProcessorQueryInspector[]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.
MethodgetIssueProcessorEnablerQueryInspectorRecord
Description

Gets the issue processor enabler query inspector record corresponding to the given IssueEnabler record Type .

Parametersosid.type.TypeissueProcessorEnablerRecordTypean issue processor enabler record type
Returnosid.hold.rules.records.IssueProcessorEnablerQueryInspectorRecordthe issue processor enabler query inspector record
ErrorsNULL_ARGUMENTissueProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(issueProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.