OSID Logo
OSID Specifications
subscription rules package
Version 3.0.0
Interfaceosid.subscription.rules.DispatchConstrainerEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.subscription.rules.DispatchConstrainerEnablerSearchResults
osid.subscription.rules.DispatchConstrainerEnablerSmartPublisherSession
Description

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

MethodgetRuledDispatchConstrainerIdTerms
Description

Gets the dispatch constrainer Id query terms.

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

Gets the dispatch constrainer query terms.

Returnosid.subscription.rules.DispatchConstrainerQueryInspector[]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.
MethodgetDispatchConstrainerEnablerQueryInspectorRecord
Description

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

Parametersosid.type.TypedispatchConstrainerEnablerRecordTypea dispatch constrainer enabler record type
Returnosid.subscription.rules.records.DispatchConstrainerEnablerQueryInspectorRecordthe dispatch constrainer enabler query inspector record
ErrorsNULL_ARGUMENTdispatchConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(dispatchConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.