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