OSID Logo
OSID Specifications
control rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.rules.InputEnabler
Implementsosid.OsidEnabler
Description

A InputEnabler describes the rules for making a Input effective.

MethodgetInputEnablerRecord
Description

Gets the input enabler record corresponding to the given InputEnabler 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.TypeinputEnablerRecordTypethe type of input enabler record to retrieve
Returnosid.control.rules.records.InputEnablerRecordthe input enabler record
ErrorsNULL_ARGUMENT inputEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(inputEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.