OSID Logo
OSID Specifications
control rules package
Version 3.1.0
Interfaceosid.control.rules.TriggerEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.control.rules.TriggerEnablerAdminSession
Description

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

Like all OsidForms, TriggerEnablerForm is stateful and must not be accessed by multiple processing threads.

MethodgetTriggerEnablerFormRecord
Description

Gets the TriggerEnablerFormRecord corresponding to the given trigger enabler record Type.

Parametersosid.type.TypetriggerEnablerRecordType a trigger enabler record type
Returnosid.control.rules.records.TriggerEnablerFormRecord the trigger enabler form record
ErrorsNULL_ARGUMENT triggerEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(triggerEnablerRecordType) is false
Compliancemandatory This method must be implemented.