|
WebLogic Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.bea.wlpi.common.plugin.InfoObject
|
+--com.bea.wlpi.common.plugin.ActionCategoryInfo
|
+--com.bea.wlpi.common.plugin.CategoryInfo
Provides information about an action category defined by a plugin.
| Fields inherited from class com.bea.wlpi.common.plugin.ActionCategoryInfo |
ID_EXCEPTION,
ID_INTEGRATION,
ID_MISCELLANEOUS,
ID_NEW,
ID_TASK,
ID_WORKFLOW,
parentSystemID |
| Fields inherited from class com.bea.wlpi.common.plugin.InfoObject |
classNames,
description,
ID,
name,
pluginName |
| Constructor Summary | |
CategoryInfo(java.lang.String pluginName,
int ID,
java.lang.String name,
java.lang.String description,
int parentSystemID,
ActionCategoryInfo[] subNodes)
Create a new action category. |
|
| Method Summary | |
void |
addSubNode(ActionCategoryInfo node)
Add an action or sub-category to this category. |
CategoryInfo |
findCategory(int systemID)
Find a category by systemID. |
ActionCategoryInfo[] |
getSubnodes()
Return a list of the action nodes belonging to this category. |
int |
getSystemID()
Return the unique system ID assigned by the Plugin Manager. |
int |
setSystemID(int systemID)
Set the category's system ID. |
| Methods inherited from class com.bea.wlpi.common.plugin.ActionCategoryInfo |
getParentSystemID |
| Methods inherited from class com.bea.wlpi.common.plugin.InfoObject |
compareTo,
equals,
getClassName,
getDescription,
getID,
getName,
getPluginName,
imageStreamToByteArray,
toString |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public CategoryInfo(java.lang.String pluginName,
int ID,
java.lang.String name,
java.lang.String description,
int parentSystemID,
ActionCategoryInfo[] subNodes)
pluginName - The reverse-DNS name of the plugin supplying this
action category.ID - The plugin-assigned unique identifier for this action
category.name - The localized name of this action category.description - The localized description of this action category.parentSystemID - The system ID of this object's parent category.subnodes - A list of actions or categories belonging to this
category.| Method Detail |
public void addSubNode(ActionCategoryInfo node)
node - The action or sub-category to add.public CategoryInfo findCategory(int systemID)
systemID - The systemID of the category to find.null if not found.public ActionCategoryInfo[] getSubnodes()
public int getSystemID()
public int setSystemID(int systemID)
systemID - The starting system ID, assigned by the Plugin Manager.
|
WebLogic Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||