Interface SignalEventQuery.IGroupByQueryColumns

All Known Implementing Classes:
SignalEventQuery.GroupByQuery
Enclosing class:
SignalEventQuery

public static interface SignalEventQuery.IGroupByQueryColumns
Provides methods to group the result by certain fields.
API:
This is a public API.
  • Method Details

    • signalEventId

      Groups the result of the query by the field SignalEventId.

      SQL part: GROUP BY SignalEventId

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

      SignalEventQuery.GroupByQuery securitySystemId()

      Groups the result of the query by the field SecuritySystemId.

      SQL part: GROUP BY SecuritySystemId

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

      Groups the result of the query by the field ApplicationId.

      SQL part: GROUP BY ApplicationId

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

      Groups the result of the query by the field SignalCode.

      SQL part: GROUP BY SignalCode

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

      Groups the result of the query by the field SentTimestamp.

      SQL part: GROUP BY SentTimestamp

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

      Groups the result of the query by the field SentById.

      SQL part: GROUP BY SentById

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

      Groups the result of the query by the field SentByUserName.

      SQL part: GROUP BY SentByUserName

      This is a virtual column. It contains the same value as the column Name of the referenced SecurityMember.


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

      Groups the result of the query by the field SentByUserId.

      SQL part: GROUP BY SentByUserId

      This is a virtual column. It contains the same value as the column UserId of the referenced User.


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

      Groups the result of the query by the field SentByTaskId.

      SQL part: GROUP BY SentByTaskId

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

      SignalEventQuery.GroupByQuery sentByProcessElementPid()

      Groups the result of the query by the field SentByProcessElementPid.

      SQL part: GROUP BY SentByProcessElementPid

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