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