com.ptc.core.ca.co.client.windchill
Class CoWindchillTPHyperLinkProducer

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.core.ca.co.client.windchill.CoWindchillTPHyperLinkProducer
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
CoSimpleWindchillTPHyperLinkProducer

Deprecated.

@Deprecated
public class CoWindchillTPHyperLinkProducer
extends CoElementHandler
implements CoModelHandler

This class implements model handler for the hyperlink element to provide links to template processor based resources.

Supported API: true

Extendable: true


Method Summary
 String getFile(CoElement element, CoEnvData envData)
          Deprecated. Returns null.
 HashMap getParams(CoElement element, CoEnvData envData)
          Deprecated. Returns null.
 void updateModel(CoElement element, CoEnvData envData)
          Deprecated. Creates and updates the model of the element.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getParams

public HashMap getParams(CoElement element,
                         CoEnvData envData)
                  throws WTException
Deprecated. 
Returns null.

This method is used by the implementation of the updataModel method to get a map of additional parameters provided by the class that overrides this class. Regular parameters come from the configuration specification. Overriding this method hyper link producers can provide parameters in addition to the regular ones.

Supported API: true

Parameters:
element -
envData -
Returns:
HashMap
Throws:
WTException

getFile

public String getFile(CoElement element,
                      CoEnvData envData)
               throws WTException
Deprecated. 
Returns null.

This method is used by the implementation of the updataModel method to get the file name as part of additional parameters provided by the class that overrides this class. Regular parameters come from the configuration specification. Overriding this method hyper link producers can provide parameters in addition to the regular ones.

Supported API: true

Parameters:
element -
envData -
Returns:
String
Throws:
WTException

updateModel

public void updateModel(CoElement element,
                        CoEnvData envData)
                 throws WTException
Deprecated. 
Creates and updates the model of the element.

Supported API: true

Specified by:
updateModel in interface CoModelHandler
Parameters:
element -
envData -
Throws:
WTException