OSID Logo
OSID Specifications
subscription rules package
Version 3.0.0
Interfaceosid.subscription.rules.DispatchConstrainerForm
Implementsosid.OsidConstrainerForm
Used Byosid.subscription.rules.DispatchConstrainerAdminSession
Description

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

MethodgetDispatchConstrainerFormRecord
Description

Gets the DispatchConstrainerFormRecord corresponding to the given dispatch constrainer record Type .

Parametersosid.type.TypedispatchConstrainerRecordTypea dispatch constrainer record type
Returnosid.subscription.rules.records.DispatchConstrainerFormRecordthe dispatch constrainer form record
ErrorsNULL_ARGUMENTdispatchConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(dispatchConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.