Interface CommitmentEnablerForm

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

public interface CommitmentEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getCommitmentEnablerFormRecord

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