OSID Logo
OSID Specifications
hold rules package
Version 3.1.0
Interfaceosid.hold.rules.HoldEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.hold.rules.HoldEnablerAdminSession
Description

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

MethodgetHoldEnablerFormRecord
Description

Gets the HoldEnablerFormRecord corresponding to the given hold enabler record Type.

Parametersosid.type.TypeholdEnablerRecordType a hold enabler record type
Returnosid.hold.rules.records.HoldEnablerFormRecord the hold enabler form record
ErrorsNULL_ARGUMENT holdEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(holdEnablerRecordType) is false
Compliancemandatory This method must be implemented.