wt.epm.upload
Class EPMGhostResolver.DeleteIgnoredCandidates

java.lang.Object
  extended bywt.epm.upload.EPMGhostResolver.DeleteIgnoredCandidates
Enclosing class:
EPMGhostResolver

private class EPMGhostResolver.DeleteIgnoredCandidates
extends Object

Ghost documents that were ignored in this upload and do not have other dependencies must be marked for deletetion in cache. Class bellow provides this functionality


Field Summary
(package private)  HashMap m_ignored
           
 
Constructor Summary
private EPMGhostResolver.DeleteIgnoredCandidates()
           
 
Method Summary
 void add(String ignoreCadName)
           
 void addToImmune(CacheDocument depCacheDoc)
           
private  Collection getCanNotBeDeletedBecausInDB()
           
 void markIgnoredGhostsForDeletion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_ignored

HashMap m_ignored
Constructor Detail

EPMGhostResolver.DeleteIgnoredCandidates

private EPMGhostResolver.DeleteIgnoredCandidates()
Method Detail

addToImmune

public void addToImmune(CacheDocument depCacheDoc)
                 throws WTException
Throws:
WTException

add

public void add(String ignoreCadName)

markIgnoredGhostsForDeletion

public void markIgnoredGhostsForDeletion()
                                  throws WTException
Throws:
WTException

getCanNotBeDeletedBecausInDB

private Collection getCanNotBeDeletedBecausInDB()
                                         throws WTException
Throws:
WTException