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

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

Deprecated.

@Deprecated
public class CoSimpleWindchillTPHyperLinkProducer
extends CoWindchillTPHyperLinkProducer

This class implements model handler for the hyperlink element to provide links to template processor based resources. The class uses "simple" approach to locate an object and provide its oid as a paramenter on the url.

Supported API: true

Extendable: true


Method Summary
 HashMap getParams(CoElement element, CoEnvData envData)
          Deprecated. Returns a map of additional parameters containing an entry with the key oid and a value being an object reference to windchill object found using "simple" approach.
 
Methods inherited from class com.ptc.core.ca.co.client.windchill.CoWindchillTPHyperLinkProducer
getFile, updateModel
 
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 a map of additional parameters containing an entry with the key oid and a value being an object reference to windchill object found using "simple" approach.

Supported API: true

Overrides:
getParams in class CoWindchillTPHyperLinkProducer
Parameters:
element -
envData -
Returns:
HashMap
Throws:
WTException