WebLogic Integration


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

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

Fields in com.bea.wlpi.common.plugin declared as FieldInfo
static FieldInfo FieldInfo.DEFAULT_FIELD
          A built-in field type that supports expression validation but not evaluation.
static FieldInfo FieldInfo.XMLFIELD
          A built-in field type that returns XML single-element textual values.
 

Methods in com.bea.wlpi.common.plugin that return FieldInfo
 FieldInfo EventInfo.getFieldInfo()
          Return the field type for this event type.
 FieldInfo StartInfo.getFieldInfo()
          Return the field type for this start type.
 FieldInfo[] PluginCapabilitiesInfo.getFieldInfo()
          Return the list of field types provided by this plugin.
 

Methods in com.bea.wlpi.common.plugin with parameters of type FieldInfo
 void PluginPanelContext.invokeExpressionBuilder(javax.swing.text.JTextComponent txtInput, boolean condition, FieldInfo fieldInfo, java.lang.String[] fields, java.lang.String eventDescriptor)
          Invoke the expression builder dialog.
 boolean PluginPanelContext.validateExpression(java.lang.String expression, boolean allowVariables, FieldInfo fieldInfo, java.lang.String eventDescriptor)
          Validate an expression.
 

Constructors in com.bea.wlpi.common.plugin with parameters of type FieldInfo
EventInfo.EventInfo(java.lang.String pluginName, int ID, java.lang.String name, java.lang.String description, javax.swing.Icon icon, java.lang.String[] classNames, FieldInfo fieldInfo)
          Deprecated. To avoid using java.awt library.
EventInfo.EventInfo(java.lang.String pluginName, int ID, java.lang.String name, java.lang.String description, byte[] iconByteArray, java.lang.String[] classNames, FieldInfo fieldInfo)
          Create a new EventInfo object.
StartInfo.StartInfo(java.lang.String pluginName, int ID, java.lang.String name, java.lang.String description, javax.swing.Icon icon, java.lang.String[] classNames, FieldInfo fieldInfo)
          Deprecated. To avoid using java.awt library.
StartInfo.StartInfo(java.lang.String pluginName, int ID, java.lang.String name, java.lang.String description, byte[] iconByteArray, java.lang.String[] classNames, FieldInfo fieldInfo)
          Create a new StartInfo.
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 FieldInfo in com.bea.wlpi.server.plugin
 

Methods in com.bea.wlpi.server.plugin that return FieldInfo
 FieldInfo[] PluginManager.getFieldInfo(java.util.Locale lc)
          Return a list of plugin-defined field types.
 


WebLogic Integration

WebLogic Integration (WLI)