WebLogic Integration


Uses of Class
com.bea.wlpi.common.VariableInfo

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

Methods in com.bea.wlpi.common.plugin that return VariableInfo
 VariableInfo PluginPanelContext.invokeAddVariableDialog()
          Invoke the Add Variable dialog to allow the user to define a new workflow variable.
 VariableInfo PluginPanelContext.invokeAddVariableDialog(java.lang.String name, java.lang.String[] validTypes)
          Invoke the 'Add Variable' dialog to allow the user to define a new workflow variable of a valid type specified by the caller.
 VariableInfo PluginPanelContext.checkVariable(java.lang.String name, java.lang.String[] validTypes)
          Check to see if a variable exits.
 

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

Methods in com.bea.wlpi.server.common that return VariableInfo
 VariableInfo ExecutionContext.getVariableInfo(java.lang.String name)
          Return information about a variable in the template definition.
 

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

Methods in com.bea.wlpi.server.plugin with parameters of type VariableInfo
 java.lang.String ActionContext.instantiateWorkflow(ExecutionContext context, java.lang.String orgID, java.lang.String templateID, VariableInfo[] initialValues, java.util.Map pluginData)
          Create a new workflow instance.
 java.lang.String ActionContext.instantiateWorkflow(ExecutionContext context, java.lang.String orgID, java.lang.String templateID, VariableInfo[] initialValues, java.util.Map pluginData, boolean start)
          Create a new workflow instance.
 void PluginAction.startedWorkflowDone(ActionContext actionContext, ExecutionContext context, VariableInfo[] output)
          Notify the plugin action that a sub-workflow it started is now complete.
 


WebLogic Integration

WebLogic Integration (WLI)