Uses of Class
wt.change2.ChangeAnalysis

Packages that use ChangeAnalysis
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 ChangeAnalysis in wt.change2
 

Subclasses of ChangeAnalysis in wt.change2
 class ChangeInvestigation
          The abstract level representation of a change investigation.
 class ChangeProposal
          The abstract level representation of a change proposal.
 class WTChangeInvestigation
          A Windchill provided reference implementation of a ChangeInvestigation.
 class WTChangeProposal
          A Windchill provided reference implementation of a ChangeProposal.
 

Methods in wt.change2 with parameters of type ChangeAnalysis
static ResearchedBy ResearchedBy.newResearchedBy(ChangeRequest2 theChangeRequest2, ChangeAnalysis theChangeAnalysis)
          Default factory for the class.
static DetailedBy DetailedBy.newDetailedBy(ChangeAnalysis theChangeAnalysis, AnalysisActivity theAnalysisActivity)
          Default factory for the class.
protected  boolean ChangeAnalysis.readVersion(ChangeAnalysis thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of ChangeAnalysis in wt.change2.process
 

Methods in wt.change2.process with parameters of type ChangeAnalysis
static String ProcessHelper.checkAnalysisActivitiesFinished(ChangeAnalysis cAnalysis)
          Determine if the passed Change Analysis (Change Proposal or Change Investigation) has any pending Analysis Activities.