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