Package com.crystaldecisions.sdk.occa.pluginmgr

This package manages the deployment of desktop plugins.

See:
          Description

Interface Summary
CePluginCollection Enum values for the type collection the plugin belongs to
IPluginFactory All plugins must implement this interface, which contains a factory method through which the actual plugin implementation can be retrieved.
IPluginInfo This interface is used to retrieve description information related to a plugin.
IPluginMgr The Plugin Manager manages the deployment of desktop plugins.
IPluginMgr.Category This interface defines possible values for the plugin category.
IPluginMgr.Type This interface defines possible values for the types of plugin interface retrieval.
IPluginRole Deprecated. Since 12.0
IPluginSecurityInfo Deprecated. Since 12.0
 

Package com.crystaldecisions.sdk.occa.pluginmgr Description

This package manages the deployment of desktop plugins. It knows which plugins are on the APS and which ones are stored locally, and it provides the means to enumerate through them. Whenever a client needs a plugin, it contacts the IPluginMgr to download and install the plugin.