|
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.ExecutedReport
public class ExecutedReport
This class stores information about a report which should be executed with this
task. Usually this report will hold information about one single instance of
this report which means that there is only one configuration of the
properties for this report which should be executed.
If you specified an own instance of DynamicProperties
then there can be more than one instance. Each instance should then hold
a different combination of report properties (usually different prompt values).
Each instance will then be executed for the specified action or in a custom
action you can execute them yourself.
| Method Summary | |
|---|---|
java.lang.Exception |
getException()
This will return the exception occurred when a DynamicProperties class
is defined for this report but this class could not be used for some reason. |
ExecutedInstance |
getInstance(int index)
Returns the information about one report instance and the report properties of this instance. |
int |
getInstanceCount()
Returns the number of report instances which exists for this report. |
ScheduleReport |
getReport()
Returns the instance of ScheduleReport which is represented by this class. |
| Method Detail |
|---|
public ScheduleReport getReport()
public int getInstanceCount()
1. Only if you specified a DynamicProperties
class for this report this value can be greater than 1.
getInstance(int)public ExecutedInstance getInstance(int index)
index - The index within the list of instances of this report.
Should be 0< index <getInstanceCount().
getInstanceCount()public java.lang.Exception getException()
DynamicProperties class
is defined for this report but this class could not be used for some reason.
If there was no DynamicProperties class defined for the report or the defined
class could be used then null will be returned.
null if no exception occured.
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||