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