| Interface | osid.subscription.rules.DispatchConstrainerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidConstrainerQueryInspector | ||
| Used By | osid.subscription.rules.DispatchConstrainerEnablerQueryInspector | ||
osid.subscription.rules.DispatchConstrainerSearchResults | |||
osid.subscription.rules.DispatchConstrainerSmartPublisherSession | |||
| Description |
This is the query inspector for examining dispatch constrainer 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 | getDispatchConstrainerQueryInspectorRecord | ||
| Description |
Gets the dispatch constrainer query inspector record
corresponding to the given
| ||
| Parameters | osid.type.Type | dispatchConstrainerRecordType | a dispatch constrainer record type |
| Return | osid.subscription.rules.records.DispatchConstrainerQueryInspectorRecord | the dispatch constrainer query inspector record | |
| Errors | NULL_ARGUMENT | dispatchConstraineRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(dispatchConstrainerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |