|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheDescriptor | |
com.ptc.windchill.uwgm.common.content | |
com.ptc.windchill.uwgm.proesrv.request | |
wt.fv.uploadtocache |
Uses of CacheDescriptor in com.ptc.windchill.uwgm.common.content |
Methods in com.ptc.windchill.uwgm.common.content that return CacheDescriptor | |
static CacheDescriptor |
CacheDescriptorHelper.createCacheDescriptor(int numberOfContents)
creates CacheDescriptor for content Upload |
Uses of CacheDescriptor in com.ptc.windchill.uwgm.proesrv.request |
Methods in com.ptc.windchill.uwgm.proesrv.request that return CacheDescriptor | |
private CacheDescriptor |
PrepareEpmForUploadRequest.createCacheDescriptor(int numberOfContents)
creates CacheDescriptor for content Upload |
private CacheDescriptor |
PrepareEpmForUploadRequest.createCacheDescriptor(int numberOfContents)
creates CacheDescriptor for content Upload |
Methods in com.ptc.windchill.uwgm.proesrv.request with parameters of type CacheDescriptor | |
private com.ptc.windchill.uwgm.soap.uwgmsvc.XMLCacheDescriptor |
PrepareEpmForUploadRequest.createXMLCacheDescriptor(CacheDescriptor desc)
|
private com.ptc.windchill.uwgm.soap.uwgmsvc.XMLCacheDescriptor |
PrepareEpmForUploadRequest.createXMLCacheDescriptor(CacheDescriptor desc)
|
Uses of CacheDescriptor in wt.fv.uploadtocache |
Fields in wt.fv.uploadtocache declared as CacheDescriptor | |
private CacheDescriptor |
UploadFileContext.cacheDescriptor
|
Methods in wt.fv.uploadtocache that return CacheDescriptor | |
CacheDescriptor |
UploadToCacheSvrService.getCacheDescriptorFromServer(int number_of_files)
Supported API: false |
CacheDescriptor |
UploadToCacheSvrService.getCacheDescriptorFromServer(int number_of_files,
boolean useMasterCache)
Supported API: false |
CacheDescriptor |
UploadToCacheServiceFwd.getCacheDescriptor(int number_of_files)
Supported API: false |
CacheDescriptor |
UploadToCacheServiceFwd.getCacheDescriptor(int number_of_files,
boolean useMasterCache)
Get CacheDescriptor for the specified number of files for upload to preferred site. |
CacheDescriptor |
UploadToCacheService.getCacheDescriptor(int number_of_files)
Supported API: false |
CacheDescriptor |
UploadToCacheService.getCacheDescriptor(int number_of_files,
boolean useMasterCache)
Get CacheDescriptor for the specified number of files for upload to preferred site. |
static CacheDescriptor |
UploadFileContext.getCacheDescriptor()
|
CacheDescriptor |
StandardUploadToCacheService.getCacheDescriptor(int number_of_files)
Supported API: false |
CacheDescriptor |
StandardUploadToCacheService.getCacheDescriptor(int number_of_files,
boolean useMasterCache)
Get CacheDescriptor for the specified number of files for upload to preferred site. |
Methods in wt.fv.uploadtocache with parameters of type CacheDescriptor | |
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.doUploadToCache(CacheDescriptor cacheDescr,
InputStream[] streams,
long[] streamSizes,
MultiPartPostListener uploadListener)
This method is part of low level client interface to upload content to cache. |
static void |
UploadFileContext.setCacheDescriptor(CacheDescriptor a_cacheDescriptor)
|
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |