| Interface | osid.subscription.rules.DispatchProcessorEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.subscription.rules.DispatchProcessorEnablerSearchResults | ||
osid.subscription.rules.DispatchProcessorEnablerSmartPublisherSession | |||
| Description |
This is the query inspector for examining dispatch processor enabler queries. | ||
| Method | getRuledDispatchProcessorIdTerms | ||
| Description |
Gets the dispatch processor | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledDispatchProcessorTerms | ||
| Description |
Gets the dispatch processor query terms. | ||
| Return | osid.subscription.rules.DispatchProcessorQueryInspector[] | 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 | getDispatchProcessorEnablerQueryInspectorRecord | ||
| Description |
Gets the dispatch processor enabler query inspector
record corresponding to the given
| ||
| Parameters | osid.type.Type | dispatchProcessorEnablerRecordType | a dispatch processor enabler record type |
| Return | osid.subscription.rules.records.DispatchProcessorEnablerQueryInspectorRecord | the dispatch processor enabler query inspector record | |
| Errors | NULL_ARGUMENT | dispatchProcessorEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(dispatchProcessorEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |