|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.report.schedule.ScheduleTask.LastGeneratedReportInstance
public static class ScheduleTask.LastGeneratedReportInstance
Contains information about a report that has been rendered and it's files. They can be used to download the
report again.
One object of this represents one rendered report-instance (there can be more instances of one report with
dynamic properties or a cacheAction which renders all formats.
This object will be stored in prefs with Json.
This stores filenames of saved files which has been created by a FileAction or sth similar.
This additionally stores a ReportCacheKey, which points to the rendered report.
| Constructor Summary | |
|---|---|
ScheduleTask.LastGeneratedReportInstance()
|
|
| Method Summary | |
|---|---|
java.util.ArrayList |
getFiles()
Get the paths to the files |
ReportCacheKey |
getKey()
Get the reportCacheKey. |
void |
setFiles(java.util.ArrayList files)
set the filePaths |
void |
setKey(ReportCacheKey key)
set the keys |
| Constructor Detail |
|---|
public ScheduleTask.LastGeneratedReportInstance()
| Method Detail |
|---|
public java.util.ArrayList getFiles()
public void setFiles(java.util.ArrayList files)
files - the filePaths to setpublic ReportCacheKey getKey()
public void setKey(ReportCacheKey key)
key - the keys to set
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||