| Interface | osid.subscription.rules.DispatchProcessorQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidProcessorQueryInspector | ||
| Used By | osid.subscription.rules.DispatchProcessorEnablerQueryInspector | ||
osid.subscription.rules.DispatchProcessorSearchResults | |||
osid.subscription.rules.DispatchProcessorSmartPublisherSession | |||
| Description |
This is the query inspector for examining dispatch processor queries. | ||
| Method | getRuledDispatchIdTerms | ||
| Description |
Gets the dispatch | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledDispatchTerms | ||
| Description |
Gets the dispatch query terms. | ||
| Return | osid.subscription.DispatchQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPublisherIdTerms | ||
| Description |
Gets the publisher | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPublisherTerms | ||
| Description |
Gets the publisher query terms. | ||
| Return | osid.subscription.PublisherQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDispatchProcessorQueryInspectorRecord | ||
| Description |
Gets the dispatch processor query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | dispatchProcessorRecordType | a dispatch processor record type |
| Return | osid.subscription.rules.records.DispatchProcessorQueryInspectorRecord | the dispatch processor query inspector record | |
| Errors | NULL_ARGUMENT | dispatchProcessorRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(dispatchProcessorRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |