|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
| DestinationOptionEnum | Defines constants that describe the managed destination options for an object. |
| Destinations | A collection of destination IDs. |
| Managed | Contains properties and methods that allow you to maintain the options for a managed destination. |
| ManagedScheduleOptions | Contains properties that allow you to set the managed destination options for a managed destination. |
| SendToOptionEnum | Defines constants that describe the send options for an object being sent to a managed destination. |
| SourceObjects | A collection of source object IDs. |
This package contains two classes that provide a framework through which managed destination options can be maintained.
A managed destination is a location that resides within the BusinessObjects Enterprise system. Specifically it refers to an inbox or favorites folder that is associated with an existing user.
Three types of options can be set for this type of destination: global, scheduling, and send:
Note:When an object is scheduled and processed, the global and scheduling options are compared; the scheduling options override the global option. When an object is sent to a destination, the global and send options are compared ; the send options override the global 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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||