Class SignalEventQuery.AggregationQuery
- All Implemented Interfaces:
SignalEventQuery.IAggregationQuery
- 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 TypeMethodDescriptionAdds a result columnAvgSentByUserIdto the query, that contains the average of the fieldSentByUserIdof all (grouped) rows.Adds a result columnAvgSentTimestampto the query, that contains the average of the fieldSentTimestampof all (grouped) rows.Adds a result columnCountto the query, that contains the number of (grouped) rows.Adds a result columnMaxSentByProcessElementPidto the query, that contains the maximum value of the fieldSentByProcessElementPidof all (grouped) rows.Adds a result columnMaxSentByUserIdto the query, that contains the maximum value of the fieldSentByUserIdof all (grouped) rows.Adds a result columnMaxSentByUserNameto the query, that contains the maximum value of the fieldSentByUserNameof all (grouped) rows.Adds a result columnMaxSentTimestampto the query, that contains the maximum value of the fieldSentTimestampof all (grouped) rows.Adds a result columnMaxSignalCodeto the query, that contains the maximum value of the fieldSignalCodeof all (grouped) rows.Adds a result columnMaxSignalEventIdto the query, that contains the maximum value of the fieldSignalEventIdof all (grouped) rows.Adds a result columnMinSentByProcessElementPidto the query, that contains the minimum value of the fieldSentByProcessElementPidof all (grouped) rows.Adds a result columnMinSentByUserIdto the query, that contains the minimum value of the fieldSentByUserIdof all (grouped) rows.Adds a result columnMinSentByUserNameto the query, that contains the minimum value of the fieldSentByUserNameof all (grouped) rows.Adds a result columnMinSentTimestampto the query, that contains the minimum value of the fieldSentTimestampof all (grouped) rows.Adds a result columnMinSignalCodeto the query, that contains the minimum value of the fieldSignalCodeof all (grouped) rows.Adds a result columnMinSignalEventIdto the query, that contains the minimum value of the fieldSignalEventIdof all (grouped) rows.Adds a result columnSumSentByUserIdto the query, that contains the sum of the fieldSentByUserIdof all (grouped) rows.
-
Method Details
-
countRows
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
Countto the query, that contains the number of (grouped) rows.SQL part:
COUNT(*) AS Count- Specified by:
countRowsin interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minSignalEventId
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
MinSignalEventIdto the query, that contains the minimum value of the fieldSignalEventIdof all (grouped) rows.SQL part:
MIN(SignalEventId) AS MinSignalEventId- Specified by:
minSignalEventIdin interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxSignalEventId
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
MaxSignalEventIdto the query, that contains the maximum value of the fieldSignalEventIdof all (grouped) rows.SQL part:
MAX(SignalEventId) AS MaxSignalEventId- Specified by:
maxSignalEventIdin interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minSignalCode
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
MinSignalCodeto the query, that contains the minimum value of the fieldSignalCodeof all (grouped) rows.SQL part:
MIN(SignalCode) AS MinSignalCode- Specified by:
minSignalCodein interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxSignalCode
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
MaxSignalCodeto the query, that contains the maximum value of the fieldSignalCodeof all (grouped) rows.SQL part:
MAX(SignalCode) AS MaxSignalCode- Specified by:
maxSignalCodein interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgSentTimestamp
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
AvgSentTimestampto the query, that contains the average of the fieldSentTimestampof all (grouped) rows.SQL part:
AVG(SentTimestamp) AS AvgSentTimestamp- Specified by:
avgSentTimestampin interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minSentTimestamp
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
MinSentTimestampto the query, that contains the minimum value of the fieldSentTimestampof all (grouped) rows.SQL part:
MIN(SentTimestamp) AS MinSentTimestamp- Specified by:
minSentTimestampin interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxSentTimestamp
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
MaxSentTimestampto the query, that contains the maximum value of the fieldSentTimestampof all (grouped) rows.SQL part:
MAX(SentTimestamp) AS MaxSentTimestamp- Specified by:
maxSentTimestampin interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minSentByUserName
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
MinSentByUserNameto the query, that contains the minimum value of the fieldSentByUserNameof all (grouped) rows.SQL part:
MIN(SentByUserName) AS MinSentByUserNameThis is a virtual column. It contains the same value as the column
Nameof the referencedSecurityMember.- Specified by:
minSentByUserNamein interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxSentByUserName
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
MaxSentByUserNameto the query, that contains the maximum value of the fieldSentByUserNameof all (grouped) rows.SQL part:
MAX(SentByUserName) AS MaxSentByUserNameThis is a virtual column. It contains the same value as the column
Nameof the referencedSecurityMember.- Specified by:
maxSentByUserNamein interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sumSentByUserId
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
SumSentByUserIdto the query, that contains the sum of the fieldSentByUserIdof all (grouped) rows.SQL part:
SUM(SentByUserId) AS SumSentByUserIdThis is a virtual column. It contains the same value as the column
UserIdof the referencedUser.- Specified by:
sumSentByUserIdin interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgSentByUserId
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
AvgSentByUserIdto the query, that contains the average of the fieldSentByUserIdof all (grouped) rows.SQL part:
AVG(SentByUserId) AS AvgSentByUserIdThis is a virtual column. It contains the same value as the column
UserIdof the referencedUser.- Specified by:
avgSentByUserIdin interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minSentByUserId
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
MinSentByUserIdto the query, that contains the minimum value of the fieldSentByUserIdof all (grouped) rows.SQL part:
MIN(SentByUserId) AS MinSentByUserIdThis is a virtual column. It contains the same value as the column
UserIdof the referencedUser.- Specified by:
minSentByUserIdin interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxSentByUserId
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
MaxSentByUserIdto the query, that contains the maximum value of the fieldSentByUserIdof all (grouped) rows.SQL part:
MAX(SentByUserId) AS MaxSentByUserIdThis is a virtual column. It contains the same value as the column
UserIdof the referencedUser.- Specified by:
maxSentByUserIdin interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minSentByProcessElementPid
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
MinSentByProcessElementPidto the query, that contains the minimum value of the fieldSentByProcessElementPidof all (grouped) rows.SQL part:
MIN(SentByProcessElementPid) AS MinSentByProcessElementPid- Specified by:
minSentByProcessElementPidin interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxSentByProcessElementPid
Description copied from interface:SignalEventQuery.IAggregationQueryAdds a result column
MaxSentByProcessElementPidto the query, that contains the maximum value of the fieldSentByProcessElementPidof all (grouped) rows.SQL part:
MAX(SentByProcessElementPid) AS MaxSentByProcessElementPid- Specified by:
maxSentByProcessElementPidin interfaceSignalEventQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in Java.
-