public interface AuditEnabler extends OsidEnabler
An AuditEnabler describes the rules for making an
Audit effective.
| Modifier and Type | Method and Description |
|---|---|
AuditEnablerRecord |
getAuditEnablerRecord(Type auditEnablerRecordType)
Gets the audit enabler record corresponding to the given
AuditEnabler record Type. |
getCyclicEvent, getCyclicEventId, getDemographic, getDemographicId, getEvent, getEventId, getSchedule, getScheduleId, isEffectiveByCyclicEvent, isEffectiveByEvent, isEffectiveBySchedule, isEffectiveForDemographicgetDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeisActive, isDisabled, isEnabled, isOperationalgetEndDate, getStartDate, isEffectiveAuditEnablerRecord getAuditEnablerRecord(Type auditEnablerRecordType) throws OperationFailedException
AuditEnabler 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
.auditEnablerRecordType - the type of audit enabler record to
retrieveNullArgumentException - auditEnablerRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(auditEnablerRecordType) is false
mandatory - This method must be implemented.