Interface QueueConstrainerEnablerForm

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

public interface QueueConstrainerEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getQueueConstrainerEnablerFormRecord

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