Class LicenseLoginsReportRunner
java.lang.Object
com.flowable.platform.service.reports.LicenseLoginsReportRunner
- All Implemented Interfaces:
 ReportRunner,Ordered
- Author:
 - Filip Hrisafov
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.flowable.license.LicenseLoginServicestatic final intFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE - 
Constructor Summary
ConstructorsConstructorDescriptionLicenseLoginsReportRunner(com.flowable.license.LicenseLoginService licenseLoginService)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleancanRun(ReportRequest reportRequest, ReportConfiguration report) intgetOrder()run(ReportRequest reportRequest, ReportConfiguration report)  
- 
Field Details
- 
ORDER
public static final int ORDER- See Also:
 
 - 
licenseLoginService
protected final com.flowable.license.LicenseLoginService licenseLoginService 
 - 
 - 
Constructor Details
- 
LicenseLoginsReportRunner
public LicenseLoginsReportRunner(com.flowable.license.LicenseLoginService licenseLoginService)  
 - 
 - 
Method Details
- 
canRun
- Specified by:
 canRunin interfaceReportRunner
 - 
run
- Specified by:
 runin interfaceReportRunner
 - 
getOrder
public int getOrder() 
 -