Class LicenseLoginsReportRunner

  • All Implemented Interfaces:
    com.flowable.core.service.reporting.ReportRunner, org.springframework.core.Ordered

    public class LicenseLoginsReportRunner
    extends java.lang.Object
    implements com.flowable.core.service.reporting.ReportRunner, org.springframework.core.Ordered
    Author:
    Filip Hrisafov
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.flowable.license.LicenseLoginService licenseLoginService  
      static int ORDER  
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Constructor Summary

      Constructors 
      Constructor Description
      LicenseLoginsReportRunner​(com.flowable.license.LicenseLoginService licenseLoginService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canRun​(com.flowable.core.service.reporting.dto.ReportRequest reportRequest, com.flowable.core.service.reporting.dto.ReportConfiguration report)  
      int getOrder()  
      com.flowable.core.service.reporting.dto.ReportResult run​(com.flowable.core.service.reporting.dto.ReportRequest reportRequest, com.flowable.core.service.reporting.dto.ReportConfiguration report)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • licenseLoginService

        protected final com.flowable.license.LicenseLoginService licenseLoginService
    • Constructor Detail

      • LicenseLoginsReportRunner

        public LicenseLoginsReportRunner​(com.flowable.license.LicenseLoginService licenseLoginService)
    • Method Detail

      • canRun

        public boolean canRun​(com.flowable.core.service.reporting.dto.ReportRequest reportRequest,
                              com.flowable.core.service.reporting.dto.ReportConfiguration report)
        Specified by:
        canRun in interface com.flowable.core.service.reporting.ReportRunner
      • run

        public com.flowable.core.service.reporting.dto.ReportResult run​(com.flowable.core.service.reporting.dto.ReportRequest reportRequest,
                                                                        com.flowable.core.service.reporting.dto.ReportConfiguration report)
        Specified by:
        run in interface com.flowable.core.service.reporting.ReportRunner
      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered