OSID Logo
OSID Specifications
hold package
Version 3.1.0
Interfaceosid.hold.IssueQueryInspector
Implementsosid.OsidGovernatorQueryInspector
Used Byosid.hold.BlockQueryInspector
osid.hold.HoldQueryInspector
osid.hold.IssueSearchResults
osid.hold.IssueSmartOublietteSession
osid.hold.OublietteQueryInspector
osid.hold.rules.IssueConstrainerQueryInspector
osid.hold.rules.IssueEnablerQueryInspector
osid.hold.rules.IssueProcessorQueryInspector
Description

This is the query inspector for examining issue queries.

MethodgetBureauIdTerms
Description

Gets the bureau Id query terms.

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

Gets the bureau query terms.

Returnosid.resource.ResourceQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetBlockIdTerms
Description

Gets the block Id query terms.

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

Gets the block query terms.

Returnosid.hold.BlockQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetHoldIdTerms
Description

Gets the hold query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetHoldTerms
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.
MethodgetIssueQueryInspectorRecord
Description

Gets the issue query inspector record corresponding to the given Issue record Type.

Parametersosid.type.TypeissueRecordType an issue record type
Returnosid.hold.records.IssueQueryInspectorRecord the issue query inspector record
ErrorsNULL_ARGUMENT issueRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(issueRecordType) is false
Compliancemandatory This method must be implemented.