Interface StepConstrainerForm

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

public interface StepConstrainerForm extends OsidConstrainerForm

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

  • Method Details

    • getStepConstrainerFormRecord

      StepConstrainerFormRecord getStepConstrainerFormRecord(Type stepConstrainerRecordType) throws OperationFailedException
      Gets the StepConstrainerFormRecord corresponding to the given step constrainer record Type.
      Parameters:
      stepConstrainerRecordType - a step constrainer record type
      Returns:
      the step constrainer form record
      Throws:
      NullArgumentException - stepConstrainerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(stepConstrainerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.