Uses of Class
wt.epm.upload.CacheId

Packages that use CacheId
wt.epm.upload   
 

Uses of CacheId in wt.epm.upload
 

Fields in wt.epm.upload declared as CacheId
private  CacheId CacheObject.id
           
 

Methods in wt.epm.upload that return CacheId
 CacheId CacheObject.getCacheId()
           
static CacheId CacheId.create(ObjectIdentifier objectId)
           
static CacheId CacheId.create(Persistable persistable)
           
static CacheId CacheId.create(WTReference reference)
           
 CacheId CacheFamilyTable.getMasterCacheId()
           
 CacheId CacheDocument.getMasterCacheId()
           
 CacheId Cache.Iterated.getMasterCacheId()
           
 

Methods in wt.epm.upload with parameters of type CacheId
 CacheObject Cache.getCacheObjectByCacheId(CacheId id)