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