Uses of Interface
org.camunda.bpm.engine.query.Report
-
Packages that use Report 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.rest.dto -
-
Uses of Report in org.camunda.bpm.engine.history
Subinterfaces of Report in org.camunda.bpm.engine.history Modifier and Type Interface Description interface
HistoricProcessInstanceReport
Defines a report query forHistoricProcessInstance
s.interface
HistoricTaskInstanceReport
-
Uses of Report in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl that implement Report Modifier and Type Class Description class
HistoricProcessInstanceReportImpl
class
HistoricTaskInstanceReportImpl
-
Uses of Report in org.camunda.bpm.engine.rest.dto
Classes in org.camunda.bpm.engine.rest.dto with type parameters of type Report Modifier and Type Class Description class
AbstractReportDto<T extends Report>
-