WebLogic Integration


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

Packages that use VariableTypeInfo
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.plugin Provides the server-side WebLogic Process Integrator Plugin framework. 
 

Uses of VariableTypeInfo in com.bea.wlpi.common
 

Methods in com.bea.wlpi.common that return VariableTypeInfo
 VariableTypeInfo VariableInfo.getPluginVariableTypeInfo()
           
 

Constructors in com.bea.wlpi.common with parameters of type VariableTypeInfo
VariableInfo.VariableInfo(java.lang.String name, java.lang.String type, java.lang.Object value, VariableTypeInfo vti)
          Create a new VariableInfo object.
 

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

Methods in com.bea.wlpi.common.plugin that return VariableTypeInfo
 VariableTypeInfo[] PluginCapabilitiesInfo.getVariableTypeInfo()
          Return the list of variable types provided by this plugin.
 

Constructors in com.bea.wlpi.common.plugin with parameters of type VariableTypeInfo
PluginCapabilitiesInfo.PluginCapabilitiesInfo(PluginInfo info, ActionCategoryInfo[] actions, EventInfo[] events, FieldInfo[] fields, FunctionInfo[] functions, StartInfo[] starts, DoneInfo[] dones, VariableTypeInfo[] variableTypes, TemplatePropertiesInfo template, TemplateDefinitionPropertiesInfo templateDefinition, EventHandlerInfo eventHandler)
          Create a new PluginCapabilitiesInfo.
 

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

Methods in com.bea.wlpi.server.plugin that return VariableTypeInfo
 VariableTypeInfo[] PluginManager.getVariableTypeInfo(java.util.Locale lc)
          Return a list of plug-in defined variable types.
 


WebLogic Integration

WebLogic Integration (WLI)