org.apache.tuscany.das.rdb.impl
Class DeleteList
java.lang.Object
org.apache.tuscany.das.rdb.impl.DeleteList
public class DeleteList
- extends Object
DeleteList will sort delete operations so that child objects are deleted
before their parents
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteList
public DeleteList()
add
public void add(ChangeOperation op)
getSortedList
public Collection getSortedList()
setOrder
public void setOrder(ArrayList deleteOrder)
-