WebLogic Integration


Uses of Interface
com.bea.wlpi.common.plugin.PluginData

Packages that use PluginData
com.bea.wlpi.common.plugin Provides common classes used by plugins in the WebLogic Process Integrator client and server. 
 

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

Subinterfaces of PluginData in com.bea.wlpi.common.plugin
 interface PluginActionData
          Interface to allow plugins to load and store plugin action data in XML format.
 

Methods in com.bea.wlpi.common.plugin that return PluginData
 PluginData PluginPanel.getData()
          Return the plugin-defined data.
 PluginData PluginPanelContext.getPluginTemplateData(java.lang.String pluginName)
          Retrieve the plugin defined data for the associated template.
 PluginData PluginPanelContext.getPluginTemplateDefinitionData(java.lang.String pluginName)
          Retrieve the plugin defined data for the associated template definition.
 

Methods in com.bea.wlpi.common.plugin with parameters of type PluginData
 void PluginPanel.setContext(PluginPanelContext context, PluginData data)
          Set the operating context for the panel.
 


WebLogic Integration

WebLogic Integration (WLI)