Uses of Interface
org.camunda.bpm.engine.history.HistoricTaskInstanceReportResult
Package
Description
Classes related to the
HistoryService
.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricTaskInstanceReportResult in org.camunda.bpm.engine.history
Modifier and TypeMethodDescriptionHistoricTaskInstanceReport.countByProcessDefinitionKey()
Executes the task report query and returns a list ofHistoricTaskInstanceReportResult
sHistoricTaskInstanceReport.countByTaskName()
Executes the task report query and returns a list ofHistoricTaskInstanceReportResult
s -
Uses of HistoricTaskInstanceReportResult in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionHistoricTaskInstanceReportImpl.countByProcessDefinitionKey()
HistoricTaskInstanceReportImpl.countByTaskName()
HistoricTaskInstanceReportImpl.HistoricTaskInstanceCountByNameCmd.execute
(CommandContext commandContext) HistoricTaskInstanceReportImpl.HistoricTaskInstanceCountByProcessDefinitionKey.execute
(CommandContext commandContext) protected List<HistoricTaskInstanceReportResult>
HistoricTaskInstanceReportImpl.executeCountByProcessDefinitionKey
(CommandContext commandContext) protected List<HistoricTaskInstanceReportResult>
HistoricTaskInstanceReportImpl.executeCountByTaskName
(CommandContext commandContext) -
Uses of HistoricTaskInstanceReportResult in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionTaskReportManager.selectHistoricTaskInstanceCountByProcDefKeyReport
(HistoricTaskInstanceReportImpl query) TaskReportManager.selectHistoricTaskInstanceCountByTaskNameReport
(HistoricTaskInstanceReportImpl query) -
Uses of HistoricTaskInstanceReportResult in org.camunda.bpm.engine.rest.dto.history
Modifier and TypeMethodDescriptionHistoricTaskInstanceReportQueryDto.executeCompletedReport
(ProcessEngine engine) Modifier and TypeMethodDescriptionHistoricTaskInstanceReportResultDto.fromHistoricTaskInstanceReportResult
(HistoricTaskInstanceReportResult taskReportResult) -
Uses of HistoricTaskInstanceReportResult in org.camunda.bpm.engine.rest.impl.history
Modifier and TypeMethodDescriptionprotected List<HistoricTaskInstanceReportResultDto>
HistoricTaskInstanceRestServiceImpl.generateCountDto
(List<HistoricTaskInstanceReportResult> results)