Package com.businessobjects.enterprise.diskunmanaged

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

See:
          Description

Class Summary
DestinationFiles The collection used to add, delete, and modify unmanaged disk files.
DiskUnmanaged Manages the options for an unmanaged disk location.
DiskUnmanagedScheduleOptions Sets the global or schedule options to an unmanaged disk location.
 

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.