Uses of Class
wt.change2.WTChangeActivity2

Packages that use WTChangeActivity2
com.ptc.windchill.esi.ecn   
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 WTChangeActivity2 in com.ptc.windchill.esi.ecn
 

Methods in com.ptc.windchill.esi.ecn that return WTChangeActivity2
 WTChangeActivity2 ESIChangeActivityFactory.create(WTChangeOrder2 changeOrder)
          Create and persist a new change activity associated with the argument.
 

Methods in com.ptc.windchill.esi.ecn with parameters of type WTChangeActivity2
 Collection ESIChangeOrgFinder.getTargets(WTChangeActivity2 changeActivity)
          Return a collection of ESITargets that are associated with the changeable objects contained by the argument.
 

Uses of WTChangeActivity2 in wt.change2
 

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

Methods in wt.change2 with parameters of type WTChangeActivity2
static WTChangeActivity2Identity WTChangeActivity2Identity.newWTChangeActivity2Identity(WTChangeActivity2 activity)
          

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