Uses of Interface
com.flowable.engage.analytics.api.ReportDefinition
Package | Description |
---|---|
com.flowable.engage.analytics.api | |
com.flowable.engage.analytics.dto | |
com.flowable.engage.analytics.impl | |
com.flowable.engage.analytics.service |
-
Uses of ReportDefinition in com.flowable.engage.analytics.api
Methods in com.flowable.engage.analytics.api that return types with arguments of type ReportDefinition Modifier and Type Method Description java.util.List<ReportDefinition>
ReportDefinitionProvider. getReportDefinitions()
-
Uses of ReportDefinition in com.flowable.engage.analytics.dto
Constructors in com.flowable.engage.analytics.dto with parameters of type ReportDefinition Constructor Description LightReportDTO(ReportDefinition report)
ReportDTO(ReportDefinition report)
-
Uses of ReportDefinition in com.flowable.engage.analytics.impl
Classes in com.flowable.engage.analytics.impl that implement ReportDefinition Modifier and Type Class Description class
ReportDefinitionImpl
-
Uses of ReportDefinition in com.flowable.engage.analytics.service
Methods in com.flowable.engage.analytics.service that return ReportDefinition Modifier and Type Method Description ReportDefinition
ReportService. getReport(java.lang.String reportId)
ReportDefinition
ReportServiceImpl. getReport(java.lang.String reportId)
Methods in com.flowable.engage.analytics.service that return types with arguments of type ReportDefinition Modifier and Type Method Description java.util.List<ReportDefinition>
ReportService. getReports()
java.util.List<ReportDefinition>
ReportService. getReports(java.lang.String searchText)
java.util.List<ReportDefinition>
ReportServiceImpl. getReports()
java.util.List<ReportDefinition>
ReportServiceImpl. getReports(java.lang.String searchText)
Methods in com.flowable.engage.analytics.service with parameters of type ReportDefinition Modifier and Type Method Description protected void
ReportServiceImpl. addReport(ReportDefinition report)