Interface JobProcessorQueryInspector

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

public interface JobProcessorQueryInspector extends OsidProcessorQueryInspector

This is the query inspector for examining job processor queries.

  • Method Details

    • getRuledJobIdTerms

      IdTerm[] getRuledJobIdTerms()
      Gets the job Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledJobTerms

      JobQueryInspector[] getRuledJobTerms()
      Gets the job query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getFoundryIdTerms

      IdTerm[] getFoundryIdTerms()
      Gets the foundry Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getFoundryTerms

      FoundryQueryInspector[] getFoundryTerms()
      Gets the foundry query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getJobProcessorQueryInspectorRecord

      JobProcessorQueryInspectorRecord getJobProcessorQueryInspectorRecord(Type jobProcessorRecordType) throws OperationFailedException
      Gets the job processor query inspector record corresponding to the given JobProcessor record Type .
      Parameters:
      jobProcessorRecordType - a job processor record type
      Returns:
      the job processor query inspector record
      Throws:
      NullArgumentException - jobProcessorRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(jobProcessorRecordType) is false
      Compliance:
      mandatory - This method must be implemented.