wt.epm.upload
Class EPMGhostResolver.DeleteIgnoredCandidates
java.lang.Object
wt.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_ignored
HashMap m_ignored
EPMGhostResolver.DeleteIgnoredCandidates
private EPMGhostResolver.DeleteIgnoredCandidates()
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