wt.epm.upload
Class CacheDocument.CacheContainedInLink

java.lang.Object
  extended bywt.epm.upload.CacheObject
      extended bywt.epm.upload.CacheDocument.CacheContainedInLink
All Implemented Interfaces:
Cache.UndoCheckoutDependent, CacheObjectOwner
Enclosing class:
CacheDocument

public class CacheDocument.CacheContainedInLink
extends CacheObject
implements Cache.UndoCheckoutDependent


Field Summary
 
Fields inherited from class wt.epm.upload.CacheObject
 
Constructor Summary
CacheDocument.CacheContainedInLink(CacheObjectOwner owner, EPMContainedIn link)
           
 
Method Summary
 void dump(PrintStream out, String shift)
           
 EPMContainedIn getContainedInLink()
           
 boolean isUndoCheckoutDeleted(WTCollection forUndoCheckout)
           
 
Methods inherited from class wt.epm.upload.CacheObject
cacheCollection, cacheObject, checkModifiability, checkModifiability, clearStatus, delete, equals, getAttributeNames, getCache, getCacheId, getDisplayName, getObjectIdentifier, getPersistableObject, getStatusAsString, hashCode, isCreated, isDeleted, isHasAttributeDefinition, isMarkedAsCreated, isMarkedAsModified, isMarkedForDeletion, isModified, isPersisted, isStatusSet, markAsCreated, markAsModified, markAsModified, markForDeletion, markForDeletion, markForDeletion, prepareCreating, prepareDeleting, prepareUpdating, refresh, release, releaseChildObject, releaseCollection, releaseMap, releaseObject, removeValueFromMap, save, setMarkedAsCreated, setMarkedAsModified, setMarkedForDeletion, setPersistableObject, setStatus, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheDocument.CacheContainedInLink

public CacheDocument.CacheContainedInLink(CacheObjectOwner owner,
                                          EPMContainedIn link)
                                   throws WTException
Method Detail

getContainedInLink

public EPMContainedIn getContainedInLink()

isUndoCheckoutDeleted

public boolean isUndoCheckoutDeleted(WTCollection forUndoCheckout)
                              throws WTException
Specified by:
isUndoCheckoutDeleted in interface Cache.UndoCheckoutDependent
Throws:
WTException

dump

public void dump(PrintStream out,
                 String shift)
Overrides:
dump in class CacheObject