Interface | osid.subscription.rules.SubscriptionEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining subscription enabler queries. | ||
Method | getRuledSubscriptionIdTerms | ||
Description |
Gets the subscription | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledSubscriptionTerms | ||
Description |
Gets the subscription query terms. | ||
Return | osid.subscription.SubscriptionQueryInspector[] | 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 | getSubscriptionEnablerQueryInspectorRecord | ||
Description |
Gets the subscription enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | subscriptionEnablerRecordType | a subscription enabler record type |
Return | osid.subscription.rules.records.SubscriptionEnablerQueryInspectorRecord | the subscription enabler query inspector record | |
Errors | NULL_ARGUMENT | subscriptionEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(subscriptionEnablerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |