com.ptc.core.ca.co.client.address
Class CoAddressUtils

java.lang.Object
  extended by com.ptc.core.ca.co.client.address.CoAddressUtils

Deprecated.

@Deprecated
public abstract class CoAddressUtils
extends Object



Supported API: true

Extendable: false


Nested Class Summary
static class com.ptc.core.ca.co.client.address.CoAddressUtils.CoLongAddressIterator
          Deprecated.  
 
Method Summary
static String getUniquePersistentId(CoElement element, CoEnvData envData)
          Deprecated. Returns unique persistent ID for the element in its frame.
static String getUniquePersistentId(CoElement element, String suffix, CoEnvData envData)
          Deprecated. Returns unique persistent ID for the element in its frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUniquePersistentId

public static String getUniquePersistentId(CoElement element,
                                           CoEnvData envData)
                                    throws WTException
Deprecated. 
Returns unique persistent ID for the element in its frame. ID is guaranteed to remain the same during muliple drawrings of the frames created based on the same configuration providing that the data aqusition mechanism returns the same information.

Supported API: true

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

getUniquePersistentId

public static String getUniquePersistentId(CoElement element,
                                           String suffix,
                                           CoEnvData envData)
                                    throws WTException
Deprecated. 
Returns unique persistent ID for the element in its frame. ID is guaranteed to remain the same during muliple drawrings of the frames created based on the same configuration providing that the data aqusition mechanism returns the same information.

Supported API: true

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