Interface ParameterProcessorEnablerForm

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

public interface ParameterProcessorEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getParameterProcessorEnablerFormRecord

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