| Interface | osid.subscription.rules.DispatchConstrainerEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.subscription.rules.DispatchConstrainerEnablerSearchResults | ||
osid.subscription.rules.DispatchConstrainerEnablerSmartPublisherSession | |||
| Description |
This is the query inspector for examining dispatch constrainer enabler queries. | ||
| Method | getRuledDispatchConstrainerIdTerms | ||
| Description |
Gets the dispatch constrainer | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledDispatchConstrainerTerms | ||
| Description |
Gets the dispatch constrainer query terms. | ||
| Return | osid.subscription.rules.DispatchConstrainerQueryInspector[] | 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 | getDispatchConstrainerEnablerQueryInspectorRecord | ||
| Description |
Gets the dispatch constrainer enabler query inspector
record corresponding to the given
| ||
| Parameters | osid.type.Type | dispatchConstrainerEnablerRecordType | a dispatch constrainer enabler record type |
| Return | osid.subscription.rules.records.DispatchConstrainerEnablerQueryInspectorRecord | the dispatch constrainer enabler query inspector record | |
| Errors | NULL_ARGUMENT | dispatchConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(dispatchConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |