OSID Logo
OSID Specifications
mapping path rules package
Version 3.0.0
Interfaceosid.mapping.path.rules.SignalEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.mapping.path.rules.SignalEnablerAdminSession
Description

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

MethodgetSignalEnablerFormRecord
Description

Gets the SignalEnablerFormRecord corresponding to the given signal enabler record Type .

Parametersosid.type.TypesignalEnablerRecordTypea signal enabler record type
Returnosid.mapping.path.rules.records.SignalEnablerFormRecordthe signal enabler form record
ErrorsNULL_ARGUMENTsignalEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(signalEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.