OSID Logo
OSID Specifications
subscription rules package
Version 3.0.0
Interfaceosid.subscription.rules.DispatchProcessorForm
Implementsosid.OsidProcessorForm
Used Byosid.subscription.rules.DispatchProcessorAdminSession
Description

This is the form for creating and updating DispatchProcessors . Like all OsidForms , various data elements may be set here for use in the create and update methods in the DispatchProcessorAdminSession . For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetDispatchProcessorFormRecord
Description

Gets the DispatchProcessorFormRecord corresponding to the given dispatch processor record Type .

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