Interface DispatchEnabler

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

public interface DispatchEnabler extends OsidEnabler

A DispatchEnabler manages the active status of a Dispatch.

  • Method Details

    • getDispatchEnablerRecord

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