Interface DispatchConstrainerEnabler

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

public interface DispatchConstrainerEnabler extends OsidEnabler

A DispatchConstrainerEnabler manages the active status of a DispatchConstrainer.

  • Method Details

    • getDispatchConstrainerEnablerRecord

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