Interface IssueProcessorForm

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

public interface IssueProcessorForm extends OsidProcessorForm

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

  • Method Details

    • getIssueProcessorFormRecord

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