OSID Logo
OSID Specifications
subscription rules package
Version 3.0.0
Interfaceosid.subscription.rules.DispatchProcessorQueryInspector
Implementsosid.OsidProcessorQueryInspector
Used Byosid.subscription.rules.DispatchProcessorEnablerQueryInspector
osid.subscription.rules.DispatchProcessorSearchResults
osid.subscription.rules.DispatchProcessorSmartPublisherSession
Description

This is the query inspector for examining dispatch processor 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.
MethodgetDispatchProcessorQueryInspectorRecord
Description

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

Parametersosid.type.TypedispatchProcessorRecordTypea dispatch processor record type
Returnosid.subscription.rules.records.DispatchProcessorQueryInspectorRecordthe dispatch processor query inspector record
ErrorsNULL_ARGUMENTdispatchProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(dispatchProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.