|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResultVersionRecord
Interface VersionRecord represents a result version record of a report.
| Method Summary | |
|---|---|
java.util.Hashtable |
getAllReportResultFiles()
Return all reports' result files' name of the result version, result files may be various format, returned Hashtable contains pairs of report names and ResultFiles contains result file names. |
ResultFiles |
getAllResultFiles()
Deprecated. replaced by getAllReportResultFiles() |
java.lang.String |
getCatalogFile()
Get the catalog filename. |
java.util.Date |
getCreatedTime()
Return the created time of the result version. |
int |
getExpirationMethod()
Return the auto expire method of the result version. |
java.util.Date |
getExpirationTime()
Return the expiration time of the result version. |
java.lang.String |
getParamFile()
Return the parameter filename of the result version. |
java.lang.String |
getReportFile()
Get the report filename. |
java.lang.String |
getResultFile()
Deprecated. replaced by getAllResultFiles() |
java.lang.String |
getSubmitter()
Deprecated. As of version 6, replace by getCreator(). |
java.lang.String |
getVersionID()
Return the version ID. |
| Methods inherited from interface jet.server.api.VersionRecord |
|---|
getCreator, getRealPath, getResourcePath, getVersionName, getVersionNumber |
| Methods inherited from interface jet.server.api.PropertiesCreator |
|---|
toProperties |
| Method Detail |
|---|
java.lang.String getVersionID()
getVersionID in interface VersionRecordjava.lang.String getCatalogFile()
java.lang.String getReportFile()
java.lang.String getResultFile()
ResultFiles getAllResultFiles()
java.util.Hashtable getAllReportResultFiles()
java.lang.String getParamFile()
java.util.Date getCreatedTime()
getCreatedTime in interface VersionRecordjava.util.Date getExpirationTime()
int getExpirationMethod()
java.lang.String getSubmitter()
getCreator().
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||