OSID Logo
OSID Specifications
subscription rules package
Version 3.0.0
Interfaceosid.subscription.rules.DispatchEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.subscription.rules.DispatchEnablerAdminSession
Description

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

MethodgetDispatchEnablerFormRecord
Description

Gets the DispatchEnablerFormRecord corresponding to the given dispatch enabler record Type .

Parametersosid.type.TypedispatchEnablerRecordTypea dispatch enabler record type
Returnosid.subscription.rules.records.DispatchEnablerFormRecordthe dispatch enabler form record
ErrorsNULL_ARGUMENTdispatchEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(dispatchEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.