OSID Logo
OSID Specifications
installation package
Version 3.0.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
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_ARGUMENTsiteRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(siteRecordType) is false
CompliancemandatoryThis method must be implemented.