Interface | osid.installation.SiteQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
Description |
This is the query inspector for examining installations queries. | ||
Method | getInstallationIdTerms | ||
Description |
Gets the installation | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getInstallationTerms | ||
Description |
Gets the installation query terms. | ||
Return | osid.installation.InstallationQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSiteQueryInspectorRecord | ||
Description |
Gets the query inspector record corresponding to the
given | ||
Parameters | osid.type.Type | siteRecordType | a site query record type |
Return | osid.installation.records.SiteQueryInspectorRecord | the site query inspector record | |
Errors | NULL_ARGUMENT | siteRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(siteRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |