Class TaskQuery.GroupByQuery
- java.lang.Object
-
- ch.ivyteam.ivy.persistence.query.Query<ITask>
-
- ch.ivyteam.ivy.workflow.query.TaskQuery
-
- ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
-
- All Implemented Interfaces:
TaskQuery.IGroupByQueryColumns
- Enclosing class:
- TaskQuery
public static class TaskQuery.GroupByQuery extends TaskQuery implements TaskQuery.IGroupByQueryColumns
Provides methods to group the result by certain fields.Example:
Corresponds to SQL:TaskQuery.create().groupBy().activatorUserId().priority().aggregate().countRows();
SELECT ActivatorUserId, Priority, Count(*) AS Count FROM IWA_Task GROUP BY ActivatorUserId, Priority
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskQuery.GroupByQueryactivatorDisplayName()Groups the result of the query by the fieldActivatorDisplayName.TaskQuery.GroupByQueryactivatorId()Groups the result of the query by the fieldActivatorId.TaskQuery.GroupByQueryactivatorName()Groups the result of the query by the fieldActivatorName.TaskQuery.GroupByQueryapplicationId()Groups the result of the query by the fieldApplicationId.TaskQuery.GroupByQuerybusinessCalendar()Groups the result of the query by the fieldBusinessCalendar.TaskQuery.GroupByQuerybusinessCaseId()Groups the result of the query by the fieldBusinessCaseId.TaskQuery.GroupByQuerybusinessRuntime()Groups the result of the query by the fieldBusinessRuntime.TaskQuery.GroupByQuerycaseId()Groups the result of the query by the fieldCaseId.TaskQuery.GroupByQuerycategory()Groups the result of the query by the fieldCategory.TaskQuery.ICustomFieldGroupBycustomField()Groups the result of the query by a custom field specified during further composition.TaskQuery.GroupByQuerydelayTimestamp()Groups the result of the query by the fieldDelayTimestamp.TaskQuery.GroupByQuerydescription()Groups the result of the query by the fieldDescription.TaskQuery.GroupByQuerydisplayDescriptionTemplate()Groups the result of the query by the fieldDisplayDescriptionTemplate.TaskQuery.GroupByQuerydisplayNameTemplate()Groups the result of the query by the fieldDisplayNameTemplate.TaskQuery.GroupByQueryendTaskSwitchEventId()Groups the result of the query by the fieldEndTaskSwitchEventId.TaskQuery.GroupByQueryendTimestamp()Groups the result of the query by the fieldEndTimestamp.TaskQuery.GroupByQueryexpiredCreatorTaskId()Groups the result of the query by the fieldExpiredCreatorTaskId.TaskQuery.GroupByQueryexpiryActivatorDisplayName()Groups the result of the query by the fieldExpiryActivatorDisplayName.TaskQuery.GroupByQueryexpiryActivatorId()Groups the result of the query by the fieldExpiryActivatorId.TaskQuery.GroupByQueryexpiryActivatorName()Groups the result of the query by the fieldExpiryActivatorName.TaskQuery.GroupByQueryexpiryPriority()Groups the result of the query by the fieldExpiryPriority.TaskQuery.GroupByQueryexpiryTaskStartElementPid()Groups the result of the query by the fieldExpiryTaskStartElementPid.TaskQuery.GroupByQueryexpiryTimestamp()Groups the result of the query by the fieldExpiryTimestamp.TaskQuery.GroupByQueryfailedTimeoutTimestamp()Groups the result of the query by the fieldFailedTimeoutTimestamp.TaskQuery.GroupByQueryisExpired()Groups the result of the query by the fieldIsExpired.TaskQuery.GroupByQueryisOffline()Groups the result of the query by the fieldIsOffline.TaskQuery.GroupByQueryisUpdatedOnStart()Groups the result of the query by the fieldIsUpdatedOnStart.TaskQuery.GroupByQueryname()Groups the result of the query by the fieldName.TaskQuery.GroupByQuerynumberOfFailures()Groups the result of the query by the fieldNumberOfFailures.TaskQuery.GroupByQuerynumberOfResumes()Groups the result of the query by the fieldNumberOfResumes.TaskQuery.GroupByQueryoriginalActivatorDisplayName()Groups the result of the query by the fieldOriginalActivatorDisplayName.TaskQuery.GroupByQueryoriginalActivatorId()Groups the result of the query by the fieldOriginalActivatorId.TaskQuery.GroupByQueryoriginalActivatorName()Groups the result of the query by the fieldOriginalActivatorName.TaskQuery.GroupByQueryoriginalPriority()Groups the result of the query by the fieldOriginalPriority.TaskQuery.GroupByQuerypriority()Groups the result of the query by the fieldPriority.TaskQuery.GroupByQueryprocessModelId()Groups the result of the query by the fieldProcessModelId.TaskQuery.GroupByQueryrequestPath()Groups the result of the query by the fieldRequestPath.TaskQuery.GroupByQuerystartTaskSwitchEventId()Groups the result of the query by the fieldStartTaskSwitchEventId.TaskQuery.GroupByQuerystartTimestamp()Groups the result of the query by the fieldStartTimestamp.TaskQuery.GroupByQuerystate()Groups the result of the query by the fieldState.TaskQuery.GroupByQuerytaskEndId()Groups the result of the query by the fieldTaskEndId.TaskQuery.GroupByQuerytaskId()Groups the result of the query by the fieldTaskId.TaskQuery.GroupByQuerytaskStartId()Groups the result of the query by the fieldTaskStartId.TaskQuery.GroupByQuerytimeoutedCreatorIntrmdtEventId()Groups the result of the query by the fieldTimeoutedCreatorIntrmdtEventId.TaskQuery.GroupByQueryworkerId()Groups the result of the query by the fieldWorkerId.TaskQuery.GroupByQueryworkerSessionId()Groups the result of the query by the fieldWorkerSessionId.TaskQuery.GroupByQueryworkerUserDisplayName()Groups the result of the query by the fieldWorkerUserDisplayName.TaskQuery.GroupByQueryworkerUserName()Groups the result of the query by the fieldWorkerUserName.TaskQuery.GroupByQueryworkingTime()Groups the result of the query by the fieldWorkingTime.
-
-
-
Method Detail
-
taskId
public TaskQuery.GroupByQuery taskId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
TaskId.SQL part:
GROUP BY TaskId- Specified by:
taskIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.taskId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
caseId
public TaskQuery.GroupByQuery caseId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
CaseId.SQL part:
GROUP BY CaseId- Specified by:
caseIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.caseId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
businessCaseId
public TaskQuery.GroupByQuery businessCaseId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
BusinessCaseId.SQL part:
GROUP BY BusinessCaseId- Specified by:
businessCaseIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.businessCaseId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
processModelId
public TaskQuery.GroupByQuery processModelId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
ProcessModelId.SQL part:
GROUP BY ProcessModelId- Specified by:
processModelIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.processModelId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
applicationId
public TaskQuery.GroupByQuery applicationId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
ApplicationId.SQL part:
GROUP BY ApplicationId- Specified by:
applicationIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.applicationId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
startTaskSwitchEventId
public TaskQuery.GroupByQuery startTaskSwitchEventId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
StartTaskSwitchEventId.SQL part:
GROUP BY StartTaskSwitchEventId- Specified by:
startTaskSwitchEventIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.startTaskSwitchEventId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
endTaskSwitchEventId
public TaskQuery.GroupByQuery endTaskSwitchEventId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
EndTaskSwitchEventId.SQL part:
GROUP BY EndTaskSwitchEventId- Specified by:
endTaskSwitchEventIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.endTaskSwitchEventId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
taskStartId
public TaskQuery.GroupByQuery taskStartId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
TaskStartId.SQL part:
GROUP BY TaskStartId- Specified by:
taskStartIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.taskStartId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
taskEndId
public TaskQuery.GroupByQuery taskEndId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
TaskEndId.SQL part:
GROUP BY TaskEndId- Specified by:
taskEndIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.taskEndId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workerId
public TaskQuery.GroupByQuery workerId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
WorkerId.SQL part:
GROUP BY WorkerId- Specified by:
workerIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.workerId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workerUserName
public TaskQuery.GroupByQuery workerUserName()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
WorkerUserName.SQL part:
GROUP BY WorkerUserNameThis is a virtual column. It contains the same value as the column
Nameof the referencedWorker.- Specified by:
workerUserNamein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.workerUserName()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workerUserDisplayName
public TaskQuery.GroupByQuery workerUserDisplayName()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
WorkerUserDisplayName.SQL part:
GROUP BY WorkerUserDisplayNameThis is a virtual column. It contains the same value as the column
DisplayNameof the referencedWorker.- Specified by:
workerUserDisplayNamein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.workerUserDisplayName()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workerSessionId
public TaskQuery.GroupByQuery workerSessionId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
WorkerSessionId.SQL part:
GROUP BY WorkerSessionId- Specified by:
workerSessionIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.workerSessionId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
activatorId
public TaskQuery.GroupByQuery activatorId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
ActivatorId.SQL part:
GROUP BY ActivatorId- Specified by:
activatorIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.activatorId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
originalActivatorId
public TaskQuery.GroupByQuery originalActivatorId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
OriginalActivatorId.SQL part:
GROUP BY OriginalActivatorId- Specified by:
originalActivatorIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.originalActivatorId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
originalActivatorName
public TaskQuery.GroupByQuery originalActivatorName()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
OriginalActivatorName.SQL part:
GROUP BY OriginalActivatorNameThis is a virtual column. It contains the same value as the column
MemberNameof the referencedOriginalActivator.- Specified by:
originalActivatorNamein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.originalActivatorName()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
originalActivatorDisplayName
public TaskQuery.GroupByQuery originalActivatorDisplayName()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
OriginalActivatorDisplayName.SQL part:
GROUP BY OriginalActivatorDisplayNameThis is a virtual column. It contains the same value as the column
DisplayNameof the referencedOriginalActivator.- Specified by:
originalActivatorDisplayNamein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.originalActivatorDisplayName()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryActivatorId
public TaskQuery.GroupByQuery expiryActivatorId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
ExpiryActivatorId.SQL part:
GROUP BY ExpiryActivatorId- Specified by:
expiryActivatorIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.expiryActivatorId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryActivatorName
public TaskQuery.GroupByQuery expiryActivatorName()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
ExpiryActivatorName.SQL part:
GROUP BY ExpiryActivatorNameThis is a virtual column. It contains the same value as the column
MemberNameof the referencedExpiryActivator.- Specified by:
expiryActivatorNamein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.expiryActivatorName()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryActivatorDisplayName
public TaskQuery.GroupByQuery expiryActivatorDisplayName()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
ExpiryActivatorDisplayName.SQL part:
GROUP BY ExpiryActivatorDisplayNameThis is a virtual column. It contains the same value as the column
DisplayNameof the referencedExpiryActivator.- Specified by:
expiryActivatorDisplayNamein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.expiryActivatorDisplayName()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryPriority
public TaskQuery.GroupByQuery expiryPriority()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
ExpiryPriority.SQL part:
GROUP BY ExpiryPriority- Specified by:
expiryPriorityin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.expiryPriority()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryTimestamp
public TaskQuery.GroupByQuery expiryTimestamp()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
ExpiryTimestamp.SQL part:
GROUP BY ExpiryTimestamp- Specified by:
expiryTimestampin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.expiryTimestamp()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryTaskStartElementPid
public TaskQuery.GroupByQuery expiryTaskStartElementPid()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
ExpiryTaskStartElementPid.SQL part:
GROUP BY ExpiryTaskStartElementPid- Specified by:
expiryTaskStartElementPidin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.expiryTaskStartElementPid()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
isExpired
public TaskQuery.GroupByQuery isExpired()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
IsExpired.SQL part:
GROUP BY IsExpired- Specified by:
isExpiredin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.isExpired()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiredCreatorTaskId
public TaskQuery.GroupByQuery expiredCreatorTaskId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
ExpiredCreatorTaskId.SQL part:
GROUP BY ExpiredCreatorTaskId- Specified by:
expiredCreatorTaskIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.expiredCreatorTaskId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
timeoutedCreatorIntrmdtEventId
public TaskQuery.GroupByQuery timeoutedCreatorIntrmdtEventId()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
TimeoutedCreatorIntrmdtEventId.SQL part:
GROUP BY TimeoutedCreatorIntrmdtEventId- Specified by:
timeoutedCreatorIntrmdtEventIdin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.timeoutedCreatorIntrmdtEventId()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
delayTimestamp
public TaskQuery.GroupByQuery delayTimestamp()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
DelayTimestamp.SQL part:
GROUP BY DelayTimestamp- Specified by:
delayTimestampin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.delayTimestamp()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
state
public TaskQuery.GroupByQuery state()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
State.SQL part:
GROUP BY State- Specified by:
statein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.state()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
requestPath
public TaskQuery.GroupByQuery requestPath()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
RequestPath.SQL part:
GROUP BY RequestPath- Specified by:
requestPathin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.requestPath()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
displayNameTemplate
public TaskQuery.GroupByQuery displayNameTemplate()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
DisplayNameTemplate.SQL part:
GROUP BY DisplayNameTemplate- Specified by:
displayNameTemplatein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.displayNameTemplate()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
name
public TaskQuery.GroupByQuery name()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
Name.SQL part:
GROUP BY Name- Specified by:
namein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.name()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
displayDescriptionTemplate
public TaskQuery.GroupByQuery displayDescriptionTemplate()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
DisplayDescriptionTemplate.SQL part:
GROUP BY DisplayDescriptionTemplate- Specified by:
displayDescriptionTemplatein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.displayDescriptionTemplate()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
description
public TaskQuery.GroupByQuery description()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
Description.SQL part:
GROUP BY Description- Specified by:
descriptionin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.description()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
priority
public TaskQuery.GroupByQuery priority()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
Priority.SQL part:
GROUP BY Priority- Specified by:
priorityin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.priority()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
originalPriority
public TaskQuery.GroupByQuery originalPriority()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
OriginalPriority.SQL part:
GROUP BY OriginalPriority- Specified by:
originalPriorityin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.originalPriority()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
startTimestamp
public TaskQuery.GroupByQuery startTimestamp()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
StartTimestamp.SQL part:
GROUP BY StartTimestamp- Specified by:
startTimestampin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.startTimestamp()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
endTimestamp
public TaskQuery.GroupByQuery endTimestamp()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
EndTimestamp.SQL part:
GROUP BY EndTimestamp- Specified by:
endTimestampin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.endTimestamp()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
businessCalendar
public TaskQuery.GroupByQuery businessCalendar()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
BusinessCalendar.SQL part:
GROUP BY BusinessCalendar- Specified by:
businessCalendarin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.businessCalendar()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workingTime
public TaskQuery.GroupByQuery workingTime()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
WorkingTime.SQL part:
GROUP BY WorkingTime- Specified by:
workingTimein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.workingTime()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
businessRuntime
public TaskQuery.GroupByQuery businessRuntime()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
BusinessRuntime.SQL part:
GROUP BY BusinessRuntime- Specified by:
businessRuntimein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.businessRuntime()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
failedTimeoutTimestamp
public TaskQuery.GroupByQuery failedTimeoutTimestamp()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
FailedTimeoutTimestamp.SQL part:
GROUP BY FailedTimeoutTimestamp- Specified by:
failedTimeoutTimestampin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.failedTimeoutTimestamp()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
numberOfFailures
public TaskQuery.GroupByQuery numberOfFailures()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
NumberOfFailures.SQL part:
GROUP BY NumberOfFailures- Specified by:
numberOfFailuresin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.numberOfFailures()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
numberOfResumes
public TaskQuery.GroupByQuery numberOfResumes()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
NumberOfResumes.SQL part:
GROUP BY NumberOfResumes- Specified by:
numberOfResumesin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.numberOfResumes()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
category
public TaskQuery.GroupByQuery category()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
Category.SQL part:
GROUP BY Category- Specified by:
categoryin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.category()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
isUpdatedOnStart
public TaskQuery.GroupByQuery isUpdatedOnStart()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
IsUpdatedOnStart.SQL part:
GROUP BY IsUpdatedOnStart- Specified by:
isUpdatedOnStartin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.isUpdatedOnStart()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
isOffline
public TaskQuery.GroupByQuery isOffline()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
IsOffline.SQL part:
GROUP BY IsOffline- Specified by:
isOfflinein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.isOffline()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
activatorName
public TaskQuery.GroupByQuery activatorName()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
ActivatorName.SQL part:
GROUP BY ActivatorNameThis is a virtual column. It contains the same value as the column
MemberNameof the referencedActivator.- Specified by:
activatorNamein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.activatorName()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
activatorDisplayName
public TaskQuery.GroupByQuery activatorDisplayName()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by the field
ActivatorDisplayName.SQL part:
GROUP BY ActivatorDisplayNameThis is a virtual column. It contains the same value as the column
DisplayNameof the referencedActivator.- Specified by:
activatorDisplayNamein interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- See Also:
TaskQuery.IGroupByQueryColumns.activatorDisplayName()- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
customField
public TaskQuery.ICustomFieldGroupBy customField()
Description copied from interface:TaskQuery.IGroupByQueryColumnsGroups the result of the query by a custom field specified during further composition.
- Specified by:
customFieldin interfaceTaskQuery.IGroupByQueryColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
-