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