Package com.businessobjects.enterprise.ftp

This package provides an interface through which the destination options for FTP can be specified.

See:
          Description

Interface Summary
DestinationFiles An XML DestinationFiles(@http://enterprise.businessobjects.com/3.0/ftp).
Ftp An XML Ftp(@http://enterprise.businessobjects.com/3.0/ftp).
FtpScheduleOptions An XML FtpScheduleOptions(@http://enterprise.businessobjects.com/3.0/ftp).
 

Class Summary
DestinationFiles.Factory A factory class with static methods for creating instances of this type.
Ftp.Factory A factory class with static methods for creating instances of this type.
FtpScheduleOptions.Factory A factory class with static methods for creating instances of this type.
 

Package com.businessobjects.enterprise.ftp Description

This package provides an interface through which the destination options for FTP can be specified. Two types of options can be set for each destination: global and scheduling. Global options are the default settings for a particular job server. Scheduling options are the default settings for the destination plugin and can be copied to a report. When the report is run, the global and scheduling destination options are compared; the scheduling options override the global options.

Retrieving and setting global and schedule destination options

Both the global and schedule options are set through the corresponding object: the DiskUnmanagedScheduleOptions object, FtpScheduleOptions object, or SmtpScheduleOptions object. Set the global options by using the setDestinationScheduleOptions method of the Destination object to retrieve the destination plugin. Set the schedule options by directly querying the CMS InfoStore for the destination plugin. The query returns the plugin's default object, through which you can access the destination options object.