WebLogic Integration


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

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

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

Subclasses of ActionCategoryInfo in com.bea.wlpi.common.plugin
 class ActionInfo
          Provides information about an action defined by a plugin.
 class CategoryInfo
          Provides information about an action category defined by a plugin.
 

Methods in com.bea.wlpi.common.plugin that return ActionCategoryInfo
 ActionCategoryInfo[] CategoryInfo.getSubnodes()
          Return a list of the action nodes belonging to this category.
 ActionCategoryInfo[] PluginCapabilitiesInfo.getActionInfo()
          Return the list of categories and actions provided by this plugin.
 

Methods in com.bea.wlpi.common.plugin with parameters of type ActionCategoryInfo
 void CategoryInfo.addSubNode(ActionCategoryInfo node)
          Add an action or sub-category to this category.
 

Constructors in com.bea.wlpi.common.plugin with parameters of type ActionCategoryInfo
CategoryInfo.CategoryInfo(java.lang.String pluginName, int ID, java.lang.String name, java.lang.String description, int parentSystemID, ActionCategoryInfo[] subNodes)
          Create a new action category.
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.
 


WebLogic Integration

WebLogic Integration (WLI)