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