Interface DispatchProcessorEnablerForm

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

public interface DispatchProcessorEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getDispatchProcessorEnablerFormRecord

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