Uses of Class
wt.change2.WTChangeInvestigation

Packages that use WTChangeInvestigation
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. 
 

Uses of WTChangeInvestigation in wt.change2
 

Methods in wt.change2 that return WTChangeInvestigation
static WTChangeInvestigation WTChangeInvestigation.newWTChangeInvestigation()
          A no-arg new-factory method to construct an initialized instance of a WTChangeInvestigation.
static WTChangeInvestigation WTChangeInvestigation.newWTChangeInvestigation(String name)
          A new-factory method that construct an initialized instance of a WTChangeInvestigation with the given name.
 

Methods in wt.change2 with parameters of type WTChangeInvestigation
static WTChangeInvestigationIdentity WTChangeInvestigationIdentity.newWTChangeInvestigationIdentity(WTChangeInvestigation investigation)
          

Supported API: false
protected  void WTChangeInvestigationIdentity.initialize(WTChangeInvestigation investigation)
          Supports initialization, following construction of an instance.
protected  boolean WTChangeInvestigation.readVersion(WTChangeInvestigation thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.