OSID Logo
OSID Specifications
osid package
Version 3.0.0
Release Candidate Preview
Interfaceosid.OsidSourceableQueryInspector
Implementsosid.OsidQueryInspector
Description

The query inspectors provide a means of accessing the match terms of a query. These interfaces are used to examine the actual query terms used in a search or that may be used to create a smart catalog. Query inspectors may be converted to an OsidQuery for reuse or modification in the search sessions.

MethodgetProviderIdTerms
Description

Gets the provider Id query terms.

Returnosid.search.terms.IdTerm[]the provider Id terms
CompliancemandatoryThis method must be implemented.
MethodgetProviderTerms
Description

Gets the provider query terms.

Returnosid.resource.ResourceQueryInspector[]the provider terms
CompliancemandatoryThis method must be implemented.
MethodgetBrandingIdTerms
Description

Gets the asset Id query terms.

Returnosid.search.terms.IdTerm[]the asset Id terms
CompliancemandatoryThis method must be implemented.
MethodgetBrandingTerms
Description

Gets the asset query terms.

Returnosid.repository.AssetQueryInspector[]the branding terms
CompliancemandatoryThis method must be implemented.
MethodgetLicenseTerms
Description

Gets the license query terms.

Returnosid.search.terms.StringTerm[]the license terms
CompliancemandatoryThis method must be implemented.