Interface JobProcessorEnablerQueryInspector

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

public interface JobProcessorEnablerQueryInspector extends OsidEnablerQueryInspector

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

  • Method Details

    • getRuledJobProcessorIdTerms

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

      JobProcessorQueryInspector[] getRuledJobProcessorTerms()
      Gets the job processor 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.
    • getJobProcessorEnablerQueryInspectorRecord

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