OSID Logo
OSID Specifications
hold rules package
Version 3.0.0
Interfaceosid.hold.rules.IssueProcessorQueryInspector
Implementsosid.OsidProcessorQueryInspector
Used Byosid.hold.rules.IssueProcessorEnablerQueryInspector
osid.hold.rules.IssueProcessorSearchResults
osid.hold.rules.IssueProcessorSmartOublietteSession
Description

This is the query inspector for examining issue processor queries.

MethodgetRuledIssueIdTerms
Description

Gets the issue Id query terms.

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

Gets the issue query terms.

Returnosid.hold.IssueQueryInspector[]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.
MethodgetIssueProcessorQueryInspectorRecord
Description

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

Parametersosid.type.TypeissueProcessorRecordTypean issue processor record type
Returnosid.hold.rules.records.IssueProcessorQueryInspectorRecordthe issue processor query inspector record
ErrorsNULL_ARGUMENTissueProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(issueProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.