Uses of Interface
com.ptc.windchill.cadx.saveas.DependencyTracerInterface

Packages that use DependencyTracerInterface
com.ptc.windchill.cadx.saveas   
 

Uses of DependencyTracerInterface in com.ptc.windchill.cadx.saveas
 

Classes in com.ptc.windchill.cadx.saveas that implement DependencyTracerInterface
 class DocCentricDependencyTracer
           
 class DocCentricDependencyTracerForWorkspace
           
 class PartCentricDependencyTracer
           
 class PartCentricDependencyTracerForWorkspace
           
 

Methods in com.ptc.windchill.cadx.saveas that return DependencyTracerInterface
static DependencyTracerInterface DependencyTracerFactory.getDependencyTracer(EPMWorkspace ws, boolean isPartCentric, EPMDocConfigSpec epmDocCS, WTPartConfigSpec wtPartCS, Vector selectedObjs)