Class Summary |
Alert |
The Alert class represents the information needed to set up an Alert Schedule
in ReportCaster. |
AmperParameter |
AmperParameter is used to specify, discover, and retrieve parameter names and values
located within a FOCUS procedure. |
Destination |
When ReportCaster distributes a schedule it determines the recipient(s) by accessing the members
of a "destination container". |
Distribution |
Distribution is an abstract class from which classes
representing the ReportCaster distribution methods are derived. |
DistributionEmail |
Extends the abstract Distribution class, and is used when
the distribution method for the scheduled ReportCaster job is Email. |
DistributionFTP |
The DistributionFTP class extends the abstract Distribution class
where the distribution method for the scheduled ReportCaster report is via FTP. |
DistributionPrint |
Print distribution is one of five distribution types supported by ReportCaster. |
DistributionSFTP |
The DistributionSFTP class extends the DistributionFTP class
where the distribution method for the scheduled ReportCaster report
is SSH (Secure Shell) File Transfer Protocol. |
DynamicAddress |
The DynamicAddress class is used when a ReportCaster
distribution list is created dynamically at runtime. |
Notification |
When scheduled reports are distributed, ReportCaster allows selected
individuals to be notified with log information about the distribution. |
OptionValue |
The OptionValue class is used in conjunction with the
AmperParameter class to enable the ReportCaster user to specify
the range of valid values for parameters defined within
a FOCUS procedure. |
Parameter |
The Parameter class provides a means of obtaining and assigning parameter names
and values relating to reporting tasks associated with a ReportCaster
scheduled distribution. |
Schedule |
Encapsulates the process of scheduling reports for distribution by ReportCaster. |
StorageLibrary |
|
StorageLibraryEmail |
|
StorageMre |
Managed Reporting storage is one of five distribution types supported by ReportCaster. |
Task |
The Task class is an abstract class used to derive classes representing
the six ReportCaster task objects:
1. |
Task.SystemTask |
|
TaskFile |
The TaskFile class is one of six task types supported by ReportCaster (WebFOCUS
Server procedure, MyReport, Standard Report, FTP, and URL are the others). |
TaskFtp |
The TaskFTP class is one of six task types supported by ReportCaster (WebFOCUS
Server procedure, MyReport, Standard Report, File, and URL are the others). |
TaskMyReport |
The TaskMyReport class is one of six task types supported by
ReportCaster (WebFOCUS Server procedure, Standard Report, File, FTP, and
URL are the others). |
TaskSchedule |
|
TaskStandardReport |
The TaskStandardReport class is one of six task types supported by
ReportCaster (WF Server Procedure, MyReport, File, FTP, and URL are the
others). |
TaskUrl |
The TaskUrl class is one of six task types supported by ReportCaster
(WF Server Procedure, MyReport, Standard Report, FTP, and File
are the others). |
TaskWFServerProcedure |
The TaskWFServerProcedure class is one of six task types supported by
ReportCaster (MyReport, Standard Report, File, FTP and URL are the others). |
TimeInfo |
The TimeInfo class is an abstract class used to represent time-related
information as it pertains to scheduling within ReportCaster. |
TimeInfoCustom |
|
TimeInfoDay |
The TimeInfoDay class represents time information pertaining to scheduled
reports that run in intervals of days. |
TimeInfoHour |
The TimeInfoHour class represents time information pertaining to scheduled
reports that run in intervals of hours. |
TimeInfoMinute |
The TimeInfoMinute class represents time information pertaining to scheduled
reports that run in intervals of minutes. |
TimeInfoMonth |
The TimeInfoMonth class represents time information pertaining to scheduled
reports that run in intervals of months. |
TimeInfoOnce |
The TimeInfoOnce class represents time information pertaining to scheduled
jobs that are to run only once. |
TimeInfoWeek |
The TimeInfoWeek class represents time information pertaining to scheduled
reports that run in intervals of weeks. |
TimeInfoYear |
The TimeInfoYear class represents time information pertaining to scheduled
reports that run in intervals of years. |
TimeInterval |
|