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 interfaceHistoricProcessInstanceReportDefines a report query forHistoricProcessInstances.interfaceHistoricTaskInstanceReport -
Uses of Report in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl that implement Report Modifier and Type Class Description classHistoricProcessInstanceReportImplclassHistoricTaskInstanceReportImpl -
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 classAbstractReportDto<T extends Report>
-