Package com.crystaldecisions.sdk.plugin.desktop.program

This package enables you to add non-BusinessObjects Enterprise objects into the BusinessObjects Enterprise Infrastructure.

See:
          Description

Interface Summary
IBinaryProgram This object provides functionality which allows you to use a binary program within the BusinessObjects Enterprise framework.
IJavaProgram This object provides functionality which allows you to use a Java program within the BusinessObjects Enterprise framework.
IProgram This interface provides the functionality necessary for creating a program object and adding it to the BusinessObjects Enterprise framework.
IProgram.CeProgramType This interface defines possible values for the program type.
IProgramBase This interface is implemented by schedulable Java programs that have been published to BusinessObjects Enterprise.
IProgramBaseEx Extended interface for schedulable Java programs to implement.
IProgramGlobal This interface is used to set what type of program object is available for deployment.
IProgramPluginBase This interface allows you to define what types of program objects you want to manage within the BusinessObjects Enterprise Infrastructure.
IScriptProgram This interface provides functionality which allows you to use a script program within the BusinessObjects Enterprise framework.
 

Package com.crystaldecisions.sdk.plugin.desktop.program Description

This package enables you to add non-BusinessObjects Enterprise objects into the BusinessObjects Enterprise Infrastructure. These non-BusinessObjects Enterprise objects are classified as program objects. The three main types of program objects are: Binary, Java, and Script Programs. In addition, you have the ability to take advantage of the BusinessObjects Enterprise scheduling engine and security features to manage and define administrative responsibilities regarding program objects, such as viewing rights and scheduling tasks.

Note: The following information is important to consider when working with the Program plugin.