|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface VersionRecord represents a result version record of a report.
| Method Summary | |
ResultFiles |
getAllResultFiles()
Return all result files' name of the result version, result files may be various format, returned ResultFiles instance represent all result files by their file name. |
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 |
public java.lang.String getVersionID()
getVersionID in interface VersionRecordpublic java.lang.String getCatalogFile()
public java.lang.String getReportFile()
public java.lang.String getResultFile()
public ResultFiles getAllResultFiles()
public java.lang.String getParamFile()
public java.util.Date getCreatedTime()
getCreatedTime in interface VersionRecordpublic java.util.Date getExpirationTime()
public int getExpirationMethod()
public java.lang.String getSubmitter()
getCreator().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||