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 Detail

      • signalEventId

        SignalEventQuery.GroupByQuery 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 IvyScript and Java. It has the visibility EXPERT.
      • applicationId

        SignalEventQuery.GroupByQuery 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 IvyScript and Java. It has the visibility EXPERT.
      • signalCode

        SignalEventQuery.GroupByQuery 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 IvyScript and Java. It has the visibility EXPERT.
      • sentTimestamp

        SignalEventQuery.GroupByQuery 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 IvyScript and Java. It has the visibility EXPERT.
      • sentByUserName

        SignalEventQuery.GroupByQuery sentByUserName()

        Groups the result of the query by the field SentByUserName.

        SQL part: GROUP BY SentByUserName

        Returns:
        query for further composition
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • sentByUserId

        SignalEventQuery.GroupByQuery sentByUserId()

        Groups the result of the query by the field SentByUserId.

        SQL part: GROUP BY SentByUserId

        Returns:
        query for further composition
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • sentByTaskId

        SignalEventQuery.GroupByQuery 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 IvyScript and Java. It has the visibility EXPERT.
      • 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 IvyScript and Java. It has the visibility EXPERT.