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