Package ch.ivyteam.ivy.workflow.query
Interface TaskBoundarySignalEventReceiverQuery.IGroupByQueryColumns
-
- All Known Implementing Classes:
TaskBoundarySignalEventReceiverQuery.GroupByQuery
- Enclosing class:
- TaskBoundarySignalEventReceiverQuery
public static interface TaskBoundarySignalEventReceiverQuery.IGroupByQueryColumnsProvides methods to group the result by certain fields.- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskBoundarySignalEventReceiverQuery.GroupByQuerysignalCodePattern()Groups the result of the query by the fieldSignalCodePattern.TaskBoundarySignalEventReceiverQuery.GroupByQuerysignaledTaskTaskStartId()Groups the result of the query by the fieldSignaledTaskTaskStartId.TaskBoundarySignalEventReceiverQuery.GroupByQuerystartedSignaledTaskId()Groups the result of the query by the fieldStartedSignaledTaskId.TaskBoundarySignalEventReceiverQuery.GroupByQuerytaskSignalEventId()Groups the result of the query by the fieldTaskSignalEventId.TaskBoundarySignalEventReceiverQuery.GroupByQuerywaitingTaskId()Groups the result of the query by the fieldWaitingTaskId.
-
-
-
Method Detail
-
taskSignalEventId
TaskBoundarySignalEventReceiverQuery.GroupByQuery taskSignalEventId()
Groups the result of the query by the field
TaskSignalEventId.SQL part:
GROUP BY TaskSignalEventId- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
waitingTaskId
TaskBoundarySignalEventReceiverQuery.GroupByQuery waitingTaskId()
Groups the result of the query by the field
WaitingTaskId.SQL part:
GROUP BY WaitingTaskId- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
signalCodePattern
TaskBoundarySignalEventReceiverQuery.GroupByQuery signalCodePattern()
Groups the result of the query by the field
SignalCodePattern.SQL part:
GROUP BY SignalCodePattern- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
signaledTaskTaskStartId
TaskBoundarySignalEventReceiverQuery.GroupByQuery signaledTaskTaskStartId()
Groups the result of the query by the field
SignaledTaskTaskStartId.SQL part:
GROUP BY SignaledTaskTaskStartId- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
startedSignaledTaskId
TaskBoundarySignalEventReceiverQuery.GroupByQuery startedSignaledTaskId()
Groups the result of the query by the field
StartedSignaledTaskId.SQL part:
GROUP BY StartedSignaledTaskId- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
-