Interface ProcessProcessorEnablerForm

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

public interface ProcessProcessorEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getProcessProcessorEnablerFormRecord

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