Interface StepConstrainerEnablerForm

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

public interface StepConstrainerEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getStepConstrainerEnablerFormRecord

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