Interface | osid.installation.InstallationQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
Description |
This is the query inspector for examining installation queries. | ||
Method | getSiteIdTerms | ||
Description |
Gets the site | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSiteTerms | ||
Description |
Gets the site query terms. | ||
Return | osid.installation.SiteQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPackageIdTerms | ||
Description |
Gets the package | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPackageTerms | ||
Description |
Gets the package query terms. | ||
Return | osid.installation.PackageQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getInstallDateTerms | ||
Description |
Gets the install date query terms. | ||
Return | osid.search.terms.DateTimeRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAgentIdTerms | ||
Description |
Gets the agent | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAgentTerms | ||
Description |
Gets the agent query terms. | ||
Return | osid.authentication.AgentQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getLastCheckDateTerms | ||
Description |
Gets the check date query terms. | ||
Return | osid.search.terms.DateTimeRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getInstallationQueryInspectorRecord | ||
Description |
Gets the query inspector record corresponding to the
given | ||
Parameters | osid.type.Type | installationRecordType | an installation query record type |
Return | osid.installation.records.InstallationQueryInspectorRecord | the installation query inspector record | |
Errors | NULL_ARGUMENT | installationRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(installationRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |