Uses of Interface
wt.epm.util.EPMCacheInterface

Packages that use EPMCacheInterface
com.ptc.windchill.uwgm.proesrv.request   
com.ptc.windchill.uwgm.proesrv.upload   
wt.epm.upload   
 

Uses of EPMCacheInterface in com.ptc.windchill.uwgm.proesrv.request
 

Methods in com.ptc.windchill.uwgm.proesrv.request with parameters of type EPMCacheInterface
private  Map EpmUploadRequest.addNewEPMDocuments(Map m_neutralDocs, EPMCacheInterface m_cache)
           
private  Map EpmUploadRequest.addNewEPMDocuments(Map m_neutralDocs, EPMCacheInterface m_cache)
           
 

Uses of EPMCacheInterface in com.ptc.windchill.uwgm.proesrv.upload
 

Methods in com.ptc.windchill.uwgm.proesrv.upload that return EPMCacheInterface
 EPMCacheInterface UploadHelper.doUpload(ProENeutralData neutralData, Vector ccData, EpmUploadRequestCache requestCache)
           
 

Methods in com.ptc.windchill.uwgm.proesrv.upload with parameters of type EPMCacheInterface
private  void UploadHelper.processCachedContentDescriptors(Vector m_ccData, EPMCacheInterface m_cache, EpmUploadRequestCache requestCache)
           
private  List UploadHelper.attachContents(Vector m_ccData, EPMCacheInterface m_cache, WTKeyedMap appDataMap, EpmUploadRequestCache requestCache)
           
private  void UploadHelper.deleteContentItems(List updatedContents, WTKeyedMap appDataMap, EPMCacheInterface m_cache)
           
private  void UploadHelper.deleteI2WURLDataContents(Vector m_ccData, EPMCacheInterface m_cache)
           
 

Uses of EPMCacheInterface in wt.epm.upload
 

Classes in wt.epm.upload that implement EPMCacheInterface
 class Cache
           
 

Methods in wt.epm.upload that return EPMCacheInterface
 EPMCacheInterface EPMUploadManagerFwd.upload(EPMNeutralData neutralData)
          

Supported API: false
 EPMCacheInterface EPMUploadManager.upload(EPMNeutralData neutralData)
          

Supported API: true
 EPMCacheInterface EPMStandardUploadManager.upload(EPMNeutralData neutralData)
          

Supported API: true
static EPMCacheInterface EPMStandardUploadManager.staticUpload(EPMNeutralData neutralData, boolean isNonLatest)