|
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.ExecutedInstance
public class ExecutedInstance
This class represents an instance of a report which should be executed.
The instance is identified by its report properties.
Usually you will have only one ExecutedInstacne per ExecutedReport.
Only if you defined a DynamicProperties class for a
ScheduleReport you can have more than one
instance. From the instance you can get a ReportCacheKey
which can be used for rendering this report.
| Method Summary | |
|---|---|
java.util.Properties |
getDynamicProperties()
Returns the properties which have been changed for this ExecutedInstance when a DynamicProperties class is used for the report. |
java.util.Properties |
getProperties()
Returns the report properties for the report represented by this ExecutedInstance. |
| Method Detail |
|---|
public java.util.Properties getProperties()
DynamicProperties class registered for the
ScheduleReport of this report the report properties returned will be
identical to the report properties of the configured
ScheduleReport. Otherwise the properties can differ. Usually
the values for the prompts of the report should be not the same.
public java.util.Properties getDynamicProperties()
null will be returned.
null when no DynamicProperties class was used.
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||