OSID Logo
OSID Specifications
hold package
Version 3.0.0
Release Candidate Preview
Interfaceosid.hold.IssueQueryInspector
Implementsosid.OsidObjectQueryInspector
Description

This is the query inspector for examining issue queries.

MethodgetBureauIdTerms
Description

Gets the resource Id query terms.

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

Gets the resource query terms.

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

Gets the block Id query terms.

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

Gets the block query terms.

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

Gets the hold query terms.

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

Gets the hold query terms.

Returnosid.hold.HoldQueryInspector[]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.
MethodgetIssueQueryInspectorRecord
Description

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

Parametersosid.type.TypeissueRecordTypean issue record type
Returnosid.hold.records.IssueQueryInspectorRecordthe issue query inspector record
ErrorsNULL_ARGUMENT issueRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(issueRecordType) is false
CompliancemandatoryThis method must be implemented.