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