Interface JobConstrainerQueryInspector

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

public interface JobConstrainerQueryInspector extends OsidConstrainerQueryInspector

This is the query inspector for examining job constrainer 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.
    • getJobConstrainerQueryInspectorRecord

      JobConstrainerQueryInspectorRecord getJobConstrainerQueryInspectorRecord(Type jobConstrainerRecordType) throws OperationFailedException
      Gets the job constrainer query inspector record corresponding to the given JobConstrainer record Type .
      Parameters:
      jobConstrainerRecordType - a job constrainer record type
      Returns:
      the job constrainer query inspector record
      Throws:
      NullArgumentException - jobConstrainerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(jobConstrainerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.