OSID Logo
OSID Specifications
installation package
Version 3.0.0
Release Candidate Preview
Interfaceosid.installation.SiteQueryInspector
Implementsosid.OsidObjectQueryInspector
Description

This is the query inspector for examining installations queries.

MethodgetInstallationIdTerms
Description

Gets the installation Id query terms.

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

Gets the installation query terms.

Returnosid.installation.InstallationQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetSiteQueryInspectorRecord
Description

Gets the query inspector record corresponding to the given Site record Type.

Parametersosid.type.TypesiteRecordTypea site query record type
Returnosid.installation.records.SiteQueryInspectorRecordthe site query inspector record
ErrorsNULL_ARGUMENT siteRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(siteRecordType) is false
CompliancemandatoryThis method must be implemented.