WebLogic Integration


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

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

Uses of PluginObject in com.bea.wlpi.common
 

Methods in com.bea.wlpi.common that return PluginObject
 PluginObject TemplateInfo.getPluginData(java.lang.String pluginName)
          Get the object containing template properties for the specified plugin.
 PluginObject TemplateDefinitionInfo.getPluginData(java.lang.String pluginName)
          Get the object containing template definition properties for the specified plugin.
 

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

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

Uses of PluginObject in com.bea.wlpi.server.common
 

Methods in com.bea.wlpi.server.common that return PluginObject
 PluginObject ExecutionContext.getTemplatePluginData(java.lang.String pluginName)
          Return the plugin template data for the specified plugin.
 PluginObject ExecutionContext.getTemplateDefinitionPluginData(java.lang.String pluginName)
          Return the plugin template definition data for the specified plugin.
 

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

Subinterfaces of PluginObject in com.bea.wlpi.server.plugin
 interface PluginAction
          The interface that a plugin must implement to define a new action.
 interface PluginDone
          The interface that a plugin must implement to define a new done node type.
 interface PluginEvent
          The interface that a plugin must implement to define a new event node type.
 interface PluginStart
          Deprecated. Plugins should implement PluginStart2 instead.
 interface PluginTemplateNode
          The base interface for plugin provided start and done nodes.
 

Methods in com.bea.wlpi.server.plugin with parameters of type PluginObject
 void Plugin.load(PluginObject config)
          Load the Plugin.
 void Plugin.setConfiguration(PluginObject config)
          Set a plugin's configuration.
 


WebLogic Integration

WebLogic Integration (WLI)