Interface WorkQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSubjugateableQueryInspector

public interface WorkQueryInspector extends OsidObjectQueryInspector, OsidSubjugateableQueryInspector

This is the query inspector for examining work queries.

  • Method Details

    • getJobIdTerms

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

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

      IdTerm[] getCompetencyIdTerms()
      Gets the competency Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCompetencyTerms

      CompetencyQueryInspector[] getCompetencyTerms()
      Gets the competency query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCreatedDateTerms

      DateTimeRangeTerm[] getCreatedDateTerms()
      Gets the created date query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCompletionDateTerms

      DateTimeRangeTerm[] getCompletionDateTerms()
      Gets the completion date query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCommissionIdTerms

      IdTerm[] getCommissionIdTerms()
      Gets the commission Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCommissionTerms

      CommissionQueryInspector[] getCommissionTerms()
      Gets the commission 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.
    • getWorkQueryInspectorRecord

      WorkQueryInspectorRecord getWorkQueryInspectorRecord(Type workRecordType) throws OperationFailedException
      Gets the work query inspector record corresponding to the given Work record Type .
      Parameters:
      workRecordType - a work record type
      Returns:
      the work query inspector record
      Throws:
      NullArgumentException - workRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(workRecordType) is false
      Compliance:
      mandatory - This method must be implemented.