OSID Logo
OSID Specifications
osid package
Version 3.1.0
Interfaceosid.OsidSourceableQueryInspector
Implementsosid.OsidQueryInspector
Implemented Byosid.OsidCatalogQueryInspector
osid.OsidGovernatorQueryInspector
osid.installation.InstallationPackageQueryInspector
osid.repository.AssetQueryInspector
osid.repository.CompositionQueryInspector
osid.recipe.RecipeQueryInspector
osid.blogging.EntryQueryInspector
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
Compliancemandatory This method must be implemented.
MethodgetProviderTerms
Description

Gets the provider query terms.

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

Gets the asset Id query terms.

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

Gets the asset query terms.

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

Gets the license query terms.

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