OSID Logo
OSID Specifications
hold package
Version 3.0.0
Release Candidate Preview
Interfaceosid.hold.OublietteQueryInspector
Implementsosid.OsidCatalogQueryInspector
Description

This is the query inspector for examining oubliette queries.

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.
MethodgetIssueIdTerms
Description

Gets the issue Id query terms.

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

Gets the issue query terms.

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

Gets the hold Id 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.
MethodgetAncestorOublietteIdTerms
Description

Gets the ancestor oubliette Id query terms.

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

Gets the ancestor oubliette query terms.

Returnosid.hold.OublietteQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetDescendantOublietteIdTerms
Description

Gets the descendant oubliette Id query terms.

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

Gets the descendant oubliette query terms.

Returnosid.hold.OublietteQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetOublietteQueryInspectorRecord
Description

Gets the oubliette query inspector record corresponding to the given Oubliette record Type.

Parametersosid.type.TypeoublietteRecordTypean oubliette record type
Returnosid.hold.records.OublietteQueryInspectorRecordthe oubliette query inspector record
ErrorsNULL_ARGUMENT oublietteRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(oublietteRecordType) is false
CompliancemandatoryThis method must be implemented.