Interface IntermediateEventQuery.IFilterableColumns

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

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

    • not

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

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

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

      Prepares a where statement for the column TaskStartId.
      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.
    • 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.
    • eventId

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

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

      Prepares a where statement for the column State.
      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.
    • timeoutTimestamp

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

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

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

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

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

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

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

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