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.
|
java.lang.String |
getFileName()
Get the file name that Logi Report will export to or save to.
|
java.util.Map<java.lang.String,java.lang.String> |
getParameters()
Get the parameter key/value pairs that are used to run the report.
|
java.lang.String |
getReportId()
Get the report id which represents a report in the server environment.
|
java.lang.String |
getUserName()
Get the user name who performs the operation.
|
java.lang.String getUserName()
java.lang.String getFileName()
long getEventTime()
CallbackInfo.Event getEvent()
java.lang.String getReportId()
java.util.Map<java.lang.String,java.lang.String> getParameters()
CallbackInfo.Event.SAVE
or the report does not apply any parameters.