| Interface | osid.OsidTemporalQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidQueryInspector | ||
| Implemented By | osid.financials.ActivityQueryInspector | ||
osid.OsidRelationshipQueryInspector | |||
osid.OsidEnablerQueryInspector | |||
osid.room.construction.RenovationQueryInspector | |||
osid.room.construction.ProjectQueryInspector | |||
osid.offering.ResultQueryInspector | |||
osid.voting.BallotQueryInspector | |||
osid.calendaring.EventQueryInspector | |||
osid.personnel.OrganizationQueryInspector | |||
osid.personnel.PositionQueryInspector | |||
osid.checklist.TodoQueryInspector | |||
osid.billing.CustomerQueryInspector | |||
osid.billing.payment.PayerQueryInspector | |||
osid.room.RoomQueryInspector | |||
osid.room.FloorQueryInspector | |||
osid.room.BuildingQueryInspector | |||
| 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 | getEffectiveTerms | ||
| Description |
Gets the effective query terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStartDateTerms | ||
| Description |
Gets the start date query terms. | ||
| Return | osid.search.terms.DateTimeRangeTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEndDateTerms | ||
| Description |
Gets the end date query terms. | ||
| Return | osid.search.terms.DateTimeRangeTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDateTerms | ||
| Description |
Gets the date query terms. | ||
| Return | osid.search.terms.DateTimeRangeTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |