Interface DispatchProcessor

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidObject, OsidProcessor, OsidRule

public interface DispatchProcessor extends OsidProcessor

A DispatchProcessor manages the operation of a Dispatch.

  • Method Details

    • getDispatchProcessorRecord

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