public interface OffsetEventEnabler extends OsidEnabler
An OffsetEventEnabler describes the rules for making an
OffsetEvent effective.
| Modifier and Type | Method and Description |
|---|---|
OffsetEventEnablerRecord |
getOffsetEventEnablerRecord(Type offsetEventEnablerRecordType)
Gets the offset event enabler record corresponding to the given
OffsetEventEnabler record Type. |
getCyclicEvent, getCyclicEventId, getDemographic, getDemographicId, getEvent, getEventId, getSchedule, getScheduleId, isEffectiveByCyclicEvent, isEffectiveByEvent, isEffectiveBySchedule, isEffectiveForDemographicgetDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeisActive, isDisabled, isEnabled, isOperationalgetEndDate, getStartDate, isEffectiveOffsetEventEnablerRecord getOffsetEventEnablerRecord(Type offsetEventEnablerRecordType) throws OperationFailedException
OffsetEventEnabler record Type. This method is
used to retrieve an object implementing the requested record. The
offsetEventEnablerRecordType may be the Type
returned in getRecordTypes() or any of its
parents in a Type hierarchy where
hasRecordType(offsetEventEnablerRecordType) is true
.offsetEventEnablerRecordType - the type of offset event enabler
record to retrieveNullArgumentException -
offsetEventEnablerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(offsetEventEnablerRecordType) is
false mandatory - This method must be implemented.