Interface StartSignalEventElementQuery.IGroupByQueryColumns

    • Method Detail

      • taskStartId

        StartSignalEventElementQuery.GroupByQuery taskStartId()

        Groups the result of the query by the field TaskStartId.

        SQL part: GROUP BY TaskStartId

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

        StartSignalEventElementQuery.GroupByQuery signalCodePattern()

        Groups the result of the query by the field SignalCodePattern.

        SQL part: GROUP BY SignalCodePattern

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

        StartSignalEventElementQuery.GroupByQuery attachToBusinessCase()

        Groups the result of the query by the field AttachToBusinessCase.

        SQL part: GROUP BY AttachToBusinessCase

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