Interface IssueConstrainerForm

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

public interface IssueConstrainerForm extends OsidConstrainerForm

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

  • Method Details

    • getIssueConstrainerFormRecord

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