Interface OffsetEventEnabler

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

public interface OffsetEventEnabler extends OsidEnabler

An OffsetEventEnabler describes the rules for making an OffsetEvent effective.

  • Method Details

    • getOffsetEventEnablerRecord

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