OSID Logo
OSID Specifications
subscription rules package
Version 3.1.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.

Like all OsidQueryInspectors, DispatchProcessorQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetRuledDispatchIdTerms
Description

Gets the dispatch Id query terms.

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

Gets the dispatch query terms.

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

Gets the publisher Id query terms.

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

Gets the publisher query terms.

Returnosid.subscription.PublisherQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetDispatchProcessorQueryInspectorRecord
Description

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

Parametersosid.type.TypedispatchProcessorRecordType a dispatch processor record type
Returnosid.subscription.rules.records.DispatchProcessorQueryInspectorRecord the dispatch processor query inspector record
ErrorsNULL_ARGUMENT dispatchProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(dispatchProcessorRecordType) is false
Compliancemandatory This method must be implemented.