Class ReportServiceImpl

java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<EngageEngineConfiguration>
com.flowable.engage.analytics.service.ReportServiceImpl
All Implemented Interfaces:
ReportService

public class ReportServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<EngageEngineConfiguration>
implements ReportService
  • Field Summary

    Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl

    commandExecutor

    Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl

    configuration
  • Constructor Summary

    Constructors 
    Constructor Description
    ReportServiceImpl​(EngageEngineConfiguration engageEngineConfiguration, UserAnalyticsService userAnalyticsService, java.util.List<ReportDefinitionProvider> reportDefinitionProviders)  
  • Method Summary

    Modifier and Type Method Description
    protected void addReport​(ReportDefinition report)  
    void generateDailyReport()  
    void generateHourlyReport()  
    ReportDefinition getReport​(java.lang.String reportId)  
    java.util.List<ReportDefinition> getReports()  
    java.util.List<ReportDefinition> getReports​(java.lang.String searchText)  

    Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl

    getCommandExecutor, setCommandExecutor

    Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl

    getConfiguration

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait