com.ptc.epm.commands.transaction
Class DataExchange
java.lang.Object
com.ptc.epm.commands.transaction.DataExchange
- public class DataExchange
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
latestCopies
private HashMap latestCopies
latestIterations
private HashMap latestIterations
updatesMade
private boolean updatesMade
DataExchange
public DataExchange()
getLatestCopy
public Persistable getLatestCopy(Persistable object)
updateCopy
public void updateCopy(Persistable latestCopy)
registerNewIteration
public void registerNewIteration(Iterated original,
Iterated newIteration)
updatesMade
public boolean updatesMade()
getLatestIteration
private QueryKey getLatestIteration(Persistable object)
getKey
private QueryKey getKey(Persistable object)