Interface QueueConstrainerForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidConstrainerForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, Suppliable

public interface QueueConstrainerForm extends OsidConstrainerForm

This is the form for creating and updating QueueConstrainers . Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the QueueConstrainerAdminSession . For each data element that may be set, metadata may be examined to provide display hints or data constraints.

  • Method Details

    • getQueueConstrainerFormRecord

      QueueConstrainerFormRecord getQueueConstrainerFormRecord(Type queueConstrainerRecordType) throws OperationFailedException
      Gets the QueueConstrainerFormRecord corresponding to the given queue constrainer record Type .
      Parameters:
      queueConstrainerRecordType - a queue constrainer record type
      Returns:
      the queue constrainer form record
      Throws:
      NullArgumentException - queueConstrainerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(queueConstrainerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.