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