OSID Logo
OSID Specifications
osid package
Version 3.1.0
Interfaceosid.OsidRequestQueryInspector
Implementsosid.OsidObjectQueryInspector
Implemented Byosid.course.registration.request.RegistrationRequestQueryInspector
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.

MethodgetPostingDateTerms
Description

Gets the posting date query terms.

Returnosid.search.terms.DateTimeRangeTerm[] the posting date terms
Compliancemandatory This method must be implemented.
MethodgetRequesterIdTerms
Description

Gets the resource Id query terms.

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

Gets the resource query terms.

Returnosid.resource.ResourceQueryInspector[] the resource query terms
Compliancemandatory This method must be implemented.
MethodgetSubmittedTerms
Description

Gets the submitted query terms.

Returnosid.search.terms.BooleanTerm[] the submitted date terms
Compliancemandatory This method must be implemented.
MethodgetSubmittedDateTerms
Description

Gets the submitted date query terms.

Returnosid.search.terms.DateTimeRangeTerm[] the submitted date terms
Compliancemandatory This method must be implemented.
MethodgetSubmitterIdTerms
Description

Gets the resource Id query terms.

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

Gets the resource query terms.

Returnosid.resource.ResourceQueryInspector[] the resource query terms
Compliancemandatory This method must be implemented.
MethodgetSubmittingAgentIdTerms
Description

Gets the agent Id query terms.

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

Gets the agent query terms.

Returnosid.authentication.AgentQueryInspector[] the agent query terms
Compliancemandatory This method must be implemented.
MethodgetCanceledTerms
Description

Gets the canceled query terms.

Returnosid.search.terms.BooleanTerm[] the canceled date terms
Compliancemandatory This method must be implemented.
MethodgetProcessedDateTerms
Description

Gets the processed date query terms.

Returnosid.search.terms.DateTimeRangeTerm[] the processed date terms
Compliancemandatory This method must be implemented.
MethodgetErrorIdTerms
Description

Gets the state Id query terms.

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

Gets the state query terms.

Returnosid.process.StateQueryInspector[] the state query terms
Compliancemandatory This method must be implemented.