Interface QueueConstrainerEnabler

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

public interface QueueConstrainerEnabler extends OsidEnabler

A QueueConstrainerEnabler describes the rules for making a QueueConstrainer effective.

  • Method Details

    • getQueueConstrainerEnablerRecord

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