Interface | osid.OsidEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRuleQueryInspector | ||
osid.OsidTemporalQueryInspector | |||
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 | getScheduleIdTerms | ||
Description |
Gets the effective schedule | ||
Return | osid.search.terms.IdTerm[] | the effecive schedule Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getScheduleTerms | ||
Description |
Gets the effective schedule query terms. | ||
Return | osid.calendaring.ScheduleQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getEventIdTerms | ||
Description |
Gets the effective event | ||
Return | osid.search.terms.IdTerm[] | the effecive recurring event Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getEventTerms | ||
Description |
Gets the effective event query terms. | ||
Return | osid.calendaring.EventQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCyclicEventIdTerms | ||
Description |
Gets the cyclic event | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCyclicEventTerms | ||
Description |
Gets the cyclic event query terms. | ||
Return | osid.calendaring.cycle.CyclicEventQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDemographicIdTerms | ||
Description |
Gets the demographic resource | ||
Return | osid.search.terms.IdTerm[] | the resource Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDemographicTerms | ||
Description |
Gets the demographic resource query terms. | ||
Return | osid.resource.ResourceQueryInspector[] | the resource query terms | |
Compliance | mandatory | This method must be implemented. |