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.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(ReportRequest reportRequest, ReportConfiguration report)
int
getOrder()
ReportResult
run(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:
canRun
in interfaceReportRunner
-
run
public ReportResult run(ReportRequest reportRequest, ReportConfiguration report)
- Specified by:
run
in interfaceReportRunner
-
-