OSID Logo
OSID Specifications
subscription rules package
Version 3.0.0
Interfaceosid.subscription.rules.DispatchProcessorEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.subscription.rules.DispatchProcessorEnablerAdminSession
Description

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

MethodgetDispatchProcessorEnablerFormRecord
Description

Gets the DispatchProcessorEnablerFormRecord corresponding to the given dispatch processor enabler record Type .

Parametersosid.type.TypedispatchProcessorEnablerRecordTypea dispatch processor enabler record type
Returnosid.subscription.rules.records.DispatchProcessorEnablerFormRecordthe dispatch processor enabler form record
ErrorsNULL_ARGUMENTdispatchProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(dispatchProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.