Interface DispatchConstrainerEnablerForm

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

public interface DispatchConstrainerEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getDispatchConstrainerEnablerFormRecord

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