Package | Description |
---|---|
com.cultofbits.integrationm.service.actionpack |
Modifier and Type | Method and Description |
---|---|
AsyncReportmResponse |
ReportmActionPack.generateAsync(String reportTemplatePath,
Map<String,Object> arguments,
Map<String,String> extracts,
String callbackUri)
Generates a report asynchronously based on the specified report template path and arguments, and invokes
the specified callback URI after the report is generated.
|
AsyncReportmResponse |
ReportmActionPack.generateAsync(String reportTemplatePath,
Map<String,Object> arguments,
Map<String,String> extracts,
String callbackUri,
String runAsUser)
Generates a report asynchronously based on the specified report template path and arguments, and invokes
the specified callback URI after the report is generated.
|
AsyncReportmResponse |
ReportmActionPack.generateAsync(String reportTemplatePath,
Map<String,Object> arguments,
String callbackUri)
Generates a report asynchronously based on the specified report template path and arguments, and invokes
the specified callback URI after the report is generated.
|
AsyncReportmResponse |
ReportmActionPack.generateAsync(String reportTemplatePath,
String callbackUri)
Generates a report asynchronously based on the specified report template path and invokes the specified callback URI
after the report is generated.
|
Copyright © 2021 Cult Of Bits, lda