Interface JobConstrainerEnablerQueryInspector

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

public interface JobConstrainerEnablerQueryInspector extends OsidEnablerQueryInspector

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

  • Method Details

    • getRuledJobConstrainerIdTerms

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

      JobConstrainerQueryInspector[] getRuledJobConstrainerTerms()
      Gets the job constrainer 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.
    • getJobConstrainerEnablerQueryInspectorRecord

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