public interface HistoricActivityStatisticsQuery extends Query<HistoricActivityStatisticsQuery,HistoricActivityStatistics>
Modifier and Type | Method and Description |
---|---|
HistoricActivityStatisticsQuery |
finishedAfter(Date date)
Only select historic activities of process instances that were finished after the given date.
|
HistoricActivityStatisticsQuery |
finishedBefore(Date date)
Only select historic activities of process instances that were finished before the given date.
|
HistoricActivityStatisticsQuery |
includeCanceled()
Include an aggregation of canceled instances in the result.
|
HistoricActivityStatisticsQuery |
includeCompleteScope()
Include an aggregation of instances, which complete a scope (ie.
|
HistoricActivityStatisticsQuery |
includeFinished()
Include an aggregation of finished instances in the result.
|
HistoricActivityStatisticsQuery |
includeIncidents()
Include an aggregation of the incidents in the result.
|
HistoricActivityStatisticsQuery |
orderByActivityId()
Order by activity id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricActivityStatisticsQuery |
processInstanceIdIn(String... processInstanceIds)
Only select historic activities of process instances with the given IDs
|
HistoricActivityStatisticsQuery |
startedAfter(Date date)
Only select historic activities of process instances that were started after the given date.
|
HistoricActivityStatisticsQuery |
startedBefore(Date date)
Only select historic activities of process instances that were started before the given date.
|
asc, count, desc, list, listPage, singleResult, unlimitedList
HistoricActivityStatisticsQuery includeFinished()
HistoricActivityStatisticsQuery includeCanceled()
HistoricActivityStatisticsQuery includeCompleteScope()
HistoricActivityStatisticsQuery includeIncidents()
HistoricActivityStatisticsQuery startedBefore(Date date)
HistoricActivityStatisticsQuery startedAfter(Date date)
HistoricActivityStatisticsQuery finishedBefore(Date date)
HistoricActivityStatisticsQuery finishedAfter(Date date)
HistoricActivityStatisticsQuery processInstanceIdIn(String... processInstanceIds)
HistoricActivityStatisticsQuery orderByActivityId()
Query.asc()
or Query.desc()
).Copyright © 2022. All rights reserved.