Interface ParameterProcessorEnabler

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidEnabler, OsidObject, OsidRule, Temporal

public interface ParameterProcessorEnabler extends OsidEnabler

A ParameterProcessorEnabler describes the rules for making a ParameterProcessor effective.

  • Method Details

    • getParameterProcessorEnablerRecord

      ParameterProcessorEnablerRecord getParameterProcessorEnablerRecord(Type parameterProcessorEnablerRecordType) throws OperationFailedException
      Gets the parameter processor enabler record corresponding to the given ParameterProcessorEnabler record Type. This method is used to retrieve an object implementing the requested record. The parameterProcessorEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(parameterProcessorEnablerRecordType) is true.
      Parameters:
      parameterProcessorEnablerRecordType - the type of parameter processor enabler record to retrieve
      Returns:
      the parameter processor enabler record
      Throws:
      NullArgumentException - parameterProcessorEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(parameterProcessorEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.