wt.epm.structure
Class CopyManagerUtility.Cache
java.lang.Object
wt.epm.structure.CopyManagerUtility.Cache
- Enclosing class:
- CopyManagerUtility
- private static class CopyManagerUtility.Cache
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
epmFamilies
private List epmFamilies
original2copyMap
private WTKeyedMap original2copyMap
originalName2NewName
private HashMap originalName2NewName
families
private QueryResult families
STANDALONE
private static int STANDALONE
NEW_FAMILY
private static int NEW_FAMILY
UPDATE
private static int UPDATE
refFactory
private ReferenceFactory refFactory
CopyManagerUtility.Cache
public CopyManagerUtility.Cache(CopyObjectInfo[] items)
throws WTException
copy
protected void copy()
throws WTException,
WTPropertyVetoException
- Throws:
WTException
WTPropertyVetoException
getObject
private Object getObject(Persistable object)
cacheNewName
private void cacheNewName(Persistable original,
Persistable copy)
getNewName
private String getNewName(String oldName)
addObject
private void addObject(Persistable key,
Persistable object)
getFamilies
public QueryResult getFamilies()
cacheFamilies
private void cacheFamilies(QueryResult families)
throws WTException
- Throws:
WTException