OSID Logo
OSID Specifications
installation package
Version 3.0.0
Release Candidate Preview
Interfaceosid.installation.DepotQueryInspector
Implementsosid.OsidCatalogQueryInspector
Description

This is the query inspector for examining depot queries.

MethodgetPackageIdTerms
Description

Gets the package Id query terms.

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

Gets the package query terms.

Returnosid.installation.PackageQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAncestorDepotIdTerms
Description

Gets the ancestor depot Id query terms.

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

Gets the ancestor depot query terms.

Returnosid.installation.DepotQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetDescendantDepotIdTerms
Description

Gets the descendant depot Id query terms.

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

Gets the descendant depot query terms.

Returnosid.installation.DepotQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetDepotQueryInspectorRecord
Description

Gets the depot query inspector record corresponding to the given Depot record Type.

Parametersosid.type.TypedepotRecordTypea depot record type
Returnosid.installation.records.DepotQueryInspectorRecordthe depot query inspector record
ErrorsNULL_ARGUMENT depotRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(depotRecordType) is false
CompliancemandatoryThis method must be implemented.