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