| Interface | osid.OsidRequestQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Implemented By | osid.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 | ||
| Method | getPostingDateTerms | ||
| Description |
Gets the posting date query terms. | ||
| Return | osid.search.terms.DateTimeRangeTerm[] | the posting date terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRequesterIdTerms | ||
| Description |
Gets the resource | ||
| Return | osid.search.terms.IdTerm[] | the resource Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRequesterTerms | ||
| Description |
Gets the resource query terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the resource query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmittedTerms | ||
| Description |
Gets the submitted query terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the submitted date terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmittedDateTerms | ||
| Description |
Gets the submitted date query terms. | ||
| Return | osid.search.terms.DateTimeRangeTerm[] | the submitted date terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmitterIdTerms | ||
| Description |
Gets the resource | ||
| Return | osid.search.terms.IdTerm[] | the resource Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmitterTerms | ||
| Description |
Gets the resource query terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the resource query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmittingAgentIdTerms | ||
| Description |
Gets the agent | ||
| Return | osid.search.terms.IdTerm[] | the agent Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmittingAgentTerms | ||
| Description |
Gets the agent query terms. | ||
| Return | osid.authentication.AgentQueryInspector[] | the agent query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCanceledTerms | ||
| Description |
Gets the canceled query terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the canceled date terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessedDateTerms | ||
| Description |
Gets the processed date query terms. | ||
| Return | osid.search.terms.DateTimeRangeTerm[] | the processed date terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getErrorIdTerms | ||
| Description |
Gets the state | ||
| Return | osid.search.terms.IdTerm[] | the state Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getErrorTerms | ||
| Description |
Gets the state query terms. | ||
| Return | osid.process.StateQueryInspector[] | the state query terms | |
| Compliance | mandatory | This method must be implemented. | |