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