public class LicenseLoginsReportRunner extends Object implements ReportRunner, Ordered
Modifier and Type | Field and Description |
---|---|
protected com.flowable.license.LicenseLoginService |
licenseLoginService |
static int |
ORDER |
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Constructor and Description |
---|
LicenseLoginsReportRunner(com.flowable.license.LicenseLoginService licenseLoginService) |
Modifier and Type | Method and Description |
---|---|
boolean |
canRun(ReportRequest reportRequest,
ReportConfiguration report) |
int |
getOrder() |
ReportResult |
run(ReportRequest reportRequest,
ReportConfiguration report) |
public static final int ORDER
protected final com.flowable.license.LicenseLoginService licenseLoginService
public LicenseLoginsReportRunner(com.flowable.license.LicenseLoginService licenseLoginService)
public boolean canRun(ReportRequest reportRequest, ReportConfiguration report)
canRun
in interface ReportRunner
public ReportResult run(ReportRequest reportRequest, ReportConfiguration report)
run
in interface ReportRunner