Class LicenseLoginsReportRunner
- java.lang.Object
 - 
- com.flowable.platform.service.reports.LicenseLoginsReportRunner
 
 
- 
- All Implemented Interfaces:
 ReportRunner,Ordered
public class LicenseLoginsReportRunner extends Object implements ReportRunner, Ordered
- Author:
 - Filip Hrisafov
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected com.flowable.license.LicenseLoginServicelicenseLoginServicestatic intORDER- 
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 booleancanRun(ReportRequest reportRequest, ReportConfiguration report)intgetOrder()ReportResultrun(ReportRequest reportRequest, ReportConfiguration report) 
 - 
 
- 
- 
Field Detail
- 
ORDER
public static final int ORDER
- See Also:
 - Constant Field Values
 
 
- 
licenseLoginService
protected final com.flowable.license.LicenseLoginService licenseLoginService
 
 - 
 
- 
Method Detail
- 
canRun
public boolean canRun(ReportRequest reportRequest, ReportConfiguration report)
- Specified by:
 canRunin interfaceReportRunner
 
- 
run
public ReportResult run(ReportRequest reportRequest, ReportConfiguration report)
- Specified by:
 runin interfaceReportRunner
 
 - 
 
 -