OSID Logo
OSID Specifications
installation package
Version 3.1.0
Interfaceosid.installation.SiteQueryInspector
Implementsosid.OsidObjectQueryInspector
Used Byosid.installation.InstallationQueryInspector
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
Compliancemandatory This method must be implemented.
MethodgetInstallationTerms
Description

Gets the installation query terms.

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

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

Parametersosid.type.TypesiteRecordType a site query record type
Returnosid.installation.records.SiteQueryInspectorRecord the site query inspector record
ErrorsNULL_ARGUMENT siteRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(siteRecordType) is false
Compliancemandatory This method must be implemented.