OSID Logo
OSID Specifications
subscription package
Version 3.0.0
Release Candidate Preview
Interfaceosid.subscription.DispatchQueryInspector
Implementsosid.OsidGovernatorQueryInspector
Description

This is the query inspector for examining for dispatch queries.

MethodgetAddressGenusTypeTerms
Description

Gets the address genus Type terms.

Returnosid.search.terms.TypeTerm[]the address genus Type terms
CompliancemandatoryThis method must be implemented.
MethodgetSubscriptionIdTerms
Description

Gets the subscription Id terms.

Returnosid.search.terms.IdTerm[]the subscription Id terms
CompliancemandatoryThis method must be implemented.
MethodgetSubscriptionTerms
Description

Gets the subscription terms.

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

Gets the publisher Id terms.

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

Gets the publisher terms.

Returnosid.subscription.PublisherQueryInspector[]the publisher terms
CompliancemandatoryThis method must be implemented.
MethodgetDispatchQueryInspectorRecord
Description

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

Parametersosid.type.TypedispatchRecordTypea dispatch record type
Returnosid.subscription.records.DispatchQueryInspectorRecordthe dispatch query inspector record
ErrorsNULL_ARGUMENT dispatchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(dispatchRecordType) is false
CompliancemandatoryThis method must be implemented.