Interface IssueProcessorEnablerForm

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

public interface IssueProcessorEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getIssueProcessorEnablerFormRecord

      IssueProcessorEnablerFormRecord getIssueProcessorEnablerFormRecord(Type issueProcessorEnablerRecordType) throws OperationFailedException
      Gets the IssueProcessorEnablerFormRecord corresponding to the given issue processor enabler record Type.
      Parameters:
      issueProcessorEnablerRecordType - an issue processor enabler record type
      Returns:
      the issue processor enabler form record
      Throws:
      NullArgumentException - issueProcessorEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(issueProcessorEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.