WebLogic Integration


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

Packages that use HelpSetInfo
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 HelpSetInfo in com.bea.wlpi.common.plugin
 

Methods in com.bea.wlpi.common.plugin that return HelpSetInfo
 HelpSetInfo PluginInfo.getHelpSetInfo()
          Return information about the plugin-provided JavaHelp help set.
 

Constructors in com.bea.wlpi.common.plugin with parameters of type HelpSetInfo
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 HelpSetInfo in com.bea.wlpi.server.plugin
 

Methods in com.bea.wlpi.server.plugin that return HelpSetInfo
 HelpSetInfo[] PluginManager.getHelpSetInfo(java.util.Locale lc)
          Return a list of plug-in defined help sets.
 


WebLogic Integration

WebLogic Integration (WLI)