com.ptc.windchill.cadx.saveas
Class PartCentricDependencyTracer

java.lang.Object
  extended bycom.ptc.windchill.cadx.saveas.PartCentricDependencyTracer
All Implemented Interfaces:
DependencyTracerInterface

public class PartCentricDependencyTracer
extends Object
implements DependencyTracerInterface


Field Summary
private  EPMDocConfigSpec docConfigSpec
           
private  Vector finalVecForSaveAs
           
private  Vector inclusionCriteriaVec
           
private  WTPartConfigSpec partConfigSpec
           
private  Vector selectedObjVec
           
 
Constructor Summary
PartCentricDependencyTracer(EPMDocConfigSpec epmDocCS, WTPartConfigSpec wtPartCS, Vector selectedObjs)
           
 
Method Summary
 List getDependency()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

docConfigSpec

private EPMDocConfigSpec docConfigSpec

partConfigSpec

private WTPartConfigSpec partConfigSpec

selectedObjVec

private Vector selectedObjVec

finalVecForSaveAs

private Vector finalVecForSaveAs

inclusionCriteriaVec

private Vector inclusionCriteriaVec
Constructor Detail

PartCentricDependencyTracer

public PartCentricDependencyTracer(EPMDocConfigSpec epmDocCS,
                                   WTPartConfigSpec wtPartCS,
                                   Vector selectedObjs)
Method Detail

getDependency

public List getDependency()
                   throws WTException
Specified by:
getDependency in interface DependencyTracerInterface
Throws:
WTException