|
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.datamodel.ModelComponentTable
Base class for all element tables in a data model
| Method Summary | |
ModelComponent |
getParent()Get parent ModelComponent Object |
void |
mark(int[] idxs)Mark the rows in the table with the given indexes. |
abstract java.lang.Object |
removeByID(java.lang.String id)Remove a model component by id. |
int |
removeMarked()Remove the rows previously marked |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, set, 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 ModelComponent getParent()
public void mark(int[] idxs)
idxs - a list of row index
public int removeMarked()
throws DeleteException
DeleteException
public abstract java.lang.Object removeByID(java.lang.String id)
throws DeleteException
id - the id of the model component to be removedthrown - if the model component is used in other datamodel/rule definition(s). The message of the exception contains all the places where the model component is usedDeleteException
|
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 | |||||||||