Package com.businessobjects.enterprise.diskunmanaged

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

See:
          Description

Interface Summary
DestinationFiles An XML DestinationFiles(@http://enterprise.businessobjects.com/3.0/diskunmanaged).
DiskUnmanaged An XML DiskUnmanaged(@http://enterprise.businessobjects.com/3.0/diskunmanaged).
DiskUnmanagedScheduleOptions An XML DiskUnmanagedScheduleOptions(@http://enterprise.businessobjects.com/3.0/diskunmanaged).
 

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

Package com.businessobjects.enterprise.diskunmanaged Description

This package provides an interface through which the destination options for a disk 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.