com.ptc.core.ca.co.client.windchill
Class CoSimpleWindchillNmHyperLinkProducer
java.lang.Object
com.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.windchill.CoWindchillHyperLinkProducer
com.ptc.core.ca.co.client.windchill.CoSimpleWindchillHyperLinkProducer
com.ptc.core.ca.co.client.windchill.CoSimpleWindchillNmHyperLinkProducer
- All Implemented Interfaces:
- CoModelHandler
Deprecated.
@Deprecated
public class CoSimpleWindchillNmHyperLinkProducer
- extends CoSimpleWindchillHyperLinkProducer
This class implements model handler for the hyperlink element to provide
links to winchill resources based on netmarkets framework. The class
uses "simple" approach to locate an object and provide its oid
as a paramenter on the url.
Supported API: true
Extendable: false
|
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. |
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 CoSimpleWindchillHyperLinkProducer
- Parameters:
element - envData -
- Returns:
- HashMap
- Throws:
WTException