Uses of Interface
org.camunda.bpm.engine.history.HistoricTaskInstanceReportResult
Packages that use 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
Methods in org.camunda.bpm.engine.history that return types with arguments of type HistoricTaskInstanceReportResultModifier 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
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricTaskInstanceReportResultModifier 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
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricTaskInstanceReportResultMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricTaskInstanceReportResultModifier and TypeMethodDescriptionTaskReportManager.selectHistoricTaskInstanceCountByProcDefKeyReport
(HistoricTaskInstanceReportImpl query) TaskReportManager.selectHistoricTaskInstanceCountByTaskNameReport
(HistoricTaskInstanceReportImpl query) -
Uses of HistoricTaskInstanceReportResult in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return types with arguments of type HistoricTaskInstanceReportResultModifier and TypeMethodDescriptionHistoricTaskInstanceReportQueryDto.executeCompletedReport
(ProcessEngine engine) Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricTaskInstanceReportResultModifier and TypeMethodDescriptionHistoricTaskInstanceReportResultDto.fromHistoricTaskInstanceReportResult
(HistoricTaskInstanceReportResult taskReportResult) -
Uses of HistoricTaskInstanceReportResult in org.camunda.bpm.engine.rest.impl.history
Method parameters in org.camunda.bpm.engine.rest.impl.history with type arguments of type HistoricTaskInstanceReportResultModifier and TypeMethodDescriptionprotected List<HistoricTaskInstanceReportResultDto>
HistoricTaskInstanceRestServiceImpl.generateCountDto
(List<HistoricTaskInstanceReportResult> results)