Uses of Class
wt.change2.ChangeRequest2

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

Subclasses of ChangeRequest2 in wt.change2
 class WTChangeRequest2
          A Windchill provided reference implementation of a ChangeRequest2.
 

Methods in wt.change2 that return ChangeRequest2
 ChangeRequest2 SubjectProduct.getChangeRequest2()
          Gets the object for the association that plays role: CHANGE_REQUEST2_ROLE.
 ChangeRequest2 StandardChangeService2.getFormalizingChangeRequest(ChangeIssue ci)
          Retrieves the ChangeRequest2 object that formalizes the given ChangeIssue object.
 ChangeRequest2 RelevantRequestData2.getChangeRequest2()
          Gets the object for the association that plays role: CHANGE_REQUEST2_ROLE.
 ChangeRequest2 ChangeService2Fwd.getFormalizingChangeRequest(ChangeIssue ci)
          Retrieves the ChangeRequest2 object that formalizes the given ChangeIssue object.
 ChangeRequest2 ChangeService2.getFormalizingChangeRequest(ChangeIssue ci)
          Retrieves the ChangeRequest2 object that formalizes the given ChangeIssue object.
 

Methods in wt.change2 with parameters of type ChangeRequest2
 void SubjectProduct.setChangeRequest2(ChangeRequest2 theChangeRequest2)
          Sets the object for the association that plays role: CHANGE_REQUEST2_ROLE.
static SubjectProduct SubjectProduct.newSubjectProduct(ChangeRequest2 theChangeRequest2, WTProductMaster theWTProductMaster)
          Default factory for the class.
static ResearchedBy ResearchedBy.newResearchedBy(ChangeRequest2 theChangeRequest2, ChangeAnalysis theChangeAnalysis)
          Default factory for the class.
 void RelevantRequestData2.setChangeRequest2(ChangeRequest2 theChangeRequest2)
          Sets the object for the association that plays role: CHANGE_REQUEST2_ROLE.
static RelevantRequestData2 RelevantRequestData2.newRelevantRequestData2(Changeable2 theChangeable2, ChangeRequest2 theChangeRequest2)
          Default factory for the class.
static FormalizedBy FormalizedBy.newFormalizedBy(ChangeRequest2 theChangeRequest2, ChangeIssue theChangeIssue)
          Default factory for the class.
protected  boolean ChangeRequest2.readVersion(ChangeRequest2 thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static AddressedBy2 AddressedBy2.newAddressedBy2(ChangeRequest2 theChangeRequest2, ChangeOrder2 theChangeOrder2)
          Default factory for the class.
 

Uses of ChangeRequest2 in wt.change2.process
 

Methods in wt.change2.process with parameters of type ChangeRequest2
static String ProcessHelper.checkProposalsFinished(ChangeRequest2 cRequest)
          Determine if the passed Change Request has any pending Change Proposals.
static String ProcessHelper.checkOrdersFinished(ChangeRequest2 cRequest)
          Determine if the passed Change Request has any pending Change Orders.
static String ProcessHelper.checkInvestigationsFinished(ChangeRequest2 cRequest)
          Determine if the passed Change Request has any pending Change Investigations.