OSID Logo
OSID Specifications
hold rules package
Version 3.0.0
Interfaceosid.hold.rules.IssueConstrainerQueryInspector
Implementsosid.OsidConstrainerQueryInspector
Used Byosid.hold.rules.IssueConstrainerEnablerQueryInspector
osid.hold.rules.IssueConstrainerSearchResults
osid.hold.rules.IssueConstrainerSmartOublietteSession
Description

This is the query inspector for examining issue constrainer 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.
MethodgetIssueConstrainerQueryInspectorRecord
Description

Gets the issue constrainer query inspector record corresponding to the given IssueConstrainer record Type .

Parametersosid.type.TypeissueConstrainerRecordTypean issue constrainer record type
Returnosid.hold.rules.records.IssueConstrainerQueryInspectorRecordthe issue constrainer query inspector record
ErrorsNULL_ARGUMENTissueConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(issueConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.