Uses of Class
wt.change2.ChangeActivity2

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

Methods in com.ptc.windchill.esi.ecn with parameters of type ChangeActivity2
protected  void ESIStandardECNFactory.associateChangeableToChangeActivity(ChangeActivity2 changeActivity, Changeable2 item)
          Persist the association between given change activity and given changeable.
 

Uses of ChangeActivity2 in wt.change2
 

Subclasses of ChangeActivity2 in wt.change2
 class WTChangeActivity2
          A Windchill provided reference implementation of a ChangeActivity2.
 

Methods in wt.change2 that return ChangeActivity2
 ChangeActivity2 AffectedActivityData.getChangeActivity2()
          Gets the object for the association that plays role: CHANGE_ACTIVITY2_ROLE.
 

Methods in wt.change2 with parameters of type ChangeActivity2
private  void StandardChangeService2.emitCAStateChangedEvent(ChangeActivity2 ca)
           
static IncludedIn2 IncludedIn2.newIncludedIn2(ChangeOrder2 theChangeOrder2, ChangeActivity2 theChangeActivity2)
          Default factory for the class.
static ChangeRecord2 ChangeRecord2.newChangeRecord2(Changeable2 theChangeable2, ChangeActivity2 theChangeActivity2)
          Default factory for the class.
protected  boolean ChangeActivity2.readVersion(ChangeActivity2 thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void AffectedActivityData.setChangeActivity2(ChangeActivity2 theChangeActivity2)
          Sets the object for the association that plays role: CHANGE_ACTIVITY2_ROLE.
static AffectedActivityData AffectedActivityData.newAffectedActivityData(Changeable2 theChangeable2, ChangeActivity2 theChangeActivity2)
          Default factory for the class.