OSID Logo
OSID Specifications
subscription rules package
Version 3.0.0
Interfaceosid.subscription.rules.DispatchProcessorEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.subscription.rules.DispatchProcessorEnablerSearchResults
osid.subscription.rules.DispatchProcessorEnablerSmartPublisherSession
Description

This is the query inspector for examining dispatch processor enabler queries.

MethodgetRuledDispatchProcessorIdTerms
Description

Gets the dispatch processor Id query terms.

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

Gets the dispatch processor query terms.

Returnosid.subscription.rules.DispatchProcessorQueryInspector[]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.
MethodgetDispatchProcessorEnablerQueryInspectorRecord
Description

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

Parametersosid.type.TypedispatchProcessorEnablerRecordTypea dispatch processor enabler record type
Returnosid.subscription.rules.records.DispatchProcessorEnablerQueryInspectorRecordthe dispatch processor enabler query inspector record
ErrorsNULL_ARGUMENTdispatchProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(dispatchProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.