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