Class SignalEventQuery.GroupByQuery
- All Implemented Interfaces:
SignalEventQuery.IGroupByQueryColumns
- Enclosing class:
SignalEventQuery
- API:
- This is a public API.
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.ivyteam.ivy.workflow.query.SignalEventQuery
SignalEventQuery.AggregationQuery, SignalEventQuery.FilterLink, SignalEventQuery.FilterQuery, SignalEventQuery.GroupByQuery, SignalEventQuery.IAggregationQuery, SignalEventQuery.IBoolFilterQuery, SignalEventQuery.IColumnFilterQuery, SignalEventQuery.IDateColumnFilterQuery, SignalEventQuery.IFilterableColumns, SignalEventQuery.IFilterLink, SignalEventQuery.IFilterQuery, SignalEventQuery.IGroupByQueryColumns, SignalEventQuery.IIntegerColumnFilterQuery, SignalEventQuery.INumberColumnFilterQuery, SignalEventQuery.IOrderByQueryColumns, SignalEventQuery.IPatternColumnFilterQuery, SignalEventQuery.IStringColumnFilterQuery, SignalEventQuery.OrderByColumnQuery, SignalEventQuery.OrderByQuery -
Method Summary
Modifier and TypeMethodDescriptionGroups the result of the query by the fieldApplicationId.Groups the result of the query by the fieldSecuritySystemId.sentById()Groups the result of the query by the fieldSentById.Groups the result of the query by the fieldSentByProcessElementPid.Groups the result of the query by the fieldSentByTaskId.Groups the result of the query by the fieldSentByUserId.Groups the result of the query by the fieldSentByUserName.Groups the result of the query by the fieldSentTimestamp.Groups the result of the query by the fieldSignalCode.Groups the result of the query by the fieldSignalEventId.
-
Method Details
-
signalEventId
Description copied from interface:SignalEventQuery.IGroupByQueryColumnsGroups the result of the query by the field
SignalEventId.SQL part:
GROUP BY SignalEventId- Specified by:
signalEventIdin interfaceSignalEventQuery.IGroupByQueryColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
securitySystemId
Description copied from interface:SignalEventQuery.IGroupByQueryColumnsGroups the result of the query by the field
SecuritySystemId.SQL part:
GROUP BY SecuritySystemId- Specified by:
securitySystemIdin interfaceSignalEventQuery.IGroupByQueryColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
applicationId
Description copied from interface:SignalEventQuery.IGroupByQueryColumnsGroups the result of the query by the field
ApplicationId.SQL part:
GROUP BY ApplicationId- Specified by:
applicationIdin interfaceSignalEventQuery.IGroupByQueryColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
signalCode
Description copied from interface:SignalEventQuery.IGroupByQueryColumnsGroups the result of the query by the field
SignalCode.SQL part:
GROUP BY SignalCode- Specified by:
signalCodein interfaceSignalEventQuery.IGroupByQueryColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sentTimestamp
Description copied from interface:SignalEventQuery.IGroupByQueryColumnsGroups the result of the query by the field
SentTimestamp.SQL part:
GROUP BY SentTimestamp- Specified by:
sentTimestampin interfaceSignalEventQuery.IGroupByQueryColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sentById
Description copied from interface:SignalEventQuery.IGroupByQueryColumnsGroups the result of the query by the field
SentById.SQL part:
GROUP BY SentById- Specified by:
sentByIdin interfaceSignalEventQuery.IGroupByQueryColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sentByUserName
Description copied from interface:SignalEventQuery.IGroupByQueryColumnsGroups 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.- Specified by:
sentByUserNamein interfaceSignalEventQuery.IGroupByQueryColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sentByUserId
Description copied from interface:SignalEventQuery.IGroupByQueryColumnsGroups 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.- Specified by:
sentByUserIdin interfaceSignalEventQuery.IGroupByQueryColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sentByTaskId
Description copied from interface:SignalEventQuery.IGroupByQueryColumnsGroups the result of the query by the field
SentByTaskId.SQL part:
GROUP BY SentByTaskId- Specified by:
sentByTaskIdin interfaceSignalEventQuery.IGroupByQueryColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sentByProcessElementPid
Description copied from interface:SignalEventQuery.IGroupByQueryColumnsGroups the result of the query by the field
SentByProcessElementPid.SQL part:
GROUP BY SentByProcessElementPid- Specified by:
sentByProcessElementPidin interfaceSignalEventQuery.IGroupByQueryColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-