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