Uses of Class
wt.content.URLData

Packages that use URLData
com.ptc.core.foundation.content.server.impl   
com.ptc.netmarkets.nmixb   
com.ptc.windchill.uwgm.proesrv.rrc   
com.ptc.wvs.server.publish   
com.ptc.wvs.server.util   
wt.clients.beans.contentholder   
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.dndMicroApplet Provides the DnDMicroAppletUtil to support HTML drag and drop capability. 
wt.epm.util   
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

wt.load Uses the LoadService to load data into Windchill systems using various loaders. 
wt.templateutil.components Defines HTMLComponents that can be retrieved from the HTMLComponentFactory
 

Uses of URLData in com.ptc.core.foundation.content.server.impl
 

Fields in com.ptc.core.foundation.content.server.impl declared as URLData
private  URLData StandardContentCommandServerService.UpdateUrlDataAction.urlData
           
 

Methods in com.ptc.core.foundation.content.server.impl with parameters of type URLData
 void StandardContentCommandServerService.postPendingUrlDataUpdate(ContentHolder content_holder, URLData url_data)
          Add a non-ApplicationData content item instance to be updated on post-store of the content holder.
private  void StandardContentCommandServerService.processUrlDataUpdate(ContentHolder content_holder, URLData url_data)
          Add the URLData to the content holder.
 void ContentCommandServerService.postPendingUrlDataUpdate(ContentHolder content_holder, URLData url_data)
          Add a non-ApplicationData content item instance to be updated on post-store of the content holder.
 

Constructors in com.ptc.core.foundation.content.server.impl with parameters of type URLData
StandardContentCommandServerService.UpdateUrlDataAction(URLData url_data)
           
 

Uses of URLData in com.ptc.netmarkets.nmixb
 

Methods in com.ptc.netmarkets.nmixb with parameters of type URLData
private  void NMDocProxy.addContentFile(File tmpFile, URLData ud)
           
 

Constructors in com.ptc.netmarkets.nmixb with parameters of type URLData
URLDataHolder(URLData data)
           
 

Uses of URLData in com.ptc.windchill.uwgm.proesrv.rrc
 

Methods in com.ptc.windchill.uwgm.proesrv.rrc with parameters of type URLData
private static void RRCContentHelper.setContentFromUrlData(com.ptc.windchill.uwgm.soap.impl.uwgmdb.Content_i content_i, URLData urlData, ILFileInfo ilFileInfo, com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
           
 

Uses of URLData in com.ptc.wvs.server.publish
 

Methods in com.ptc.wvs.server.publish with parameters of type URLData
 URLConnection ConvertDocument.getURLDataConnection(URLData urlData)
           
 String ConvertDocument.getAuthenticationString(URLData urlData)
           
 String CadConvertUG.getAuthenticationString(URLData urlData)
           
 URLConnection CadConvertUG.getURLDataConnection(URLData urlData)
           
 String CadConvertSOLIDWORKS.getAuthenticationString(URLData urlData)
           
 URLConnection CadConvertSOLIDWORKS.getURLDataConnection(URLData urlData)
           
 String CadConvertSOLIDDESIGNER.getAuthenticationString(URLData urlData)
           
 URLConnection CadConvertSOLIDDESIGNER.getURLDataConnection(URLData urlData)
           
 String CadConvertPROEForDLL.getAuthenticationString(URLData urlData)
           
 URLConnection CadConvertPROEForDLL.getURLDataConnection(URLData urlData)
           
 String CadConvertPROE.getAuthenticationString(URLData urlData)
           
 URLConnection CadConvertPROE.getURLDataConnection(URLData urlData)
           
 String CadConvertPRODESKTOP.getAuthenticationString(URLData urlData)
           
 URLConnection CadConvertPRODESKTOP.getURLDataConnection(URLData urlData)
           
 String CadConvertOTHER.getAuthenticationString(URLData urlData)
           
 URLConnection CadConvertOTHER.getURLDataConnection(URLData urlData)
           
 String CadConvertINVENTOR.getAuthenticationString(URLData urlData)
           
 URLConnection CadConvertINVENTOR.getURLDataConnection(URLData urlData)
           
 String CadConvertIDEAS.getAuthenticationString(URLData urlData)
           
 URLConnection CadConvertIDEAS.getURLDataConnection(URLData urlData)
           
 String CadConvertECAD.getAuthenticationString(URLData urlData)
           
 URLConnection CadConvertECAD.getURLDataConnection(URLData urlData)
           
 String CadConvertCATIAV5.getAuthenticationString(URLData urlData)
           
 URLConnection CadConvertCATIAV5.getURLDataConnection(URLData urlData)
           
 String CadConvertCATIA.getAuthenticationString(URLData urlData)
           
 URLConnection CadConvertCATIA.getURLDataConnection(URLData urlData)
           
 String CadConvertCADDS5.getAuthenticationString(URLData urlData)
           
 URLConnection CadConvertCADDS5.getURLDataConnection(URLData urlData)
           
 String CadConvertACAD.getAuthenticationString(URLData urlData)
           
 URLConnection CadConvertACAD.getURLDataConnection(URLData urlData)
           
 

Uses of URLData in com.ptc.wvs.server.util
 

Methods in com.ptc.wvs.server.util with parameters of type URLData
private static boolean FileHelper.readURLData(URLData urlData, File fileOut, FileConvert conv)
           
 URLConnection FileConvert.getURLDataConnection(URLData urlData)
          Gets a URLConnection for the default mechanisn to download file content.
 String FileConvert.getAuthenticationString(URLData urlData)
          Gets a encrypted authentication string for the specified url data This is will be passed to the distributed CadAgent to allow it to retieve file from the source, typicall ProIntralink Called by file download for URLData items

Supported API: false
 

Uses of URLData in wt.clients.beans.contentholder
 

Fields in wt.clients.beans.contentholder declared as URLData
private  URLData AddressPropertiesDialog.urlData
           
 

Methods in wt.clients.beans.contentholder that return URLData
 URLData AddressPropertiesDialog.getURLData()
           
 

Methods in wt.clients.beans.contentholder with parameters of type URLData
private  void WTContentHolder.displayAddressProperties(URLData address)
          Method displayAddressProperties launches a dialog which displays the properties of the given URLData.
private  void WTContentHolder.openURL(URLData url_data)
           
 void AddressPropertiesDialog.setURLData(URLData url_data)
           
 

Uses of URLData in wt.content
 

Methods in wt.content that return URLData
static URLData URLData.newURLData(ContentHolder holder)
          Instatiates a new URLData object based on a ContentHolder

Supported API: false
 URLData StandardContentService.updateContent(ContentHolder holder, URLData urlData)
          Update a ContentHolder with the given content passed in with a path.
 URLData ContentServiceSvr.updateContent(ContentHolder holder, URLData urlData)
          Update a ContentHolder with the given content passed in with a path.
 

Methods in wt.content with parameters of type URLData
protected  boolean URLData.readVersion(URLData thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 URLData StandardContentService.updateContent(ContentHolder holder, URLData urlData)
          Update a ContentHolder with the given content passed in with a path.
 Aggregate StandardContentService.updateAggregateURL(ContentHolder holder, Aggregate agg, URLData urlData)
          Update an URLData that is part of the passed Aggregate.
 URLData ContentServiceSvr.updateContent(ContentHolder holder, URLData urlData)
          Update a ContentHolder with the given content passed in with a path.
 Aggregate ContentServiceSvr.updateAggregateURL(ContentHolder holder, Aggregate agg, URLData urlData)
          Update an URLData that is part of the passed Aggregate.
static String ContentHtmlUtils.initiateURLDownloadHtml(ContentHolder holder, URLData urlData, String completionUrl, boolean VERBOSE)
           
static void ContentHelper.followURL(URLData url, AppletContext context)
          follows a URL link for a given URLData object in a new window

Supported API: false
 

Uses of URLData in wt.dndMicroApplet
 

Methods in wt.dndMicroApplet with parameters of type URLData
private static void DnDMicroAppletUtil.addURLDataDragData(URLData urlData, String codebase, Properties params)
          Add URL data URL as file drag data params
 

Uses of URLData in wt.epm.util
 

Methods in wt.epm.util with parameters of type URLData
static String ContentUtil.getName(URLData content)
          Get the name of a ContentItem.
 

Uses of URLData in wt.federation
 

Subclasses of URLData in wt.federation
 class ProxyURLData
           Use the newProxyURLData static factory method(s), not the ProxyURLData constructor, to construct instances of this class.
 

Uses of URLData in wt.load
 

Methods in wt.load that return URLData
private static URLData LoadContent.createOrReuseURLData(ContentHolder contentHolder, String role)
          If primary content for the content holder already exist, reuse it to avoid creating multiple primary content; otherwise create a new URLData for it.
 

Uses of URLData in wt.templateutil.components
 

Methods in wt.templateutil.components with parameters of type URLData
 String DefaultLinkComponent.getURLDataLink(URLData urlData, OutputStream os, Locale locale)
          Deprecated.  
 String ActionLinkComponent.getURLDataLink(URLData urlData, OutputStream os, Locale locale)