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