Interface Queue

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidGovernator, OsidObject

public interface Queue extends OsidGovernator

A Queue governs the processing of Issues .

  • Method Details

    • getManagerIds

      IdList getManagerIds()
      Gets the Ids of the managers.
      Returns:
      the manager Ids
      Compliance:
      mandatory - This method must be implemented.
    • getManagers

      Gets the managers.
      Returns:
      the managers
      Throws:
      OperationFailedException - unable to complete request
      Compliance:
      mandatory - This method must be implemented.
    • getQueueRecord

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