Interface ParameterProcessorEnablerQueryInspector

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

public interface ParameterProcessorEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining parameter processor enabler queries.

  • Method Details

    • getRuledParameterProcessorIdTerms

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

      ParameterProcessorQueryInspector[] getRuledParameterProcessorTerms()
      Gets the parameter processor 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.
    • getParameterProcessorEnablerQueryInspectorRecord

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