public interface ResultVersionRecord extends VersionRecord, PropertiesCreator
VersionRecord represents a result version record of a report.STATUS_FINISHED, STATUS_UNFINISHED| Modifier and Type | Method and Description | 
|---|---|
java.util.Hashtable | 
getAllReportResultFiles()
Returns all reports' result files' name of the result version. 
 | 
ResultFiles | 
getAllResultFiles()
Deprecated. 
 
replaced by getAllReportResultFiles() 
 | 
java.lang.String | 
getCatalogFile()
Gets the catalog file name. 
 | 
java.util.Date | 
getCreatedTime()
Returns the created time of the result version. 
 | 
int | 
getExpirationMethod()
Returns the auto expiration method of the result version. 
 | 
java.util.Date | 
getExpirationTime()
Returns the expiration time of the result version. 
 | 
java.lang.String | 
getParamFile()
Returns the parameter file name of the result version. 
 | 
java.lang.String | 
getReportFile()
Gets the report file name. 
 | 
java.lang.String | 
getResultFile()
Deprecated. 
 
replaced by getAllResultFiles() 
 | 
java.lang.String | 
getSubmitter()
Deprecated. 
 
As of version 6, replaced by  
getCreator(). | 
java.lang.String | 
getVersionID()
Returns the version ID. 
 | 
boolean | 
hasOnlyRSDorWST()
Checks if the result version record only contains RSD or WST. 
 | 
getCreator, getRealPath, getResourcePath, getVersionName, getVersionNumbertoPropertiesjava.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().boolean hasOnlyRSDorWST()