Uses of Class
wt.change2.ChangeInvestigation

Packages that use ChangeInvestigation
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
wt.change2.process   
 

Uses of ChangeInvestigation in wt.change2
 

Subclasses of ChangeInvestigation in wt.change2
 class WTChangeInvestigation
          A Windchill provided reference implementation of a ChangeInvestigation.
 

Methods in wt.change2 with parameters of type ChangeInvestigation
protected  boolean ChangeInvestigation.readVersion(ChangeInvestigation thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of ChangeInvestigation in wt.change2.process
 

Methods in wt.change2.process with parameters of type ChangeInvestigation
static String ProcessHelper.checkAnalysisActivitiesFinished(ChangeInvestigation cInvestigation)
          Determine if the associated Change Investigation has any pending Analysis Activities.