public interface CallbackInfo
ReportCallback.call(CallbackInfo).| Modifier and Type | Interface and Description |
|---|---|
static class |
CallbackInfo.Event |
| Modifier and Type | Method and Description |
|---|---|
CallbackInfo.Event |
getEvent()
Get the event.
|
long |
getEventTime()
Get the time when the event occurs.
|
String |
getFileName()
Get the file name that Logi Report will export to or save to.
|
Map<String,String> |
getParameters()
Get the parameter key/value pairs that are used to run the report.
|
String |
getReportId()
Get the report id which represents a report in the server environment.
|
String |
getUserName()
Get the user name who performs the operation.
|
String getUserName()
String getFileName()
long getEventTime()
CallbackInfo.Event getEvent()
String getReportId()
Map<String,String> getParameters()
CallbackInfo.Event.SAVE
or the report does not apply any parameters.© insightsoftware. All rights reserved.