Interface WorkflowEventQuery.IFilterableColumns

All Known Subinterfaces:
WorkflowEventQuery.IFilterQuery
All Known Implementing Classes:
WorkflowEventQuery.FilterQuery
Enclosing class:
WorkflowEventQuery

public static interface WorkflowEventQuery.IFilterableColumns
API:
This is a public API.
  • Method Details

    • not

      API:
      This public API is available in Java.
    • workflowEventId

      Prepares a where statement for the column WorkflowEventId.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.
    • securitySystemId

      Prepares a where statement for the column SecuritySystemId.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.
    • applicationId

      Prepares a where statement for the column ApplicationId.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.
    • caseId

      Prepares a where statement for the column CaseId.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.
    • taskId

      Prepares a where statement for the column TaskId.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.
    • eventTimestamp

      Prepares a where statement for the column EventTimestamp.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.
    • userId

      Prepares a where statement for the column UserId.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.
    • eventKind

      Prepares a where statement for the column EventKind.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.
    • additionalInfo1

      Prepares a where statement for the column AdditionalInfo1.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.
    • additionalInfo2

      Prepares a where statement for the column AdditionalInfo2.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.
    • additionalInfo3

      Prepares a where statement for the column AdditionalInfo3.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.
    • additionalInfo4

      Prepares a where statement for the column AdditionalInfo4.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.
    • additionalInfo5

      Prepares a where statement for the column AdditionalInfo5.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.
    • caseState

      Prepares a where statement for the column CaseState.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.
    • taskState

      Prepares a where statement for the column TaskState.
      Must be followed by a call to a condition method.

      Returns:
      query for further composition
      API:
      This public API is available in Java.