Tuscany DAS for Relational Databases

org.apache.tuscany.das.rdb.impl
Class DeleteList

java.lang.Object
  extended by org.apache.tuscany.das.rdb.impl.DeleteList

public class DeleteList
extends java.lang.Object

DeleteList will sort delete operations so that child objects are deleted before their parents


Constructor Summary
DeleteList()
           
 
Method Summary
 void add(ChangeOperation op)
           
 java.util.Collection getSortedList()
           
 void setOrder(java.util.ArrayList deleteOrder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteList

public DeleteList()
Method Detail

add

public void add(ChangeOperation op)

getSortedList

public java.util.Collection getSortedList()

setOrder

public void setOrder(java.util.ArrayList deleteOrder)

Tuscany DAS for Relational Databases

-