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