Interface StepProcessorForm

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

public interface StepProcessorForm extends OsidProcessorForm

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

  • Method Details

    • getStepProcessorFormRecord

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