com.ptc.core.ca.co.client.misc
Interface CoTrailIdProvider

All Known Implementing Classes:
WebTrailIdProvider

Deprecated.

@Deprecated
public interface CoTrailIdProvider

The purpose of the trail id hander is to return the id that can be recorded in a trail file.

Supported API: true

Extendable: false


Method Summary
 String getId(CoElement element, String ufid, CoConfigFeature config, CoEnvData envData)
          Deprecated. Returns id that can be recorded in a trail file.
 

Method Detail

getId

String getId(CoElement element,
             String ufid,
             CoConfigFeature config,
             CoEnvData envData)
             throws WTException
Deprecated. 
Returns id that can be recorded in a trail file.

Supported API: true

Parameters:
element -
ufid -
config -
envData - the conceptual environment
Returns:
String
Throws:
WTException