OSID Logo
OSID Specifications
subscription rules package
Version 3.1.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.TypedispatchProcessorRecordType a dispatch processor record type
Returnosid.subscription.rules.records.DispatchProcessorFormRecord the dispatch processor form record
ErrorsNULL_ARGUMENT dispatchProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(dispatchProcessorRecordType) is false
Compliancemandatory This method must be implemented.