|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Distribution | |
|---|---|
| ibi.broker.api.data.schedule | |
| Uses of Distribution in ibi.broker.api.data.schedule |
|---|
| Subclasses of Distribution in ibi.broker.api.data.schedule | |
|---|---|
class |
DistributionEmail
Extends the abstract Distribution class, and is used when the distribution method for the scheduled ReportCaster job is Email. |
class |
DistributionFTP
The DistributionFTP class extends the abstract Distribution class where the distribution method for the scheduled ReportCaster report is via FTP. |
class |
DistributionPrint
Print distribution is one of five distribution types supported by ReportCaster. |
class |
DistributionSFTP
The DistributionSFTP class extends the DistributionFTP class where the distribution method for the scheduled ReportCaster report is SSH (Secure Shell) File Transfer Protocol. |
class |
StorageLibrary
|
class |
StorageMre
Managed Reporting storage is one of five distribution types supported by ReportCaster. |
| Methods in ibi.broker.api.data.schedule that return Distribution | |
|---|---|
Distribution |
Schedule.getDistribution()
Obtains the Distribution object associated with this Schedule. |
| Methods in ibi.broker.api.data.schedule with parameters of type Distribution | |
|---|---|
void |
Schedule.setDistribution(Distribution distribution)
Assigns the Distribution object associated with this Schedule. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||