Interface WorkflowEventQueryInspector

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

public interface WorkflowEventQueryInspector extends OsidObjectQueryInspector

This is the query inspector for examining workflow event queries.

  • Method Details

    • getTimestampTerms

      DateTimeRangeTerm[] getTimestampTerms()
      Gets the timestamp query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getProcessIdTerms

      IdTerm[] getProcessIdTerms()
      Gets the process Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getProcessTerms

      ProcessQueryInspector[] getProcessTerms()
      Gets the process query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getWorkerIdTerms

      IdTerm[] getWorkerIdTerms()
      Gets the worker Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getWorkerTerms

      ResourceQueryInspector[] getWorkerTerms()
      Gets the worker query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getWorkingAgentIdTerms

      IdTerm[] getWorkingAgentIdTerms()
      Gets the agent Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getWorkingAgentTerms

      AgentQueryInspector[] getWorkingAgentTerms()
      Gets the agent query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getWorkIdTerms

      IdTerm[] getWorkIdTerms()
      Gets the work Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getWorkTerms

      WorkQueryInspector[] getWorkTerms()
      Gets the work query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCanceledTerms

      BooleanTerm[] getCanceledTerms()
      Gets the canceled query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getStepIdTerms

      IdTerm[] getStepIdTerms()
      Gets the step Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getStepTerms

      StepQueryInspector[] getStepTerms()
      Gets the step query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getOfficeIdTerms

      IdTerm[] getOfficeIdTerms()
      Gets the office Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getOfficeTerms

      OfficeQueryInspector[] getOfficeTerms()
      Gets the office query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getWorkflowEventQueryInspectorRecord

      WorkflowEventQueryInspectorRecord getWorkflowEventQueryInspectorRecord(Type workflowEventRecordType) throws OperationFailedException
      Gets the workflow event query inspector record corresponding to the given WorkflowEvent record Type .
      Parameters:
      workflowEventRecordType - a workflow event record type
      Returns:
      the workflow event query inspector record
      Throws:
      NullArgumentException - workflowEventRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(workflowEventRecordType) is false
      Compliance:
      mandatory - This method must be implemented.