Uses of Interface
org.camunda.bpm.engine.history.HistoricTaskInstanceReportResult
-
Packages that use HistoricTaskInstanceReportResult Package Description org.camunda.bpm.engine.history Classes related to theHistoryService.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of HistoricTaskInstanceReportResult in org.camunda.bpm.engine.history
Methods in org.camunda.bpm.engine.history that return types with arguments of type HistoricTaskInstanceReportResult Modifier and Type Method Description List<HistoricTaskInstanceReportResult>HistoricTaskInstanceReport. countByProcessDefinitionKey()Executes the task report query and returns a list ofHistoricTaskInstanceReportResultsList<HistoricTaskInstanceReportResult>HistoricTaskInstanceReport. countByTaskName()Executes the task report query and returns a list ofHistoricTaskInstanceReportResults -
Uses of HistoricTaskInstanceReportResult in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricTaskInstanceReportResult Modifier and Type Method Description List<HistoricTaskInstanceReportResult>HistoricTaskInstanceReportImpl. countByProcessDefinitionKey()List<HistoricTaskInstanceReportResult>HistoricTaskInstanceReportImpl. countByTaskName()List<HistoricTaskInstanceReportResult>HistoricTaskInstanceReportImpl.HistoricTaskInstanceCountByNameCmd. execute(CommandContext commandContext)List<HistoricTaskInstanceReportResult>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 HistoricTaskInstanceReportResult Modifier and Type Class Description classTaskReportResultEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricTaskInstanceReportResult Modifier and Type Method Description List<HistoricTaskInstanceReportResult>TaskReportManager. selectHistoricTaskInstanceCountByProcDefKeyReport(HistoricTaskInstanceReportImpl query)List<HistoricTaskInstanceReportResult>TaskReportManager. selectHistoricTaskInstanceCountByTaskNameReport(HistoricTaskInstanceReportImpl query)
-