Interface DispatchConstrainerForm

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

public interface DispatchConstrainerForm extends OsidConstrainerForm

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

  • Method Details

    • getDispatchConstrainerFormRecord

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