Package | Description |
---|---|
com.cultofbits.integrationm.service.actionpack |
Modifier and Type | Method and Description |
---|---|
ReportmResponse |
ReportmActionPack.generate(String reportTemplatePath)
Generates a report based on the specified report template path.
|
ReportmResponse |
ReportmActionPack.generate(String reportTemplatePath,
Map<String,Object> arguments)
Generates a report based on the specified report template path, with the provided arguments.
|
ReportmResponse |
ReportmActionPack.generate(String reportTemplatePath,
Map<String,Object> arguments,
String runAsUser)
Generates a report based on the specified report template path, with the provided arguments,
and optionally runs the operation as a different user.
|
ReportmResponse |
ReportmActionPack.generate(String reportTemplatePath,
String runAsUser)
Generates a report based on the specified report template path,
and optionally runs the operation as a different user.
|
Copyright © 2021 Cult Of Bits, lda