WebLogic Integration


Uses of Class
com.bea.wlpi.common.plugin.PluginDependency

Packages that use PluginDependency
com.bea.wlpi.common.plugin Provides common classes used by plugins in the WebLogic Process Integrator client and server. 
com.bea.wlpi.server.plugin Provides the server-side WebLogic Process Integrator Plugin framework. 
 

Uses of PluginDependency in com.bea.wlpi.common.plugin
 

Methods in com.bea.wlpi.common.plugin that return PluginDependency
 PluginDependency[] PluginInfo.getDependencyInfo()
          Return the list of the plugins on which this plugin depends.
 

Constructors in com.bea.wlpi.common.plugin with parameters of type PluginDependency
PluginInfo.PluginInfo(java.lang.String pluginName, java.lang.String name, java.lang.String description, java.util.Locale lc, java.lang.String vendor, java.lang.String url, VersionInfo version, VersionInfo pluginFrameworkVersion, PluginDependency[] dependencies, ConfigurationInfo config, HelpSetInfo helpSet)
          Create a new PluginInfo.
 

Uses of PluginDependency in com.bea.wlpi.server.plugin
 

Methods in com.bea.wlpi.server.plugin that return PluginDependency
 PluginDependency[] Plugin.getDependencies()
          Return the plugins on which this plugin depends.
 


WebLogic Integration

WebLogic Integration (WLI)