Interface SignalEventQuery.IGroupByQueryColumns
-
- All Known Implementing Classes:
SignalEventQuery.GroupByQuery
- Enclosing class:
- SignalEventQuery
public static interface SignalEventQuery.IGroupByQueryColumnsProvides methods to group the result by certain fields.- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SignalEventQuery.GroupByQueryapplicationId()Groups the result of the query by the fieldApplicationId.SignalEventQuery.GroupByQuerysentByProcessElementPid()Groups the result of the query by the fieldSentByProcessElementPid.SignalEventQuery.GroupByQuerysentByTaskId()Groups the result of the query by the fieldSentByTaskId.SignalEventQuery.GroupByQuerysentByUserId()Groups the result of the query by the fieldSentByUserId.SignalEventQuery.GroupByQuerysentByUserName()Groups the result of the query by the fieldSentByUserName.SignalEventQuery.GroupByQuerysentTimestamp()Groups the result of the query by the fieldSentTimestamp.SignalEventQuery.GroupByQuerysignalCode()Groups the result of the query by the fieldSignalCode.SignalEventQuery.GroupByQuerysignalEventId()Groups the result of the query by the fieldSignalEventId.
-
-
-
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 SentByUserNameThis is a virtual column. It contains the same value as the column
Nameof the referencedSecurityMember.- 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 SentByUserIdThis is a virtual column. It contains the same value as the column
UserIdof the referencedUser.- 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.
-
-