Uses of Class
wt.fv.uploadtocache.CachedContentDescriptor

Packages that use CachedContentDescriptor
com.ptc.epm.commands.transaction   
com.ptc.windchill.uwgm.proesrv.upload   
wt.content
content package — Content Handling Service

The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. 

wt.fv.uploadtocache   
 

Uses of CachedContentDescriptor in com.ptc.epm.commands.transaction
 

Fields in com.ptc.epm.commands.transaction declared as CachedContentDescriptor
private  CachedContentDescriptor[] ContentReplicationOp.cachedDescriptors
           
 

Methods in com.ptc.epm.commands.transaction that return CachedContentDescriptor
 CachedContentDescriptor[] ECADTransaction.addAsCachedContent(File file)
           
 

Constructors in com.ptc.epm.commands.transaction with parameters of type CachedContentDescriptor
ContentReplicationOp(ContentHolder holder, ApplicationData appData, CachedContentDescriptor[] descriptors)
           
 

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

Fields in com.ptc.windchill.uwgm.proesrv.upload declared as CachedContentDescriptor
private  CachedContentDescriptor CachedContentItem.ccDesc
           
 

Methods in com.ptc.windchill.uwgm.proesrv.upload that return CachedContentDescriptor
 CachedContentDescriptor CachedContentItem.getCachedContentDescriptor()
           
 

Uses of CachedContentDescriptor in wt.content
 

Methods in wt.content with parameters of type CachedContentDescriptor
 ApplicationData StandardContentService.updateContent(ContentHolder holder, ApplicationData appData, CachedContentDescriptor cachedContDesc)
          Update a ContentHolder with the given content passed in with a CachedContDesc.
 ApplicationData StandardContentService.updateContent(ContentHolder holder, ApplicationData appData, CachedContentDescriptor cachedContDesc, boolean mustCreateNewFile)
          

Supported API: false
 ApplicationData ContentServiceSvr.updateContent(ContentHolder holder, ApplicationData appData, CachedContentDescriptor cachedContDesc)
          Update a ContentHolder with the given content passed in with a CachedContDesc.
 ApplicationData ContentServiceSvr.updateContent(ContentHolder holder, ApplicationData appData, CachedContentDescriptor cachedContDesc, boolean mustCreateNewFile)
          

Supported API: true
 

Uses of CachedContentDescriptor in wt.fv.uploadtocache
 

Methods in wt.fv.uploadtocache that return CachedContentDescriptor
static CachedContentDescriptor[] UploadToCacheHelper.doUploadToCache(CacheDescriptor cacheDescr, InputStream[] streams, long[] streamSizes)
          This method is part of low level client interface to upload content to cache.
static CachedContentDescriptor UploadToCacheHelper.doUpload(InputStream stream, long streamSize)
          This method represents the client's high level interface to upload content to cache.
static CachedContentDescriptor[] UploadToCacheHelper.doUploadToCache(CacheDescriptor cacheDescr, InputStream[] streams, long[] streamSizes, MultiPartPostListener uploadListener)
          This method is part of low level client interface to upload content to cache.
static CachedContentDescriptor[] DoUploadToCache_Client.doUploadToCache_Client(CacheDescriptor cacheDescr, InputStream[] contentStreams, long[] contentSizes)
           
static CachedContentDescriptor[] DoUploadToCache_Client.doUploadToChache_Client(CacheDescriptor cacheDescr, InputStream[] contentStreams, long[] contentSizes)
           
static CachedContentDescriptor[] DoUploadToCache_Client.doUploadToCache_Client(CacheDescriptor cacheDescr, InputStream[] contentStreams, long[] contentSizes, MultiPartPostListener uploadListener)
           
static CachedContentDescriptor[] DoUploadToCache_Client.chunk_doUploadToCache_Client(CacheDescriptor cacheDescr, InputStream[] contentStreams, long[] contentSizes, MultiPartPostListener uploadListener)
           
 

Methods in wt.fv.uploadtocache with parameters of type CachedContentDescriptor
 void UploadToCacheServiceFwd.clientUpdateContent(String docNumber, String fileName, CachedContentDescriptor cachedContDescr)
          This method is intended for test purposes only.
 void UploadToCacheService.clientUpdateContent(String docNumber, String fileName, CachedContentDescriptor cachedContDescr)
          This method is intended for test purposes only.
 void StandardUploadToCacheService.clientUpdateContent(String docNumber, String fileName, CachedContentDescriptor cachedContDescr)
          This method is intended for test purposes only.