Interface AvailabilityEnabler

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidEnabler, OsidObject, OsidRule, Temporal

public interface AvailabilityEnabler extends OsidEnabler

A AvailabilityEnabler describes the rules for managing the effectiveness of an Availability.

  • Method Details

    • getAvailabilityEnablerRecord

      AvailabilityEnablerRecord getAvailabilityEnablerRecord(Type availabilityEnablerRecordType) throws OperationFailedException
      Gets the availability enabler record corresponding to the given AvailabilityEnabler record Type. This method is used to retrieve an object implementing the requested record. The availabilityEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(availabilityEnablerRecordType) is true.
      Parameters:
      availabilityEnablerRecordType - the type of availability enabler record to retrieve
      Returns:
      the availability enabler record
      Throws:
      NullArgumentException - availabilityEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(availabilityEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.