Interface StepProcessorEnablerForm

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

public interface StepProcessorEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getStepProcessorEnablerFormRecord

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