|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.document.ReportStatistics
public class ReportStatistics
This object enables you to get the report statistics information, which contains report version number (major, minor, letter), last saved by (person's name), revision number, total editing time (in minutes), last printed date, creation date, and last saved date.
Constructor Summary | |
---|---|
ReportStatistics(int reportVersionMajor,
int reportVersionMinor,
int reportVersionLetter,
java.lang.String lastSavedByPersonName,
int revisionNumber,
int totalEditingTime,
java.util.Date lastPrintedDate,
java.util.Date createdDate,
java.util.Date lastSavedDate,
java.util.Date dataFetchDate)
|
Method Summary | |
---|---|
java.util.Date |
getCreatedDate()
Returns the date the report was created. |
java.util.Date |
getDataFetchDate()
Returns the last time the saved data was refreshed. |
java.util.Date |
getLastPrintedDate()
Returns the last date the report was printed. |
java.lang.String |
getLastSavedByPersonName()
Returns the person name who changed and saved the report most recently. |
java.util.Date |
getLastSavedDate()
Returns the last date the report was saved. |
int |
getReportVersionLetter()
Returns the report version letter. |
int |
getReportVersionMajor()
Returns the report version major. |
int |
getReportVersionMinor()
Returns the report version minor. |
int |
getRevisionNumber()
Returns revision number. |
int |
getTotalEditingTime()
Returns total editing time (in minutes) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportStatistics(int reportVersionMajor, int reportVersionMinor, int reportVersionLetter, java.lang.String lastSavedByPersonName, int revisionNumber, int totalEditingTime, java.util.Date lastPrintedDate, java.util.Date createdDate, java.util.Date lastSavedDate, java.util.Date dataFetchDate)
Method Detail |
---|
public int getReportVersionMajor()
Returns the report version major.
getReportVersionMajor
in interface IReportStatistics
int
.public int getReportVersionMinor()
Returns the report version minor.
getReportVersionMinor
in interface IReportStatistics
int
.public int getReportVersionLetter()
Returns the report version letter.
getReportVersionLetter
in interface IReportStatistics
int
.public java.lang.String getLastSavedByPersonName()
Returns the person name who changed and saved the report most recently.
getLastSavedByPersonName
in interface IReportStatistics
String
.public int getRevisionNumber()
Returns revision number.
getRevisionNumber
in interface IReportStatistics
int
.public int getTotalEditingTime()
Returns total editing time (in minutes)
getTotalEditingTime
in interface IReportStatistics
int
public java.util.Date getLastPrintedDate()
Returns the last date the report was printed.
getLastPrintedDate
in interface IReportStatistics
Date
.public java.util.Date getCreatedDate()
Returns the date the report was created.
getCreatedDate
in interface IReportStatistics
Date
.public java.util.Date getLastSavedDate()
Returns the last date the report was saved.
getLastSavedDate
in interface IReportStatistics
Date
.public java.util.Date getDataFetchDate()
Returns the last time the saved data was refreshed.
getDataFetchDate
in interface IReportStatistics
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |