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

java.lang.Object
  extended by com.ptc.core.ca.co.client.windchill.CoWindchillUtils

Deprecated.

@Deprecated
public abstract class CoWindchillUtils
extends Object

The utility class to help with hyperlink preparation.

Supported API: true

Extendable: false


Method Summary
static String getHref(CoURLContent urlContent, HashMap params, CoEnvData envData)
          Deprecated. Returns HRef to a windchll object.
static HashMap getMapContainingOid(CoElement element, CoEnvData envData)
          Deprecated. Returns a map containing an entry with the key oid and a value being an object reference to windchill object found using "simple" approach.
static String getTPHref(CoURLContent urlContent, HashMap params, String file, CoEnvData envData)
          Deprecated. Returns template processor based HRef to a windchll object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHref

public static String getHref(CoURLContent urlContent,
                             HashMap params,
                             CoEnvData envData)
                      throws WTException
Deprecated. 
Returns HRef to a windchll object. This method will modify hash map when hyperlikn producers return additional parameter options.

Supported API: true

Parameters:
urlContent -
params -
envData -
Returns:
String
Throws:
WTException

getTPHref

public static String getTPHref(CoURLContent urlContent,
                               HashMap params,
                               String file,
                               CoEnvData envData)
                        throws WTException
Deprecated. 
Returns template processor based HRef to a windchll object. This method will modify hash map when hyperlikn producers return additional parameter options.

Supported API: true

Parameters:
urlContent -
params -
file -
envData -
Returns:
String
Throws:
WTException

getMapContainingOid

public static HashMap getMapContainingOid(CoElement element,
                                          CoEnvData envData)
                                   throws WTException
Deprecated. 
Returns a map containing an entry with the key oid and a value being an object reference to windchill object found using "simple" approach.

Supported API: true

Parameters:
element -
envData -
Returns:
java.util.HashMap
Throws:
WTException