|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| DestinationOptionEnum | An XML DestinationOptionEnum(@http://enterprise.businessobjects.com/3.0/managed). |
| Destinations | An XML Destinations(@http://enterprise.businessobjects.com/3.0/managed). |
| Managed | An XML Managed(@http://enterprise.businessobjects.com/3.0/managed). |
| ManagedScheduleOptions | An XML ManagedScheduleOptions(@http://enterprise.businessobjects.com/3.0/managed). |
| SendToOptionEnum | An XML SendToOptionEnum(@http://enterprise.businessobjects.com/3.0/managed). |
| SourceObjects | An XML SourceObjects(@http://enterprise.businessobjects.com/3.0/managed). |
| Class Summary | |
|---|---|
| DestinationOptionEnum.Enum | Enumeration value class for com.businessobjects.enterprise.managed.DestinationOptionEnum. |
| DestinationOptionEnum.Factory | A factory class with static methods for creating instances of this type. |
| Destinations.Factory | A factory class with static methods for creating instances of this type. |
| Managed.Factory | A factory class with static methods for creating instances of this type. |
| ManagedScheduleOptions.Factory | A factory class with static methods for creating instances of this type. |
| SendToOptionEnum.Enum | Enumeration value class for com.businessobjects.enterprise.managed.SendToOptionEnum. |
| SendToOptionEnum.Factory | A factory class with static methods for creating instances of this type. |
| SourceObjects.Factory | A factory class with static methods for creating instances of this type. |
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 | ||||||||