Uses of Class
wt.change2.ChangeProposal

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

Subclasses of ChangeProposal in wt.change2
 class WTChangeProposal
          A Windchill provided reference implementation of a ChangeProposal.
 

Methods in wt.change2 with parameters of type ChangeProposal
protected  boolean ChangeProposal.readVersion(ChangeProposal thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static AcceptedStrategy AcceptedStrategy.newAcceptedStrategy(ChangeOrder2 theChangeOrder2, ChangeProposal theChangeProposal)
          Default factory for the class.