Interface TaskQuery.IAggregationQuery
- All Known Implementing Classes:
TaskQuery.AggregationQuery
- 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.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Adds a result columnAvgBusinessRuntimeto the query, that contains the average of the fieldBusinessRuntimeof all (grouped) rows.Deprecated.Deprecated.useinsteadcustomField().avgNumberField("CustomDecimalField1"))Deprecated.useinsteadcustomField().avgNumberField("CustomDecimalField2"))Deprecated.useinsteadcustomField().avgNumberField("CustomDecimalField3"))Deprecated.useinsteadcustomField().avgNumberField("CustomDecimalField4"))Deprecated.useinsteadcustomField().avgNumberField("CustomDecimalField5"))Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.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.Deprecated.useinsteadcustomField().maxStringField("BusinessCreatorUser"))Deprecated.Deprecated.Deprecated.Deprecated.useinsteadcustomField().maxStringField("BusinessObjectCode"))Deprecated.useinsteadcustomField().maxStringField("BusinessObjectName"))Adds a result columnMaxBusinessRuntimeto the query, that contains the maximum value of the fieldBusinessRuntimeof all (grouped) rows.Deprecated.Adds a result columnMaxCategoryto the query, that contains the maximum value of the fieldCategoryof all (grouped) rows.Deprecated.useinsteadcustomField().maxNumberField("CustomDecimalField1"))Deprecated.useinsteadcustomField().maxNumberField("CustomDecimalField2"))Deprecated.useinsteadcustomField().maxNumberField("CustomDecimalField3"))Deprecated.useinsteadcustomField().maxNumberField("CustomDecimalField4"))Deprecated.useinsteadcustomField().maxNumberField("CustomDecimalField5"))Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.useinsteadcustomField().maxStringField("CustomVarCharField1"))Deprecated.useinsteadcustomField().maxStringField("CustomVarCharField2"))Deprecated.useinsteadcustomField().maxStringField("CustomVarCharField3"))Deprecated.useinsteadcustomField().maxStringField("CustomVarCharField4"))Deprecated.useinsteadcustomField().maxStringField("CustomVarCharField5"))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.Deprecated.useinsteadcustomField().maxStringField("KindCode"))Deprecated.useinsteadcustomField().maxStringField("KindName"))Adds a result columnMaxModifiedTimestampto the query, that contains the maximum value of the fieldModifiedTimestampof 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.Deprecated.useinsteadcustomField().maxStringField("ProcessCategoryCode"))Deprecated.useinsteadcustomField().maxStringField("ProcessCategoryName"))Deprecated.useinsteadcustomField().maxStringField("ProcessCode"))Deprecated.useinsteadcustomField().maxStringField("ProcessName"))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.Deprecated.useinsteadcustomField().maxStringField("SubTypeCode"))Deprecated.useinsteadcustomField().maxStringField("SubTypeName"))Adds a result columnMaxTaskIdto the query, that contains the maximum value of the fieldTaskIdof all (grouped) rows.Deprecated.useinsteadcustomField().maxStringField("TypeCode"))Deprecated.useinsteadcustomField().maxStringField("TypeName"))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.Deprecated.useinsteadcustomField().minStringField("BusinessCreatorUser"))Deprecated.Deprecated.useinsteadcustomField().minStringField("BusinessMainContactName"))Deprecated.useinsteadcustomField().minTimestampField("BusinessMilestoneTimestamp"))Deprecated.useinsteadcustomField().minStringField("BusinessObjectCode"))Deprecated.useinsteadcustomField().minStringField("BusinessObjectName"))Adds a result columnMinBusinessRuntimeto the query, that contains the minimum value of the fieldBusinessRuntimeof all (grouped) rows.Deprecated.useinsteadcustomField().minTimestampField("BusinessStartTimestamp"))Adds a result columnMinCategoryto the query, that contains the minimum value of the fieldCategoryof all (grouped) rows.Deprecated.useinsteadcustomField().minNumberField("CustomDecimalField1"))Deprecated.useinsteadcustomField().minNumberField("CustomDecimalField2"))Deprecated.useinsteadcustomField().minNumberField("CustomDecimalField3"))Deprecated.useinsteadcustomField().minNumberField("CustomDecimalField4"))Deprecated.useinsteadcustomField().minNumberField("CustomDecimalField5"))Deprecated.useinsteadcustomField().minTimestampField("CustomTimestampField1"))Deprecated.useinsteadcustomField().minTimestampField("CustomTimestampField2"))Deprecated.useinsteadcustomField().minTimestampField("CustomTimestampField3"))Deprecated.useinsteadcustomField().minTimestampField("CustomTimestampField4"))Deprecated.useinsteadcustomField().minTimestampField("CustomTimestampField5"))Deprecated.useinsteadcustomField().minStringField("CustomVarCharField1"))Deprecated.useinsteadcustomField().minStringField("CustomVarCharField2"))Deprecated.useinsteadcustomField().minStringField("CustomVarCharField3"))Deprecated.useinsteadcustomField().minStringField("CustomVarCharField4"))Deprecated.useinsteadcustomField().minStringField("CustomVarCharField5"))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.Deprecated.useinsteadcustomField().minStringField("KindCode"))Deprecated.useinsteadcustomField().minStringField("KindName"))Adds a result columnMinModifiedTimestampto the query, that contains the minimum value of the fieldModifiedTimestampof 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.Deprecated.useinsteadcustomField().minStringField("ProcessCategoryCode"))Deprecated.useinsteadcustomField().minStringField("ProcessCategoryName"))Deprecated.useinsteadcustomField().minStringField("ProcessCode"))Deprecated.useinsteadcustomField().minStringField("ProcessName"))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.Deprecated.useinsteadcustomField().minStringField("SubTypeCode"))Deprecated.useinsteadcustomField().minStringField("SubTypeName"))Adds a result columnMinTaskIdto the query, that contains the minimum value of the fieldTaskIdof all (grouped) rows.Deprecated.useinsteadcustomField().minStringField("TypeCode"))Deprecated.useinsteadcustomField().minStringField("TypeName"))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.Deprecated.Deprecated.Adds a result columnSumBusinessRuntimeto the query, that contains the sum of the fieldBusinessRuntimeof all (grouped) rows.Deprecated.Deprecated.useinsteadcustomField().sumsNumberField("CustomDecimalField1"))Deprecated.useinsteadcustomField().sumsNumberField("CustomDecimalField2"))Deprecated.useinsteadcustomField().sumsNumberField("CustomDecimalField3"))Deprecated.useinsteadcustomField().sumsNumberField("CustomDecimalField4"))Deprecated.useinsteadcustomField().sumsNumberField("CustomDecimalField5"))Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.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
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 MinNameThis is a virtual column. It contains the same value as the column
Nameof the referencedTaskLocalized.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
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 MaxNameThis is a virtual column. It contains the same value as the column
Nameof the referencedTaskLocalized.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
minModifiedTimestamp
TaskQuery.AggregationQuery minModifiedTimestamp()Adds a result column
MinModifiedTimestampto the query, that contains the minimum value of the fieldModifiedTimestampof all (grouped) rows.SQL part:
MIN(ModifiedTimestamp) AS MinModifiedTimestamp- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxModifiedTimestamp
TaskQuery.AggregationQuery maxModifiedTimestamp()Adds a result column
MaxModifiedTimestampto the query, that contains the maximum value of the fieldModifiedTimestampof all (grouped) rows.SQL part:
MAX(ModifiedTimestamp) AS MaxModifiedTimestamp- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
minCustomVarCharField1
Deprecated.useinsteadcustomField().minStringField("CustomVarCharField1"))Adds a result custom field "CustomVarCharField1" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomVarCharField1
Deprecated.useinsteadcustomField().maxStringField("CustomVarCharField1"))Adds a result custom field "CustomVarCharField1" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minCustomVarCharField2
Deprecated.useinsteadcustomField().minStringField("CustomVarCharField2"))Adds a result custom field "CustomVarCharField2" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomVarCharField2
Deprecated.useinsteadcustomField().maxStringField("CustomVarCharField2"))Adds a result custom field "CustomVarCharField2" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minCustomVarCharField3
Deprecated.useinsteadcustomField().minStringField("CustomVarCharField3"))Adds a result custom field "CustomVarCharField3" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomVarCharField3
Deprecated.useinsteadcustomField().maxStringField("CustomVarCharField3"))Adds a result custom field "CustomVarCharField3" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minCustomVarCharField4
Deprecated.useinsteadcustomField().minStringField("CustomVarCharField4"))Adds a result custom field "CustomVarCharField4" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomVarCharField4
Deprecated.useinsteadcustomField().maxStringField("CustomVarCharField4"))Adds a result custom field "CustomVarCharField4" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minCustomVarCharField5
Deprecated.useinsteadcustomField().minStringField("CustomVarCharField5"))Adds a result custom field "CustomVarCharField5" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomVarCharField5
Deprecated.useinsteadcustomField().maxStringField("CustomVarCharField5"))Adds a result custom field "CustomVarCharField5" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minCustomDecimalField1
Deprecated.useinsteadcustomField().minNumberField("CustomDecimalField1"))Adds a result custom field "CustomDecimalField1" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomDecimalField1
Deprecated.useinsteadcustomField().maxNumberField("CustomDecimalField1"))Adds a result custom field "CustomDecimalField1" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgCustomDecimalField1
Deprecated.useinsteadcustomField().avgNumberField("CustomDecimalField1"))Adds a result column "CustomDecimalField1" to the query, that contains the average of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sumCustomDecimalField1
Deprecated.useinsteadcustomField().sumsNumberField("CustomDecimalField1"))Adds a result column "CustomDecimalField1" to the query, that contains the sum of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minCustomDecimalField2
Deprecated.useinsteadcustomField().minNumberField("CustomDecimalField2"))Adds a result custom field "CustomDecimalField2" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomDecimalField2
Deprecated.useinsteadcustomField().maxNumberField("CustomDecimalField2"))Adds a result custom field "CustomDecimalField2" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgCustomDecimalField2
Deprecated.useinsteadcustomField().avgNumberField("CustomDecimalField2"))Adds a result column "CustomDecimalField2" to the query, that contains the average of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sumCustomDecimalField2
Deprecated.useinsteadcustomField().sumsNumberField("CustomDecimalField2"))Adds a result column "CustomDecimalField2" to the query, that contains the sum of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minCustomDecimalField3
Deprecated.useinsteadcustomField().minNumberField("CustomDecimalField3"))Adds a result custom field "CustomDecimalField3" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomDecimalField3
Deprecated.useinsteadcustomField().maxNumberField("CustomDecimalField3"))Adds a result custom field "CustomDecimalField3" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgCustomDecimalField3
Deprecated.useinsteadcustomField().avgNumberField("CustomDecimalField3"))Adds a result column "CustomDecimalField3" to the query, that contains the average of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sumCustomDecimalField3
Deprecated.useinsteadcustomField().sumsNumberField("CustomDecimalField3"))Adds a result column "CustomDecimalField3" to the query, that contains the sum of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minCustomDecimalField4
Deprecated.useinsteadcustomField().minNumberField("CustomDecimalField4"))Adds a result custom field "CustomDecimalField4" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomDecimalField4
Deprecated.useinsteadcustomField().maxNumberField("CustomDecimalField4"))Adds a result custom field "CustomDecimalField4" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgCustomDecimalField4
Deprecated.useinsteadcustomField().avgNumberField("CustomDecimalField4"))Adds a result column "CustomDecimalField4" to the query, that contains the average of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sumCustomDecimalField4
Deprecated.useinsteadcustomField().sumsNumberField("CustomDecimalField4"))Adds a result column "CustomDecimalField4" to the query, that contains the sum of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minCustomDecimalField5
Deprecated.useinsteadcustomField().minNumberField("CustomDecimalField5"))Adds a result custom field "CustomDecimalField5" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomDecimalField5
Deprecated.useinsteadcustomField().maxNumberField("CustomDecimalField5"))Adds a result custom field "CustomDecimalField5" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgCustomDecimalField5
Deprecated.useinsteadcustomField().avgNumberField("CustomDecimalField5"))Adds a result column "CustomDecimalField5" to the query, that contains the average of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sumCustomDecimalField5
Deprecated.useinsteadcustomField().sumsNumberField("CustomDecimalField5"))Adds a result column "CustomDecimalField5" to the query, that contains the sum of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minCustomTimestampField1
Deprecated.useinsteadcustomField().minTimestampField("CustomTimestampField1"))Adds a result custom field "CustomTimestampField1" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomTimestampField1
Deprecated.Adds a result custom field "CustomTimestampField1" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgCustomTimestampField1
Deprecated.Adds a result column "CustomTimestampField1" to the query, that contains the average of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sumCustomTimestampField1
Deprecated.Adds a result column "CustomTimestampField1" to the query, that contains the sum of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minCustomTimestampField2
Deprecated.useinsteadcustomField().minTimestampField("CustomTimestampField2"))Adds a result custom field "CustomTimestampField2" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomTimestampField2
Deprecated.Adds a result custom field "CustomTimestampField2" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgCustomTimestampField2
Deprecated.Adds a result column "CustomTimestampField2" to the query, that contains the average of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sumCustomTimestampField2
Deprecated.Adds a result column "CustomTimestampField2" to the query, that contains the sum of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minCustomTimestampField3
Deprecated.useinsteadcustomField().minTimestampField("CustomTimestampField3"))Adds a result custom field "CustomTimestampField3" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomTimestampField3
Deprecated.Adds a result custom field "CustomTimestampField3" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgCustomTimestampField3
Deprecated.Adds a result column "CustomTimestampField3" to the query, that contains the average of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sumCustomTimestampField3
Deprecated.Adds a result column "CustomTimestampField3" to the query, that contains the sum of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minCustomTimestampField4
Deprecated.useinsteadcustomField().minTimestampField("CustomTimestampField4"))Adds a result custom field "CustomTimestampField4" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomTimestampField4
Deprecated.Adds a result custom field "CustomTimestampField4" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgCustomTimestampField4
Deprecated.Adds a result column "CustomTimestampField4" to the query, that contains the average of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sumCustomTimestampField4
Deprecated.Adds a result column "CustomTimestampField4" to the query, that contains the sum of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minCustomTimestampField5
Deprecated.useinsteadcustomField().minTimestampField("CustomTimestampField5"))Adds a result custom field "CustomTimestampField5" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxCustomTimestampField5
Deprecated.Adds a result custom field "CustomTimestampField5" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgCustomTimestampField5
Deprecated.Adds a result column "CustomTimestampField5" to the query, that contains the average of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sumCustomTimestampField5
Deprecated.Adds a result column "CustomTimestampField5" to the query, that contains the sum of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minBusinessMilestoneTimestamp
Deprecated.useinsteadcustomField().minTimestampField("BusinessMilestoneTimestamp"))Adds a result custom field "BusinessMilestoneTimestamp" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxBusinessMilestoneTimestamp
Deprecated.Adds a result custom field "BusinessMilestoneTimestamp" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgBusinessMilestoneTimestamp
Deprecated.Adds a result column "BusinessMilestoneTimestamp" to the query, that contains the average of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sumBusinessMilestoneTimestamp
Deprecated.Adds a result column "BusinessMilestoneTimestamp" to the query, that contains the sum of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minBusinessCreatorUser
Deprecated.useinsteadcustomField().minStringField("BusinessCreatorUser"))Adds a result custom field "BusinessCreatorUser" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxBusinessCreatorUser
Deprecated.useinsteadcustomField().maxStringField("BusinessCreatorUser"))Adds a result custom field "BusinessCreatorUser" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minBusinessMainContactId
Deprecated.Adds a result custom field "BusinessMainContactId" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxBusinessMainContactId
Deprecated.Adds a result custom field "BusinessMainContactId" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgBusinessMainContactId
Deprecated.Adds a result column "BusinessMainContactId" to the query, that contains the average of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sumBusinessMainContactId
Deprecated.Adds a result column "BusinessMainContactId" to the query, that contains the sum of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minBusinessMainContactName
Deprecated.useinsteadcustomField().minStringField("BusinessMainContactName"))Adds a result custom field "BusinessMainContactName" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxBusinessMainContactName
Deprecated.Adds a result custom field "BusinessMainContactName" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minBusinessObjectCode
Deprecated.useinsteadcustomField().minStringField("BusinessObjectCode"))Adds a result custom field "BusinessObjectCode" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxBusinessObjectCode
Deprecated.useinsteadcustomField().maxStringField("BusinessObjectCode"))Adds a result custom field "BusinessObjectCode" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minBusinessObjectName
Deprecated.useinsteadcustomField().minStringField("BusinessObjectName"))Adds a result custom field "BusinessObjectName" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxBusinessObjectName
Deprecated.useinsteadcustomField().maxStringField("BusinessObjectName"))Adds a result custom field "BusinessObjectName" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minBusinessStartTimestamp
Deprecated.useinsteadcustomField().minTimestampField("BusinessStartTimestamp"))Adds a result custom field "BusinessStartTimestamp" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxBusinessStartTimestamp
Deprecated.Adds a result custom field "BusinessStartTimestamp" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
avgBusinessStartTimestamp
Deprecated.Adds a result column "BusinessStartTimestamp" to the query, that contains the average of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sumBusinessStartTimestamp
Deprecated.Adds a result column "BusinessStartTimestamp" to the query, that contains the sum of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minKindCode
Deprecated.useinsteadcustomField().minStringField("KindCode"))Adds a result custom field "KindCode" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxKindCode
Deprecated.useinsteadcustomField().maxStringField("KindCode"))Adds a result custom field "KindCode" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minKindName
Deprecated.useinsteadcustomField().minStringField("KindName"))Adds a result custom field "KindName" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxKindName
Deprecated.useinsteadcustomField().maxStringField("KindName"))Adds a result custom field "KindName" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minProcessCode
Deprecated.useinsteadcustomField().minStringField("ProcessCode"))Adds a result custom field "ProcessCode" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxProcessCode
Deprecated.useinsteadcustomField().maxStringField("ProcessCode"))Adds a result custom field "ProcessCode" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minProcessName
Deprecated.useinsteadcustomField().minStringField("ProcessName"))Adds a result custom field "ProcessName" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxProcessName
Deprecated.useinsteadcustomField().maxStringField("ProcessName"))Adds a result custom field "ProcessName" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minProcessCategoryCode
Deprecated.useinsteadcustomField().minStringField("ProcessCategoryCode"))Adds a result custom field "ProcessCategoryCode" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxProcessCategoryCode
Deprecated.useinsteadcustomField().maxStringField("ProcessCategoryCode"))Adds a result custom field "ProcessCategoryCode" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minProcessCategoryName
Deprecated.useinsteadcustomField().minStringField("ProcessCategoryName"))Adds a result custom field "ProcessCategoryName" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxProcessCategoryName
Deprecated.useinsteadcustomField().maxStringField("ProcessCategoryName"))Adds a result custom field "ProcessCategoryName" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minTypeCode
Deprecated.useinsteadcustomField().minStringField("TypeCode"))Adds a result custom field "TypeCode" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxTypeCode
Deprecated.useinsteadcustomField().maxStringField("TypeCode"))Adds a result custom field "TypeCode" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minTypeName
Deprecated.useinsteadcustomField().minStringField("TypeName"))Adds a result custom field "TypeName" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxTypeName
Deprecated.useinsteadcustomField().maxStringField("TypeName"))Adds a result custom field "TypeName" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minSubTypeCode
Deprecated.useinsteadcustomField().minStringField("SubTypeCode"))Adds a result custom field "SubTypeCode" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxSubTypeCode
Deprecated.useinsteadcustomField().maxStringField("SubTypeCode"))Adds a result custom field "SubTypeCode" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
minSubTypeName
Deprecated.useinsteadcustomField().minStringField("SubTypeName"))Adds a result custom field "SubTypeName" to the query, that contains the minimum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
maxSubTypeName
Deprecated.useinsteadcustomField().maxStringField("SubTypeName"))Adds a result custom field "SubTypeName" to the query, that contains the maximum value of all (grouped) rows.
- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
insteadcustomField().avgNumberField("BusinessMainContactId"))