OSID Logo
OSID Specifications
subscription rules package
Version 3.0.0
Interfaceosid.subscription.rules.DispatchEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.subscription.rules.DispatchEnablerSearchResults
osid.subscription.rules.DispatchEnablerSmartPublisherSession
Description

This is the query inspector for examining dispatch enabler queries.

MethodgetRuledDispatchIdTerms
Description

Gets the dispatch Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRuledDispatchTerms
Description

Gets the dispatch query terms.

Returnosid.subscription.DispatchQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetPublisherIdTerms
Description

Gets the publisher Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetPublisherTerms
Description

Gets the publisher query terms.

Returnosid.subscription.PublisherQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetDispatchEnablerQueryInspectorRecord
Description

Gets the dispatch enabler query inspector record corresponding to the given DispatchEnabler record Type .

Parametersosid.type.TypedispatchEnablerRecordTypea dispatch enabler record type
Returnosid.subscription.rules.records.DispatchEnablerQueryInspectorRecordthe dispatch enabler query inspector record
ErrorsNULL_ARGUMENTdispatchEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(dispatchEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.