public interface InputEnabler extends OsidEnabler
A InputEnabler describes the rules for making a
Input effective.
| Modifier and Type | Method and Description |
|---|---|
InputEnablerRecord |
getInputEnablerRecord(Type inputEnablerRecordType)
Gets the input enabler record corresponding to the given
InputEnabler record Type. |
getCyclicEvent, getCyclicEventId, getDemographic, getDemographicId, getEvent, getEventId, getSchedule, getScheduleId, isEffectiveByCyclicEvent, isEffectiveByEvent, isEffectiveBySchedule, isEffectiveForDemographicgetDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeisActive, isDisabled, isEnabled, isOperationalgetEndDate, getStartDate, isEffectiveInputEnablerRecord getInputEnablerRecord(Type inputEnablerRecordType) throws OperationFailedException
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
.inputEnablerRecordType - the type of input enabler record to
retrieveNullArgumentException - inputEnablerRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(inputEnablerRecordType) is false
mandatory - This method must be implemented.