|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
oracle.rules.sdk.editor.ruleset.RuleComponentTable
oracle.rules.sdk.editor.ruleset.ActionTable
An ActionTable is an ordered list of actions. It is usually the action block of a rule, but may be used in other contexts as well.
| Method Summary | |
Action |
add()Create a new Action and add it to the end of the ActionTable |
Action |
add(int index)Create a new Action and add it at the given index |
Action |
getAction(int index)Get the Action at the given index |
Action |
getAction(java.lang.String id)Get the Action with the given ID |
Action[] |
getActions()Get Actions as an Array of the correct type. |
| Methods inherited from class oracle.rules.sdk.editor.ruleset.RuleComponentTable |
add, add, addAll, discardCopy, get, getMarked, getParent, mark, mark, move, remove, remove, removeMarked, restoreCopy, saveCopy, set, unMark, validate |
| Methods inherited from class java.util.ArrayList |
addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
| Method Detail |
public Action add()
public Action add(int index)
public Action[] getActions()
public Action getAction(int index)
public Action getAction(java.lang.String id)
|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||