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