com.ibm.wbiserver.brules.mgmt.dtable
Interface ActionNode
All Superinterfaces:
- public interface ActionNode
- extends java.io.Serializable, TreeNode
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getTreeActions()
Get the list of tree actions associated with this action node.
|
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.dtable.TreeNode |
---|
getContainingTreeBlock, getParentNode, getRootNode, isOtherwiseCase |
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.BusinessRuleValidateable |
---|
validate |
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.BusinessRuleChangeDetector |
---|
hasChanges |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getTreeActions
- java.util.List<TreeAction> getTreeActions( )
Get the list of tree actions associated with this action node. This is
the list of actions to be performed by this action node.
Returns:
A
List
of TreeAction
objects
representing the actions for this action node. The returned list
is unmodifiable.