Interface TaskQuery.IAggregationQuery
-
- All Known Implementing Classes:
TaskQuery.AggregationQuery
- Enclosing class:
- TaskQuery
public static interface TaskQuery.IAggregationQueryProvides methods to perform aggregations on the query. For each aggregation a column is added to the result set.Example:
Corresponds to SQL:TaskQuery.create().aggregate().sumWorkingTime().avgWorkingTime();
SELECT SUM(WorkingTime) AS SumWorkingTime, AVG(WorkingTime) AS AvgWorkingTime FROM IWA_Task
- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskQuery.AggregationQueryavgBusinessRuntime()Adds a result columnAvgBusinessRuntimeto the query, that contains the average of the fieldBusinessRuntimeof all (grouped) rows.TaskQuery.AggregationQueryavgDelayTimestamp()Adds a result columnAvgDelayTimestampto the query, that contains the average of the fieldDelayTimestampof all (grouped) rows.TaskQuery.AggregationQueryavgEndTimestamp()Adds a result columnAvgEndTimestampto the query, that contains the average of the fieldEndTimestampof all (grouped) rows.TaskQuery.AggregationQueryavgExpiryTimestamp()Adds a result columnAvgExpiryTimestampto the query, that contains the average of the fieldExpiryTimestampof all (grouped) rows.TaskQuery.AggregationQueryavgFailedTimeoutTimestamp()Adds a result columnAvgFailedTimeoutTimestampto the query, that contains the average of the fieldFailedTimeoutTimestampof all (grouped) rows.TaskQuery.AggregationQueryavgNumberOfFailures()Adds a result columnAvgNumberOfFailuresto the query, that contains the average of the fieldNumberOfFailuresof all (grouped) rows.TaskQuery.AggregationQueryavgNumberOfResumes()Adds a result columnAvgNumberOfResumesto the query, that contains the average of the fieldNumberOfResumesof all (grouped) rows.TaskQuery.AggregationQueryavgStartTimestamp()Adds a result columnAvgStartTimestampto the query, that contains the average of the fieldStartTimestampof all (grouped) rows.TaskQuery.AggregationQueryavgWorkerSessionId()Adds a result columnAvgWorkerSessionIdto the query, that contains the average of the fieldWorkerSessionIdof all (grouped) rows.TaskQuery.AggregationQueryavgWorkingTime()Adds a result columnAvgWorkingTimeto the query, that contains the average of the fieldWorkingTimeof all (grouped) rows.TaskQuery.AggregationQuerycountRows()Adds a result columnCountto the query, that contains the number of (grouped) rows.TaskQuery.ICustomFieldAggregationQuerycustomField()Adds a result custom field to the query.TaskQuery.AggregationQuerymaxActivatorDisplayName()Adds a result columnMaxActivatorDisplayNameto the query, that contains the maximum value of the fieldActivatorDisplayNameof all (grouped) rows.TaskQuery.AggregationQuerymaxActivatorName()Adds a result columnMaxActivatorNameto the query, that contains the maximum value of the fieldActivatorNameof all (grouped) rows.TaskQuery.AggregationQuerymaxBusinessCalendar()Adds a result columnMaxBusinessCalendarto the query, that contains the maximum value of the fieldBusinessCalendarof all (grouped) rows.TaskQuery.AggregationQuerymaxBusinessRuntime()Adds a result columnMaxBusinessRuntimeto the query, that contains the maximum value of the fieldBusinessRuntimeof all (grouped) rows.TaskQuery.AggregationQuerymaxCategory()Adds a result columnMaxCategoryto the query, that contains the maximum value of the fieldCategoryof all (grouped) rows.TaskQuery.AggregationQuerymaxDelayTimestamp()Adds a result columnMaxDelayTimestampto the query, that contains the maximum value of the fieldDelayTimestampof all (grouped) rows.TaskQuery.AggregationQuerymaxDisplayNameTemplate()Adds a result columnMaxDisplayNameTemplateto the query, that contains the maximum value of the fieldDisplayNameTemplateof all (grouped) rows.TaskQuery.AggregationQuerymaxEndTimestamp()Adds a result columnMaxEndTimestampto the query, that contains the maximum value of the fieldEndTimestampof all (grouped) rows.TaskQuery.AggregationQuerymaxExpiryActivatorDisplayName()Adds a result columnMaxExpiryActivatorDisplayNameto the query, that contains the maximum value of the fieldExpiryActivatorDisplayNameof all (grouped) rows.TaskQuery.AggregationQuerymaxExpiryActivatorName()Adds a result columnMaxExpiryActivatorNameto the query, that contains the maximum value of the fieldExpiryActivatorNameof all (grouped) rows.TaskQuery.AggregationQuerymaxExpiryTaskStartElementPid()Adds a result columnMaxExpiryTaskStartElementPidto the query, that contains the maximum value of the fieldExpiryTaskStartElementPidof all (grouped) rows.TaskQuery.AggregationQuerymaxExpiryTimestamp()Adds a result columnMaxExpiryTimestampto the query, that contains the maximum value of the fieldExpiryTimestampof all (grouped) rows.TaskQuery.AggregationQuerymaxFailedTimeoutTimestamp()Adds a result columnMaxFailedTimeoutTimestampto the query, that contains the maximum value of the fieldFailedTimeoutTimestampof all (grouped) rows.TaskQuery.AggregationQuerymaxName()Adds a result columnMaxNameto the query, that contains the maximum value of the fieldNameof all (grouped) rows.TaskQuery.AggregationQuerymaxNumberOfFailures()Adds a result columnMaxNumberOfFailuresto the query, that contains the maximum value of the fieldNumberOfFailuresof all (grouped) rows.TaskQuery.AggregationQuerymaxNumberOfResumes()Adds a result columnMaxNumberOfResumesto the query, that contains the maximum value of the fieldNumberOfResumesof all (grouped) rows.TaskQuery.AggregationQuerymaxOriginalActivatorDisplayName()Adds a result columnMaxOriginalActivatorDisplayNameto the query, that contains the maximum value of the fieldOriginalActivatorDisplayNameof all (grouped) rows.TaskQuery.AggregationQuerymaxOriginalActivatorName()Adds a result columnMaxOriginalActivatorNameto the query, that contains the maximum value of the fieldOriginalActivatorNameof all (grouped) rows.TaskQuery.AggregationQuerymaxRequestPath()Adds a result columnMaxRequestPathto the query, that contains the maximum value of the fieldRequestPathof all (grouped) rows.TaskQuery.AggregationQuerymaxStartTimestamp()Adds a result columnMaxStartTimestampto the query, that contains the maximum value of the fieldStartTimestampof all (grouped) rows.TaskQuery.AggregationQuerymaxTaskId()Adds a result columnMaxTaskIdto the query, that contains the maximum value of the fieldTaskIdof all (grouped) rows.TaskQuery.AggregationQuerymaxWorkerSessionId()Adds a result columnMaxWorkerSessionIdto the query, that contains the maximum value of the fieldWorkerSessionIdof all (grouped) rows.TaskQuery.AggregationQuerymaxWorkerUserDisplayName()Adds a result columnMaxWorkerUserDisplayNameto the query, that contains the maximum value of the fieldWorkerUserDisplayNameof all (grouped) rows.TaskQuery.AggregationQuerymaxWorkerUserName()Adds a result columnMaxWorkerUserNameto the query, that contains the maximum value of the fieldWorkerUserNameof all (grouped) rows.TaskQuery.AggregationQuerymaxWorkingTime()Adds a result columnMaxWorkingTimeto the query, that contains the maximum value of the fieldWorkingTimeof all (grouped) rows.TaskQuery.AggregationQueryminActivatorDisplayName()Adds a result columnMinActivatorDisplayNameto the query, that contains the minimum value of the fieldActivatorDisplayNameof all (grouped) rows.TaskQuery.AggregationQueryminActivatorName()Adds a result columnMinActivatorNameto the query, that contains the minimum value of the fieldActivatorNameof all (grouped) rows.TaskQuery.AggregationQueryminBusinessCalendar()Adds a result columnMinBusinessCalendarto the query, that contains the minimum value of the fieldBusinessCalendarof all (grouped) rows.TaskQuery.AggregationQueryminBusinessRuntime()Adds a result columnMinBusinessRuntimeto the query, that contains the minimum value of the fieldBusinessRuntimeof all (grouped) rows.TaskQuery.AggregationQueryminCategory()Adds a result columnMinCategoryto the query, that contains the minimum value of the fieldCategoryof all (grouped) rows.TaskQuery.AggregationQueryminDelayTimestamp()Adds a result columnMinDelayTimestampto the query, that contains the minimum value of the fieldDelayTimestampof all (grouped) rows.TaskQuery.AggregationQueryminDisplayNameTemplate()Adds a result columnMinDisplayNameTemplateto the query, that contains the minimum value of the fieldDisplayNameTemplateof all (grouped) rows.TaskQuery.AggregationQueryminEndTimestamp()Adds a result columnMinEndTimestampto the query, that contains the minimum value of the fieldEndTimestampof all (grouped) rows.TaskQuery.AggregationQueryminExpiryActivatorDisplayName()Adds a result columnMinExpiryActivatorDisplayNameto the query, that contains the minimum value of the fieldExpiryActivatorDisplayNameof all (grouped) rows.TaskQuery.AggregationQueryminExpiryActivatorName()Adds a result columnMinExpiryActivatorNameto the query, that contains the minimum value of the fieldExpiryActivatorNameof all (grouped) rows.TaskQuery.AggregationQueryminExpiryTaskStartElementPid()Adds a result columnMinExpiryTaskStartElementPidto the query, that contains the minimum value of the fieldExpiryTaskStartElementPidof all (grouped) rows.TaskQuery.AggregationQueryminExpiryTimestamp()Adds a result columnMinExpiryTimestampto the query, that contains the minimum value of the fieldExpiryTimestampof all (grouped) rows.TaskQuery.AggregationQueryminFailedTimeoutTimestamp()Adds a result columnMinFailedTimeoutTimestampto the query, that contains the minimum value of the fieldFailedTimeoutTimestampof all (grouped) rows.TaskQuery.AggregationQueryminName()Adds a result columnMinNameto the query, that contains the minimum value of the fieldNameof all (grouped) rows.TaskQuery.AggregationQueryminNumberOfFailures()Adds a result columnMinNumberOfFailuresto the query, that contains the minimum value of the fieldNumberOfFailuresof all (grouped) rows.TaskQuery.AggregationQueryminNumberOfResumes()Adds a result columnMinNumberOfResumesto the query, that contains the minimum value of the fieldNumberOfResumesof all (grouped) rows.TaskQuery.AggregationQueryminOriginalActivatorDisplayName()Adds a result columnMinOriginalActivatorDisplayNameto the query, that contains the minimum value of the fieldOriginalActivatorDisplayNameof all (grouped) rows.TaskQuery.AggregationQueryminOriginalActivatorName()Adds a result columnMinOriginalActivatorNameto the query, that contains the minimum value of the fieldOriginalActivatorNameof all (grouped) rows.TaskQuery.AggregationQueryminRequestPath()Adds a result columnMinRequestPathto the query, that contains the minimum value of the fieldRequestPathof all (grouped) rows.TaskQuery.AggregationQueryminStartTimestamp()Adds a result columnMinStartTimestampto the query, that contains the minimum value of the fieldStartTimestampof all (grouped) rows.TaskQuery.AggregationQueryminTaskId()Adds a result columnMinTaskIdto the query, that contains the minimum value of the fieldTaskIdof all (grouped) rows.TaskQuery.AggregationQueryminWorkerSessionId()Adds a result columnMinWorkerSessionIdto the query, that contains the minimum value of the fieldWorkerSessionIdof all (grouped) rows.TaskQuery.AggregationQueryminWorkerUserDisplayName()Adds a result columnMinWorkerUserDisplayNameto the query, that contains the minimum value of the fieldWorkerUserDisplayNameof all (grouped) rows.TaskQuery.AggregationQueryminWorkerUserName()Adds a result columnMinWorkerUserNameto the query, that contains the minimum value of the fieldWorkerUserNameof all (grouped) rows.TaskQuery.AggregationQueryminWorkingTime()Adds a result columnMinWorkingTimeto the query, that contains the minimum value of the fieldWorkingTimeof all (grouped) rows.TaskQuery.AggregationQuerysumBusinessRuntime()Adds a result columnSumBusinessRuntimeto the query, that contains the sum of the fieldBusinessRuntimeof all (grouped) rows.TaskQuery.AggregationQuerysumNumberOfFailures()Adds a result columnSumNumberOfFailuresto the query, that contains the sum of the fieldNumberOfFailuresof all (grouped) rows.TaskQuery.AggregationQuerysumNumberOfResumes()Adds a result columnSumNumberOfResumesto the query, that contains the sum of the fieldNumberOfResumesof all (grouped) rows.TaskQuery.AggregationQuerysumWorkerSessionId()Adds a result columnSumWorkerSessionIdto the query, that contains the sum of the fieldWorkerSessionIdof all (grouped) rows.TaskQuery.AggregationQuerysumWorkingTime()Adds a result columnSumWorkingTimeto the query, that contains the sum of the fieldWorkingTimeof all (grouped) rows.
-
-
-
Method Detail
-
countRows
TaskQuery.AggregationQuery countRows()
Adds a result column
Countto the query, that contains the number of (grouped) rows.SQL part:
COUNT(*) AS Count- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minTaskId
TaskQuery.AggregationQuery minTaskId()
Adds a result column
MinTaskIdto the query, that contains the minimum value of the fieldTaskIdof all (grouped) rows.SQL part:
MIN(TaskId) AS MinTaskId- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxTaskId
TaskQuery.AggregationQuery maxTaskId()
Adds a result column
MaxTaskIdto the query, that contains the maximum value of the fieldTaskIdof all (grouped) rows.SQL part:
MAX(TaskId) AS MaxTaskId- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minWorkerUserName
TaskQuery.AggregationQuery minWorkerUserName()
Adds a result column
MinWorkerUserNameto the query, that contains the minimum value of the fieldWorkerUserNameof all (grouped) rows.SQL part:
MIN(WorkerUserName) AS MinWorkerUserNameThis is a virtual column. It contains the same value as the column
Nameof the referencedWorker.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxWorkerUserName
TaskQuery.AggregationQuery maxWorkerUserName()
Adds a result column
MaxWorkerUserNameto the query, that contains the maximum value of the fieldWorkerUserNameof all (grouped) rows.SQL part:
MAX(WorkerUserName) AS MaxWorkerUserNameThis is a virtual column. It contains the same value as the column
Nameof the referencedWorker.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minWorkerUserDisplayName
TaskQuery.AggregationQuery minWorkerUserDisplayName()
Adds a result column
MinWorkerUserDisplayNameto the query, that contains the minimum value of the fieldWorkerUserDisplayNameof all (grouped) rows.SQL part:
MIN(WorkerUserDisplayName) AS MinWorkerUserDisplayNameThis is a virtual column. It contains the same value as the column
DisplayNameof the referencedWorker.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxWorkerUserDisplayName
TaskQuery.AggregationQuery maxWorkerUserDisplayName()
Adds a result column
MaxWorkerUserDisplayNameto the query, that contains the maximum value of the fieldWorkerUserDisplayNameof all (grouped) rows.SQL part:
MAX(WorkerUserDisplayName) AS MaxWorkerUserDisplayNameThis is a virtual column. It contains the same value as the column
DisplayNameof the referencedWorker.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sumWorkerSessionId
TaskQuery.AggregationQuery sumWorkerSessionId()
Adds a result column
SumWorkerSessionIdto the query, that contains the sum of the fieldWorkerSessionIdof all (grouped) rows.SQL part:
SUM(WorkerSessionId) AS SumWorkerSessionId- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgWorkerSessionId
TaskQuery.AggregationQuery avgWorkerSessionId()
Adds a result column
AvgWorkerSessionIdto the query, that contains the average of the fieldWorkerSessionIdof all (grouped) rows.SQL part:
AVG(WorkerSessionId) AS AvgWorkerSessionId- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minWorkerSessionId
TaskQuery.AggregationQuery minWorkerSessionId()
Adds a result column
MinWorkerSessionIdto the query, that contains the minimum value of the fieldWorkerSessionIdof all (grouped) rows.SQL part:
MIN(WorkerSessionId) AS MinWorkerSessionId- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxWorkerSessionId
TaskQuery.AggregationQuery maxWorkerSessionId()
Adds a result column
MaxWorkerSessionIdto the query, that contains the maximum value of the fieldWorkerSessionIdof all (grouped) rows.SQL part:
MAX(WorkerSessionId) AS MaxWorkerSessionId- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minOriginalActivatorName
TaskQuery.AggregationQuery minOriginalActivatorName()
Adds a result column
MinOriginalActivatorNameto the query, that contains the minimum value of the fieldOriginalActivatorNameof all (grouped) rows.SQL part:
MIN(OriginalActivatorName) AS MinOriginalActivatorNameThis is a virtual column. It contains the same value as the column
MemberNameof the referencedOriginalActivator.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxOriginalActivatorName
TaskQuery.AggregationQuery maxOriginalActivatorName()
Adds a result column
MaxOriginalActivatorNameto the query, that contains the maximum value of the fieldOriginalActivatorNameof all (grouped) rows.SQL part:
MAX(OriginalActivatorName) AS MaxOriginalActivatorNameThis is a virtual column. It contains the same value as the column
MemberNameof the referencedOriginalActivator.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minOriginalActivatorDisplayName
TaskQuery.AggregationQuery minOriginalActivatorDisplayName()
Adds a result column
MinOriginalActivatorDisplayNameto the query, that contains the minimum value of the fieldOriginalActivatorDisplayNameof all (grouped) rows.SQL part:
MIN(OriginalActivatorDisplayName) AS MinOriginalActivatorDisplayNameThis is a virtual column. It contains the same value as the column
DisplayNameof the referencedOriginalActivator.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxOriginalActivatorDisplayName
TaskQuery.AggregationQuery maxOriginalActivatorDisplayName()
Adds a result column
MaxOriginalActivatorDisplayNameto the query, that contains the maximum value of the fieldOriginalActivatorDisplayNameof all (grouped) rows.SQL part:
MAX(OriginalActivatorDisplayName) AS MaxOriginalActivatorDisplayNameThis is a virtual column. It contains the same value as the column
DisplayNameof the referencedOriginalActivator.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minExpiryActivatorName
TaskQuery.AggregationQuery minExpiryActivatorName()
Adds a result column
MinExpiryActivatorNameto the query, that contains the minimum value of the fieldExpiryActivatorNameof all (grouped) rows.SQL part:
MIN(ExpiryActivatorName) AS MinExpiryActivatorNameThis is a virtual column. It contains the same value as the column
MemberNameof the referencedExpiryActivator.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxExpiryActivatorName
TaskQuery.AggregationQuery maxExpiryActivatorName()
Adds a result column
MaxExpiryActivatorNameto the query, that contains the maximum value of the fieldExpiryActivatorNameof all (grouped) rows.SQL part:
MAX(ExpiryActivatorName) AS MaxExpiryActivatorNameThis is a virtual column. It contains the same value as the column
MemberNameof the referencedExpiryActivator.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minExpiryActivatorDisplayName
TaskQuery.AggregationQuery minExpiryActivatorDisplayName()
Adds a result column
MinExpiryActivatorDisplayNameto the query, that contains the minimum value of the fieldExpiryActivatorDisplayNameof all (grouped) rows.SQL part:
MIN(ExpiryActivatorDisplayName) AS MinExpiryActivatorDisplayNameThis is a virtual column. It contains the same value as the column
DisplayNameof the referencedExpiryActivator.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxExpiryActivatorDisplayName
TaskQuery.AggregationQuery maxExpiryActivatorDisplayName()
Adds a result column
MaxExpiryActivatorDisplayNameto the query, that contains the maximum value of the fieldExpiryActivatorDisplayNameof all (grouped) rows.SQL part:
MAX(ExpiryActivatorDisplayName) AS MaxExpiryActivatorDisplayNameThis is a virtual column. It contains the same value as the column
DisplayNameof the referencedExpiryActivator.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgExpiryTimestamp
TaskQuery.AggregationQuery avgExpiryTimestamp()
Adds a result column
AvgExpiryTimestampto the query, that contains the average of the fieldExpiryTimestampof all (grouped) rows.SQL part:
AVG(ExpiryTimestamp) AS AvgExpiryTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minExpiryTimestamp
TaskQuery.AggregationQuery minExpiryTimestamp()
Adds a result column
MinExpiryTimestampto the query, that contains the minimum value of the fieldExpiryTimestampof all (grouped) rows.SQL part:
MIN(ExpiryTimestamp) AS MinExpiryTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxExpiryTimestamp
TaskQuery.AggregationQuery maxExpiryTimestamp()
Adds a result column
MaxExpiryTimestampto the query, that contains the maximum value of the fieldExpiryTimestampof all (grouped) rows.SQL part:
MAX(ExpiryTimestamp) AS MaxExpiryTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minExpiryTaskStartElementPid
TaskQuery.AggregationQuery minExpiryTaskStartElementPid()
Adds a result column
MinExpiryTaskStartElementPidto the query, that contains the minimum value of the fieldExpiryTaskStartElementPidof all (grouped) rows.SQL part:
MIN(ExpiryTaskStartElementPid) AS MinExpiryTaskStartElementPid- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxExpiryTaskStartElementPid
TaskQuery.AggregationQuery maxExpiryTaskStartElementPid()
Adds a result column
MaxExpiryTaskStartElementPidto the query, that contains the maximum value of the fieldExpiryTaskStartElementPidof all (grouped) rows.SQL part:
MAX(ExpiryTaskStartElementPid) AS MaxExpiryTaskStartElementPid- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgDelayTimestamp
TaskQuery.AggregationQuery avgDelayTimestamp()
Adds a result column
AvgDelayTimestampto the query, that contains the average of the fieldDelayTimestampof all (grouped) rows.SQL part:
AVG(DelayTimestamp) AS AvgDelayTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minDelayTimestamp
TaskQuery.AggregationQuery minDelayTimestamp()
Adds a result column
MinDelayTimestampto the query, that contains the minimum value of the fieldDelayTimestampof all (grouped) rows.SQL part:
MIN(DelayTimestamp) AS MinDelayTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxDelayTimestamp
TaskQuery.AggregationQuery maxDelayTimestamp()
Adds a result column
MaxDelayTimestampto the query, that contains the maximum value of the fieldDelayTimestampof all (grouped) rows.SQL part:
MAX(DelayTimestamp) AS MaxDelayTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minRequestPath
TaskQuery.AggregationQuery minRequestPath()
Adds a result column
MinRequestPathto the query, that contains the minimum value of the fieldRequestPathof all (grouped) rows.SQL part:
MIN(RequestPath) AS MinRequestPath- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxRequestPath
TaskQuery.AggregationQuery maxRequestPath()
Adds a result column
MaxRequestPathto the query, that contains the maximum value of the fieldRequestPathof all (grouped) rows.SQL part:
MAX(RequestPath) AS MaxRequestPath- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minDisplayNameTemplate
TaskQuery.AggregationQuery minDisplayNameTemplate()
Adds a result column
MinDisplayNameTemplateto the query, that contains the minimum value of the fieldDisplayNameTemplateof all (grouped) rows.SQL part:
MIN(DisplayNameTemplate) AS MinDisplayNameTemplate- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxDisplayNameTemplate
TaskQuery.AggregationQuery maxDisplayNameTemplate()
Adds a result column
MaxDisplayNameTemplateto the query, that contains the maximum value of the fieldDisplayNameTemplateof all (grouped) rows.SQL part:
MAX(DisplayNameTemplate) AS MaxDisplayNameTemplate- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minName
TaskQuery.AggregationQuery minName()
Adds a result column
MinNameto the query, that contains the minimum value of the fieldNameof all (grouped) rows.SQL part:
MIN(Name) AS MinName- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxName
TaskQuery.AggregationQuery maxName()
Adds a result column
MaxNameto the query, that contains the maximum value of the fieldNameof all (grouped) rows.SQL part:
MAX(Name) AS MaxName- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgStartTimestamp
TaskQuery.AggregationQuery avgStartTimestamp()
Adds a result column
AvgStartTimestampto the query, that contains the average of the fieldStartTimestampof all (grouped) rows.SQL part:
AVG(StartTimestamp) AS AvgStartTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minStartTimestamp
TaskQuery.AggregationQuery minStartTimestamp()
Adds a result column
MinStartTimestampto the query, that contains the minimum value of the fieldStartTimestampof all (grouped) rows.SQL part:
MIN(StartTimestamp) AS MinStartTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxStartTimestamp
TaskQuery.AggregationQuery maxStartTimestamp()
Adds a result column
MaxStartTimestampto the query, that contains the maximum value of the fieldStartTimestampof all (grouped) rows.SQL part:
MAX(StartTimestamp) AS MaxStartTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgEndTimestamp
TaskQuery.AggregationQuery avgEndTimestamp()
Adds a result column
AvgEndTimestampto the query, that contains the average of the fieldEndTimestampof all (grouped) rows.SQL part:
AVG(EndTimestamp) AS AvgEndTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minEndTimestamp
TaskQuery.AggregationQuery minEndTimestamp()
Adds a result column
MinEndTimestampto the query, that contains the minimum value of the fieldEndTimestampof all (grouped) rows.SQL part:
MIN(EndTimestamp) AS MinEndTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxEndTimestamp
TaskQuery.AggregationQuery maxEndTimestamp()
Adds a result column
MaxEndTimestampto the query, that contains the maximum value of the fieldEndTimestampof all (grouped) rows.SQL part:
MAX(EndTimestamp) AS MaxEndTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minBusinessCalendar
TaskQuery.AggregationQuery minBusinessCalendar()
Adds a result column
MinBusinessCalendarto the query, that contains the minimum value of the fieldBusinessCalendarof all (grouped) rows.SQL part:
MIN(BusinessCalendar) AS MinBusinessCalendar- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxBusinessCalendar
TaskQuery.AggregationQuery maxBusinessCalendar()
Adds a result column
MaxBusinessCalendarto the query, that contains the maximum value of the fieldBusinessCalendarof all (grouped) rows.SQL part:
MAX(BusinessCalendar) AS MaxBusinessCalendar- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sumWorkingTime
TaskQuery.AggregationQuery sumWorkingTime()
Adds a result column
SumWorkingTimeto the query, that contains the sum of the fieldWorkingTimeof all (grouped) rows.SQL part:
SUM(WorkingTime) AS SumWorkingTime- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgWorkingTime
TaskQuery.AggregationQuery avgWorkingTime()
Adds a result column
AvgWorkingTimeto the query, that contains the average of the fieldWorkingTimeof all (grouped) rows.SQL part:
AVG(WorkingTime) AS AvgWorkingTime- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minWorkingTime
TaskQuery.AggregationQuery minWorkingTime()
Adds a result column
MinWorkingTimeto the query, that contains the minimum value of the fieldWorkingTimeof all (grouped) rows.SQL part:
MIN(WorkingTime) AS MinWorkingTime- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxWorkingTime
TaskQuery.AggregationQuery maxWorkingTime()
Adds a result column
MaxWorkingTimeto the query, that contains the maximum value of the fieldWorkingTimeof all (grouped) rows.SQL part:
MAX(WorkingTime) AS MaxWorkingTime- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sumBusinessRuntime
TaskQuery.AggregationQuery sumBusinessRuntime()
Adds a result column
SumBusinessRuntimeto the query, that contains the sum of the fieldBusinessRuntimeof all (grouped) rows.SQL part:
SUM(BusinessRuntime) AS SumBusinessRuntime- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgBusinessRuntime
TaskQuery.AggregationQuery avgBusinessRuntime()
Adds a result column
AvgBusinessRuntimeto the query, that contains the average of the fieldBusinessRuntimeof all (grouped) rows.SQL part:
AVG(BusinessRuntime) AS AvgBusinessRuntime- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minBusinessRuntime
TaskQuery.AggregationQuery minBusinessRuntime()
Adds a result column
MinBusinessRuntimeto the query, that contains the minimum value of the fieldBusinessRuntimeof all (grouped) rows.SQL part:
MIN(BusinessRuntime) AS MinBusinessRuntime- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxBusinessRuntime
TaskQuery.AggregationQuery maxBusinessRuntime()
Adds a result column
MaxBusinessRuntimeto the query, that contains the maximum value of the fieldBusinessRuntimeof all (grouped) rows.SQL part:
MAX(BusinessRuntime) AS MaxBusinessRuntime- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgFailedTimeoutTimestamp
TaskQuery.AggregationQuery avgFailedTimeoutTimestamp()
Adds a result column
AvgFailedTimeoutTimestampto the query, that contains the average of the fieldFailedTimeoutTimestampof all (grouped) rows.SQL part:
AVG(FailedTimeoutTimestamp) AS AvgFailedTimeoutTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minFailedTimeoutTimestamp
TaskQuery.AggregationQuery minFailedTimeoutTimestamp()
Adds a result column
MinFailedTimeoutTimestampto the query, that contains the minimum value of the fieldFailedTimeoutTimestampof all (grouped) rows.SQL part:
MIN(FailedTimeoutTimestamp) AS MinFailedTimeoutTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxFailedTimeoutTimestamp
TaskQuery.AggregationQuery maxFailedTimeoutTimestamp()
Adds a result column
MaxFailedTimeoutTimestampto the query, that contains the maximum value of the fieldFailedTimeoutTimestampof all (grouped) rows.SQL part:
MAX(FailedTimeoutTimestamp) AS MaxFailedTimeoutTimestamp- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sumNumberOfFailures
TaskQuery.AggregationQuery sumNumberOfFailures()
Adds a result column
SumNumberOfFailuresto the query, that contains the sum of the fieldNumberOfFailuresof all (grouped) rows.SQL part:
SUM(NumberOfFailures) AS SumNumberOfFailures- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgNumberOfFailures
TaskQuery.AggregationQuery avgNumberOfFailures()
Adds a result column
AvgNumberOfFailuresto the query, that contains the average of the fieldNumberOfFailuresof all (grouped) rows.SQL part:
AVG(NumberOfFailures) AS AvgNumberOfFailures- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minNumberOfFailures
TaskQuery.AggregationQuery minNumberOfFailures()
Adds a result column
MinNumberOfFailuresto the query, that contains the minimum value of the fieldNumberOfFailuresof all (grouped) rows.SQL part:
MIN(NumberOfFailures) AS MinNumberOfFailures- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxNumberOfFailures
TaskQuery.AggregationQuery maxNumberOfFailures()
Adds a result column
MaxNumberOfFailuresto the query, that contains the maximum value of the fieldNumberOfFailuresof all (grouped) rows.SQL part:
MAX(NumberOfFailures) AS MaxNumberOfFailures- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sumNumberOfResumes
TaskQuery.AggregationQuery sumNumberOfResumes()
Adds a result column
SumNumberOfResumesto the query, that contains the sum of the fieldNumberOfResumesof all (grouped) rows.SQL part:
SUM(NumberOfResumes) AS SumNumberOfResumes- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgNumberOfResumes
TaskQuery.AggregationQuery avgNumberOfResumes()
Adds a result column
AvgNumberOfResumesto the query, that contains the average of the fieldNumberOfResumesof all (grouped) rows.SQL part:
AVG(NumberOfResumes) AS AvgNumberOfResumes- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minNumberOfResumes
TaskQuery.AggregationQuery minNumberOfResumes()
Adds a result column
MinNumberOfResumesto the query, that contains the minimum value of the fieldNumberOfResumesof all (grouped) rows.SQL part:
MIN(NumberOfResumes) AS MinNumberOfResumes- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxNumberOfResumes
TaskQuery.AggregationQuery maxNumberOfResumes()
Adds a result column
MaxNumberOfResumesto the query, that contains the maximum value of the fieldNumberOfResumesof all (grouped) rows.SQL part:
MAX(NumberOfResumes) AS MaxNumberOfResumes- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minCategory
TaskQuery.AggregationQuery minCategory()
Adds a result column
MinCategoryto the query, that contains the minimum value of the fieldCategoryof all (grouped) rows.SQL part:
MIN(Category) AS MinCategory- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxCategory
TaskQuery.AggregationQuery maxCategory()
Adds a result column
MaxCategoryto the query, that contains the maximum value of the fieldCategoryof all (grouped) rows.SQL part:
MAX(Category) AS MaxCategory- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minActivatorName
TaskQuery.AggregationQuery minActivatorName()
Adds a result column
MinActivatorNameto the query, that contains the minimum value of the fieldActivatorNameof all (grouped) rows.SQL part:
MIN(ActivatorName) AS MinActivatorNameThis is a virtual column. It contains the same value as the column
MemberNameof the referencedActivator.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxActivatorName
TaskQuery.AggregationQuery maxActivatorName()
Adds a result column
MaxActivatorNameto the query, that contains the maximum value of the fieldActivatorNameof all (grouped) rows.SQL part:
MAX(ActivatorName) AS MaxActivatorNameThis is a virtual column. It contains the same value as the column
MemberNameof the referencedActivator.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minActivatorDisplayName
TaskQuery.AggregationQuery minActivatorDisplayName()
Adds a result column
MinActivatorDisplayNameto the query, that contains the minimum value of the fieldActivatorDisplayNameof all (grouped) rows.SQL part:
MIN(ActivatorDisplayName) AS MinActivatorDisplayNameThis is a virtual column. It contains the same value as the column
DisplayNameof the referencedActivator.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxActivatorDisplayName
TaskQuery.AggregationQuery maxActivatorDisplayName()
Adds a result column
MaxActivatorDisplayNameto the query, that contains the maximum value of the fieldActivatorDisplayNameof all (grouped) rows.SQL part:
MAX(ActivatorDisplayName) AS MaxActivatorDisplayNameThis is a virtual column. It contains the same value as the column
DisplayNameof the referencedActivator.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
customField
TaskQuery.ICustomFieldAggregationQuery customField()
Adds a result custom field to the query. Type and name are specified during further query composition.
- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
-