Interface SupersedingEventEnabler

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

public interface SupersedingEventEnabler extends OsidEnabler

A SupersedingEventEnabler describes the rules for making a SupersedingEvent effective.

  • Method Details

    • getSupersedingEventEnablerRecord

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