Uses of Class
com.ptc.windchill.ws.ContentHandle

Packages that use ContentHandle
com.ptc.windchill.ws   
 

Uses of ContentHandle in com.ptc.windchill.ws
 

Methods in com.ptc.windchill.ws with parameters of type ContentHandle
 InputStream HttpUtils.download(ContentHandle handle)
          Downloads data from a ContentHandle.
 InputStream HttpUtils.upload(ContentHandle handle, javax.activation.DataSource data)
          Uploads data from a DataSource to a ContentHandle.
 InputStream HttpUtils.upload(ContentHandle handle, File file)
          Uploads data from a File to a ContentHandle.
 InputStream HttpUtils.upload(ContentHandle handle, URL url)
          Uploads data from a URL to a ContentHandle.