Class LicenseLoginsReportRunner
java.lang.Object
com.flowable.platform.service.reports.LicenseLoginsReportRunner
- All Implemented Interfaces:
ReportRunner
,Ordered
- Author:
- Filip Hrisafov
-
Field Summary
Modifier and TypeFieldDescriptionprotected final com.flowable.license.LicenseLoginService
static final int
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
ConstructorDescriptionLicenseLoginsReportRunner
(com.flowable.license.LicenseLoginService licenseLoginService) -
Method Summary
Modifier and TypeMethodDescriptionboolean
canRun
(ReportRequest reportRequest, ReportConfiguration report) int
getOrder()
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:
canRun
in interfaceReportRunner
-
run
- Specified by:
run
in interfaceReportRunner
-
getOrder
public int getOrder()
-