Class TaskQuery.AggregationQuery
- All Implemented Interfaces:
TaskQuery.IAggregationQuery
- Enclosing class:
- TaskQuery
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.ivyteam.ivy.workflow.query.TaskQuery
TaskQuery.AggregationQuery, TaskQuery.FilterLink, TaskQuery.FilterQuery, TaskQuery.GroupByQuery, TaskQuery.IAggregationQuery, TaskQuery.IBooleanColumnFilterQuery, TaskQuery.IBoolFilterQuery, TaskQuery.IClobColumnFilterQuery, TaskQuery.IColumnFilterQuery, TaskQuery.ICustomFieldAggregationQuery, TaskQuery.ICustomFieldFilterQuery, TaskQuery.ICustomFieldGroupBy, TaskQuery.ICustomFieldOrderBy, TaskQuery.IDateColumnFilterQuery, TaskQuery.IFilterableColumns, TaskQuery.IFilterLink, TaskQuery.IFilterQuery, TaskQuery.IGroupByQueryColumns, TaskQuery.IIntegerColumnFilterQuery, TaskQuery.INumberColumnFilterQuery, TaskQuery.IOrderByQueryColumns, TaskQuery.IPatternColumnFilterQuery, TaskQuery.IStringColumnFilterQuery, TaskQuery.ITaskStateFilterQuery, TaskQuery.IWorkflowPriorityFilterQuery, TaskQuery.OrderByColumnQuery, TaskQuery.OrderByQuery -
Method Summary
Modifier and TypeMethodDescriptionAdds a result columnAvgBusinessRuntimeto the query, that contains the average of the fieldBusinessRuntimeof all (grouped) rows.Adds a result columnAvgDelayTimestampto the query, that contains the average of the fieldDelayTimestampof all (grouped) rows.Adds a result columnAvgEndTimestampto the query, that contains the average of the fieldEndTimestampof all (grouped) rows.Adds a result columnAvgExpiryTimestampto the query, that contains the average of the fieldExpiryTimestampof all (grouped) rows.Adds a result columnAvgFailedTimeoutTimestampto the query, that contains the average of the fieldFailedTimeoutTimestampof all (grouped) rows.Adds a result columnAvgNumberOfFailuresto the query, that contains the average of the fieldNumberOfFailuresof all (grouped) rows.Adds a result columnAvgNumberOfResumesto the query, that contains the average of the fieldNumberOfResumesof all (grouped) rows.Adds a result columnAvgStartTimestampto the query, that contains the average of the fieldStartTimestampof all (grouped) rows.Adds a result columnAvgWorkerSessionIdto the query, that contains the average of the fieldWorkerSessionIdof all (grouped) rows.Adds a result columnAvgWorkingTimeto the query, that contains the average of the fieldWorkingTimeof all (grouped) rows.Adds a result columnCountto the query, that contains the number of (grouped) rows.Adds a result custom field to the query.Adds a result columnMaxActivatorDisplayNameto the query, that contains the maximum value of the fieldActivatorDisplayNameof all (grouped) rows.Adds a result columnMaxActivatorNameto the query, that contains the maximum value of the fieldActivatorNameof all (grouped) rows.Adds a result columnMaxBusinessCalendarto the query, that contains the maximum value of the fieldBusinessCalendarof all (grouped) rows.Adds a result columnMaxBusinessRuntimeto the query, that contains the maximum value of the fieldBusinessRuntimeof all (grouped) rows.Adds a result columnMaxCategoryto the query, that contains the maximum value of the fieldCategoryof all (grouped) rows.Adds a result columnMaxDelayTimestampto the query, that contains the maximum value of the fieldDelayTimestampof all (grouped) rows.Adds a result columnMaxEndTimestampto the query, that contains the maximum value of the fieldEndTimestampof all (grouped) rows.Adds a result columnMaxExpiryActivatorDisplayNameto the query, that contains the maximum value of the fieldExpiryActivatorDisplayNameof all (grouped) rows.Adds a result columnMaxExpiryActivatorNameto the query, that contains the maximum value of the fieldExpiryActivatorNameof all (grouped) rows.Adds a result columnMaxExpiryTaskStartElementPidto the query, that contains the maximum value of the fieldExpiryTaskStartElementPidof all (grouped) rows.Adds a result columnMaxExpiryTimestampto the query, that contains the maximum value of the fieldExpiryTimestampof all (grouped) rows.Adds a result columnMaxFailedTimeoutTimestampto the query, that contains the maximum value of the fieldFailedTimeoutTimestampof all (grouped) rows.maxName()Adds a result columnMaxNameto the query, that contains the maximum value of the fieldNameof all (grouped) rows.Adds a result columnMaxNumberOfFailuresto the query, that contains the maximum value of the fieldNumberOfFailuresof all (grouped) rows.Adds a result columnMaxNumberOfResumesto the query, that contains the maximum value of the fieldNumberOfResumesof all (grouped) rows.Adds a result columnMaxOriginalActivatorDisplayNameto the query, that contains the maximum value of the fieldOriginalActivatorDisplayNameof all (grouped) rows.Adds a result columnMaxOriginalActivatorNameto the query, that contains the maximum value of the fieldOriginalActivatorNameof all (grouped) rows.Adds a result columnMaxRequestPathto the query, that contains the maximum value of the fieldRequestPathof all (grouped) rows.Adds a result columnMaxStartTimestampto the query, that contains the maximum value of the fieldStartTimestampof all (grouped) rows.Adds a result columnMaxTaskIdto the query, that contains the maximum value of the fieldTaskIdof all (grouped) rows.Adds a result columnMaxWorkerSessionIdto the query, that contains the maximum value of the fieldWorkerSessionIdof all (grouped) rows.Adds a result columnMaxWorkerUserDisplayNameto the query, that contains the maximum value of the fieldWorkerUserDisplayNameof all (grouped) rows.Adds a result columnMaxWorkerUserNameto the query, that contains the maximum value of the fieldWorkerUserNameof all (grouped) rows.Adds a result columnMaxWorkingTimeto the query, that contains the maximum value of the fieldWorkingTimeof all (grouped) rows.Adds a result columnMinActivatorDisplayNameto the query, that contains the minimum value of the fieldActivatorDisplayNameof all (grouped) rows.Adds a result columnMinActivatorNameto the query, that contains the minimum value of the fieldActivatorNameof all (grouped) rows.Adds a result columnMinBusinessCalendarto the query, that contains the minimum value of the fieldBusinessCalendarof all (grouped) rows.Adds a result columnMinBusinessRuntimeto the query, that contains the minimum value of the fieldBusinessRuntimeof all (grouped) rows.Adds a result columnMinCategoryto the query, that contains the minimum value of the fieldCategoryof all (grouped) rows.Adds a result columnMinDelayTimestampto the query, that contains the minimum value of the fieldDelayTimestampof all (grouped) rows.Adds a result columnMinEndTimestampto the query, that contains the minimum value of the fieldEndTimestampof all (grouped) rows.Adds a result columnMinExpiryActivatorDisplayNameto the query, that contains the minimum value of the fieldExpiryActivatorDisplayNameof all (grouped) rows.Adds a result columnMinExpiryActivatorNameto the query, that contains the minimum value of the fieldExpiryActivatorNameof all (grouped) rows.Adds a result columnMinExpiryTaskStartElementPidto the query, that contains the minimum value of the fieldExpiryTaskStartElementPidof all (grouped) rows.Adds a result columnMinExpiryTimestampto the query, that contains the minimum value of the fieldExpiryTimestampof all (grouped) rows.Adds a result columnMinFailedTimeoutTimestampto the query, that contains the minimum value of the fieldFailedTimeoutTimestampof all (grouped) rows.minName()Adds a result columnMinNameto the query, that contains the minimum value of the fieldNameof all (grouped) rows.Adds a result columnMinNumberOfFailuresto the query, that contains the minimum value of the fieldNumberOfFailuresof all (grouped) rows.Adds a result columnMinNumberOfResumesto the query, that contains the minimum value of the fieldNumberOfResumesof all (grouped) rows.Adds a result columnMinOriginalActivatorDisplayNameto the query, that contains the minimum value of the fieldOriginalActivatorDisplayNameof all (grouped) rows.Adds a result columnMinOriginalActivatorNameto the query, that contains the minimum value of the fieldOriginalActivatorNameof all (grouped) rows.Adds a result columnMinRequestPathto the query, that contains the minimum value of the fieldRequestPathof all (grouped) rows.Adds a result columnMinStartTimestampto the query, that contains the minimum value of the fieldStartTimestampof all (grouped) rows.Adds a result columnMinTaskIdto the query, that contains the minimum value of the fieldTaskIdof all (grouped) rows.Adds a result columnMinWorkerSessionIdto the query, that contains the minimum value of the fieldWorkerSessionIdof all (grouped) rows.Adds a result columnMinWorkerUserDisplayNameto the query, that contains the minimum value of the fieldWorkerUserDisplayNameof all (grouped) rows.Adds a result columnMinWorkerUserNameto the query, that contains the minimum value of the fieldWorkerUserNameof all (grouped) rows.Adds a result columnMinWorkingTimeto the query, that contains the minimum value of the fieldWorkingTimeof all (grouped) rows.Adds a result columnSumBusinessRuntimeto the query, that contains the sum of the fieldBusinessRuntimeof all (grouped) rows.Adds a result columnSumNumberOfFailuresto the query, that contains the sum of the fieldNumberOfFailuresof all (grouped) rows.Adds a result columnSumNumberOfResumesto the query, that contains the sum of the fieldNumberOfResumesof all (grouped) rows.Adds a result columnSumWorkerSessionIdto the query, that contains the sum of the fieldWorkerSessionIdof all (grouped) rows.Adds a result columnSumWorkingTimeto the query, that contains the sum of the fieldWorkingTimeof all (grouped) rows.
-
Method Details
-
countRows
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
Countto the query, that contains the number of (grouped) rows.SQL part:
COUNT(*) AS Count- Specified by:
countRowsin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minTaskId
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinTaskIdto the query, that contains the minimum value of the fieldTaskIdof all (grouped) rows.SQL part:
MIN(TaskId) AS MinTaskId- Specified by:
minTaskIdin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxTaskId
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxTaskIdto the query, that contains the maximum value of the fieldTaskIdof all (grouped) rows.SQL part:
MAX(TaskId) AS MaxTaskId- Specified by:
maxTaskIdin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minWorkerUserName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
minWorkerUserNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxWorkerUserName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
maxWorkerUserNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minWorkerUserDisplayName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
minWorkerUserDisplayNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxWorkerUserDisplayName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
maxWorkerUserDisplayNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sumWorkerSessionId
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
SumWorkerSessionIdto the query, that contains the sum of the fieldWorkerSessionIdof all (grouped) rows.SQL part:
SUM(WorkerSessionId) AS SumWorkerSessionId- Specified by:
sumWorkerSessionIdin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgWorkerSessionId
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
AvgWorkerSessionIdto the query, that contains the average of the fieldWorkerSessionIdof all (grouped) rows.SQL part:
AVG(WorkerSessionId) AS AvgWorkerSessionId- Specified by:
avgWorkerSessionIdin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minWorkerSessionId
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinWorkerSessionIdto the query, that contains the minimum value of the fieldWorkerSessionIdof all (grouped) rows.SQL part:
MIN(WorkerSessionId) AS MinWorkerSessionId- Specified by:
minWorkerSessionIdin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxWorkerSessionId
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxWorkerSessionIdto the query, that contains the maximum value of the fieldWorkerSessionIdof all (grouped) rows.SQL part:
MAX(WorkerSessionId) AS MaxWorkerSessionId- Specified by:
maxWorkerSessionIdin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minOriginalActivatorName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
minOriginalActivatorNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxOriginalActivatorName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
maxOriginalActivatorNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minOriginalActivatorDisplayName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
minOriginalActivatorDisplayNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxOriginalActivatorDisplayName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
maxOriginalActivatorDisplayNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minExpiryActivatorName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
minExpiryActivatorNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxExpiryActivatorName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
maxExpiryActivatorNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minExpiryActivatorDisplayName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
minExpiryActivatorDisplayNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxExpiryActivatorDisplayName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
maxExpiryActivatorDisplayNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgExpiryTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
AvgExpiryTimestampto the query, that contains the average of the fieldExpiryTimestampof all (grouped) rows.SQL part:
AVG(ExpiryTimestamp) AS AvgExpiryTimestamp- Specified by:
avgExpiryTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minExpiryTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinExpiryTimestampto the query, that contains the minimum value of the fieldExpiryTimestampof all (grouped) rows.SQL part:
MIN(ExpiryTimestamp) AS MinExpiryTimestamp- Specified by:
minExpiryTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxExpiryTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxExpiryTimestampto the query, that contains the maximum value of the fieldExpiryTimestampof all (grouped) rows.SQL part:
MAX(ExpiryTimestamp) AS MaxExpiryTimestamp- Specified by:
maxExpiryTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minExpiryTaskStartElementPid
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinExpiryTaskStartElementPidto the query, that contains the minimum value of the fieldExpiryTaskStartElementPidof all (grouped) rows.SQL part:
MIN(ExpiryTaskStartElementPid) AS MinExpiryTaskStartElementPid- Specified by:
minExpiryTaskStartElementPidin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxExpiryTaskStartElementPid
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxExpiryTaskStartElementPidto the query, that contains the maximum value of the fieldExpiryTaskStartElementPidof all (grouped) rows.SQL part:
MAX(ExpiryTaskStartElementPid) AS MaxExpiryTaskStartElementPid- Specified by:
maxExpiryTaskStartElementPidin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgDelayTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
AvgDelayTimestampto the query, that contains the average of the fieldDelayTimestampof all (grouped) rows.SQL part:
AVG(DelayTimestamp) AS AvgDelayTimestamp- Specified by:
avgDelayTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minDelayTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinDelayTimestampto the query, that contains the minimum value of the fieldDelayTimestampof all (grouped) rows.SQL part:
MIN(DelayTimestamp) AS MinDelayTimestamp- Specified by:
minDelayTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxDelayTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxDelayTimestampto the query, that contains the maximum value of the fieldDelayTimestampof all (grouped) rows.SQL part:
MAX(DelayTimestamp) AS MaxDelayTimestamp- Specified by:
maxDelayTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minRequestPath
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinRequestPathto the query, that contains the minimum value of the fieldRequestPathof all (grouped) rows.SQL part:
MIN(RequestPath) AS MinRequestPath- Specified by:
minRequestPathin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxRequestPath
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxRequestPathto the query, that contains the maximum value of the fieldRequestPathof all (grouped) rows.SQL part:
MAX(RequestPath) AS MaxRequestPath- Specified by:
maxRequestPathin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minName
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinNameto the query, that contains the minimum value of the fieldNameof all (grouped) rows.SQL part:
MIN(Name) AS MinNameThis is a virtual column. It contains the same value as the column
Nameof the referencedTaskLocalized.- Specified by:
minNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxName
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxNameto the query, that contains the maximum value of the fieldNameof all (grouped) rows.SQL part:
MAX(Name) AS MaxNameThis is a virtual column. It contains the same value as the column
Nameof the referencedTaskLocalized.- Specified by:
maxNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgStartTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
AvgStartTimestampto the query, that contains the average of the fieldStartTimestampof all (grouped) rows.SQL part:
AVG(StartTimestamp) AS AvgStartTimestamp- Specified by:
avgStartTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minStartTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinStartTimestampto the query, that contains the minimum value of the fieldStartTimestampof all (grouped) rows.SQL part:
MIN(StartTimestamp) AS MinStartTimestamp- Specified by:
minStartTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxStartTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxStartTimestampto the query, that contains the maximum value of the fieldStartTimestampof all (grouped) rows.SQL part:
MAX(StartTimestamp) AS MaxStartTimestamp- Specified by:
maxStartTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgEndTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
AvgEndTimestampto the query, that contains the average of the fieldEndTimestampof all (grouped) rows.SQL part:
AVG(EndTimestamp) AS AvgEndTimestamp- Specified by:
avgEndTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minEndTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinEndTimestampto the query, that contains the minimum value of the fieldEndTimestampof all (grouped) rows.SQL part:
MIN(EndTimestamp) AS MinEndTimestamp- Specified by:
minEndTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxEndTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxEndTimestampto the query, that contains the maximum value of the fieldEndTimestampof all (grouped) rows.SQL part:
MAX(EndTimestamp) AS MaxEndTimestamp- Specified by:
maxEndTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minBusinessCalendar
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinBusinessCalendarto the query, that contains the minimum value of the fieldBusinessCalendarof all (grouped) rows.SQL part:
MIN(BusinessCalendar) AS MinBusinessCalendar- Specified by:
minBusinessCalendarin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxBusinessCalendar
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxBusinessCalendarto the query, that contains the maximum value of the fieldBusinessCalendarof all (grouped) rows.SQL part:
MAX(BusinessCalendar) AS MaxBusinessCalendar- Specified by:
maxBusinessCalendarin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sumWorkingTime
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
SumWorkingTimeto the query, that contains the sum of the fieldWorkingTimeof all (grouped) rows.SQL part:
SUM(WorkingTime) AS SumWorkingTime- Specified by:
sumWorkingTimein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgWorkingTime
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
AvgWorkingTimeto the query, that contains the average of the fieldWorkingTimeof all (grouped) rows.SQL part:
AVG(WorkingTime) AS AvgWorkingTime- Specified by:
avgWorkingTimein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minWorkingTime
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinWorkingTimeto the query, that contains the minimum value of the fieldWorkingTimeof all (grouped) rows.SQL part:
MIN(WorkingTime) AS MinWorkingTime- Specified by:
minWorkingTimein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxWorkingTime
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxWorkingTimeto the query, that contains the maximum value of the fieldWorkingTimeof all (grouped) rows.SQL part:
MAX(WorkingTime) AS MaxWorkingTime- Specified by:
maxWorkingTimein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sumBusinessRuntime
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
SumBusinessRuntimeto the query, that contains the sum of the fieldBusinessRuntimeof all (grouped) rows.SQL part:
SUM(BusinessRuntime) AS SumBusinessRuntime- Specified by:
sumBusinessRuntimein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgBusinessRuntime
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
AvgBusinessRuntimeto the query, that contains the average of the fieldBusinessRuntimeof all (grouped) rows.SQL part:
AVG(BusinessRuntime) AS AvgBusinessRuntime- Specified by:
avgBusinessRuntimein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minBusinessRuntime
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinBusinessRuntimeto the query, that contains the minimum value of the fieldBusinessRuntimeof all (grouped) rows.SQL part:
MIN(BusinessRuntime) AS MinBusinessRuntime- Specified by:
minBusinessRuntimein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxBusinessRuntime
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxBusinessRuntimeto the query, that contains the maximum value of the fieldBusinessRuntimeof all (grouped) rows.SQL part:
MAX(BusinessRuntime) AS MaxBusinessRuntime- Specified by:
maxBusinessRuntimein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgFailedTimeoutTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
AvgFailedTimeoutTimestampto the query, that contains the average of the fieldFailedTimeoutTimestampof all (grouped) rows.SQL part:
AVG(FailedTimeoutTimestamp) AS AvgFailedTimeoutTimestamp- Specified by:
avgFailedTimeoutTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minFailedTimeoutTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinFailedTimeoutTimestampto the query, that contains the minimum value of the fieldFailedTimeoutTimestampof all (grouped) rows.SQL part:
MIN(FailedTimeoutTimestamp) AS MinFailedTimeoutTimestamp- Specified by:
minFailedTimeoutTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxFailedTimeoutTimestamp
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxFailedTimeoutTimestampto the query, that contains the maximum value of the fieldFailedTimeoutTimestampof all (grouped) rows.SQL part:
MAX(FailedTimeoutTimestamp) AS MaxFailedTimeoutTimestamp- Specified by:
maxFailedTimeoutTimestampin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sumNumberOfFailures
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
SumNumberOfFailuresto the query, that contains the sum of the fieldNumberOfFailuresof all (grouped) rows.SQL part:
SUM(NumberOfFailures) AS SumNumberOfFailures- Specified by:
sumNumberOfFailuresin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgNumberOfFailures
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
AvgNumberOfFailuresto the query, that contains the average of the fieldNumberOfFailuresof all (grouped) rows.SQL part:
AVG(NumberOfFailures) AS AvgNumberOfFailures- Specified by:
avgNumberOfFailuresin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minNumberOfFailures
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinNumberOfFailuresto the query, that contains the minimum value of the fieldNumberOfFailuresof all (grouped) rows.SQL part:
MIN(NumberOfFailures) AS MinNumberOfFailures- Specified by:
minNumberOfFailuresin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxNumberOfFailures
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxNumberOfFailuresto the query, that contains the maximum value of the fieldNumberOfFailuresof all (grouped) rows.SQL part:
MAX(NumberOfFailures) AS MaxNumberOfFailures- Specified by:
maxNumberOfFailuresin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sumNumberOfResumes
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
SumNumberOfResumesto the query, that contains the sum of the fieldNumberOfResumesof all (grouped) rows.SQL part:
SUM(NumberOfResumes) AS SumNumberOfResumes- Specified by:
sumNumberOfResumesin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
avgNumberOfResumes
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
AvgNumberOfResumesto the query, that contains the average of the fieldNumberOfResumesof all (grouped) rows.SQL part:
AVG(NumberOfResumes) AS AvgNumberOfResumes- Specified by:
avgNumberOfResumesin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minNumberOfResumes
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinNumberOfResumesto the query, that contains the minimum value of the fieldNumberOfResumesof all (grouped) rows.SQL part:
MIN(NumberOfResumes) AS MinNumberOfResumes- Specified by:
minNumberOfResumesin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxNumberOfResumes
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxNumberOfResumesto the query, that contains the maximum value of the fieldNumberOfResumesof all (grouped) rows.SQL part:
MAX(NumberOfResumes) AS MaxNumberOfResumes- Specified by:
maxNumberOfResumesin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minCategory
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MinCategoryto the query, that contains the minimum value of the fieldCategoryof all (grouped) rows.SQL part:
MIN(Category) AS MinCategory- Specified by:
minCategoryin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxCategory
Description copied from interface:TaskQuery.IAggregationQueryAdds a result column
MaxCategoryto the query, that contains the maximum value of the fieldCategoryof all (grouped) rows.SQL part:
MAX(Category) AS MaxCategory- Specified by:
maxCategoryin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minActivatorName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
minActivatorNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxActivatorName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
maxActivatorNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
minActivatorDisplayName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
minActivatorDisplayNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
maxActivatorDisplayName
Description copied from interface:TaskQuery.IAggregationQueryAdds 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.- Specified by:
maxActivatorDisplayNamein interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
customField
Description copied from interface:TaskQuery.IAggregationQueryAdds a result custom field to the query. Type and name are specified during further query composition.
- Specified by:
customFieldin interfaceTaskQuery.IAggregationQuery- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-