OSID Logo
OSID Specifications
control rules package
Version 3.1.0
Interfaceosid.control.rules.DeviceEnabler
Implementsosid.OsidEnabler
Used Byosid.control.rules.DeviceEnablerAdminSession
osid.control.rules.DeviceEnablerList
osid.control.rules.DeviceEnablerLookupSession
Description

A DeviceEnabler describes the rules for making an Trigger effective.

MethodgetDeviceEnablerRecord
Description

Gets the device enabler record corresponding to the given DeviceEnabler record Type. This method is used to retrieve an object implementing the requested record. The deviceEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(deviceEnablerRecordType) is true.

Parametersosid.type.TypedeviceEnablerRecordType the type of device enabler record to retrieve
Returnosid.control.rules.records.DeviceEnablerRecord the device enabler record
ErrorsNULL_ARGUMENT deviceEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(deviceEnablerRecordType) is false
Compliancemandatory This method must be implemented.