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