Interface ParameterProcessorQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidProcessorQueryInspector, OsidQueryInspector, OsidRuleQueryInspector

public interface ParameterProcessorQueryInspector extends OsidProcessorQueryInspector

This is the query inspector for examining parameter processor queries.

  • Method Details

    • getRuledParameterIdTerms

      IdTerm[] getRuledParameterIdTerms()
      Gets the parameter Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledParameterTerms

      ParameterQueryInspector[] getRuledParameterTerms()
      Gets the parameter query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getConfigurationIdTerms

      IdTerm[] getConfigurationIdTerms()
      Gets the configuration Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getConfigurationTerms

      ConfigurationQueryInspector[] getConfigurationTerms()
      Gets the configuration query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getParameterProcessorQueryInspectorRecord

      ParameterProcessorQueryInspectorRecord getParameterProcessorQueryInspectorRecord(Type parameterProcessorRecordType) throws OperationFailedException
      Gets the parameter processor query inspector record corresponding to the given ParameterProcessor record Type .
      Parameters:
      parameterProcessorRecordType - a parameter processor record type
      Returns:
      the parameter processor query inspector record
      Throws:
      NullArgumentException - parameterProcessorRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(parameterProcessorRecordType) is false
      Compliance:
      mandatory - This method must be implemented.