Uses of Interface
wt.change2.ChangeRequestIfc

Packages that use ChangeRequestIfc
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.htmlclient Defines an interface for the change objects from wt.change2
 

Uses of ChangeRequestIfc in wt.change2
 

Classes in wt.change2 that implement ChangeRequestIfc
 class ChangeRequest2
          The abstract level representation of a change request.
 class WTChangeRequest2
          A Windchill provided reference implementation of a ChangeRequest2.
 

Methods in wt.change2 that return ChangeRequestIfc
 ChangeRequestIfc StandardChangeService2.deleteChangeRequest(ChangeRequestIfc cr)
          Deletes the concrete subclass of ChangeRequestIfc from the database.
 ChangeRequestIfc StandardChangeService2.saveChangeRequest(ChangeRequestIfc cr)
          Stores the given concrete subclass of ChangeRequestIfc in the database.
 ChangeRequestIfc StandardChangeService2.findChangeRequest(Object theObject)
          Uses Change2DelegateFactory and FindChangeRequestDelegate mechanism to find the change request associated with the object passed in.
 ChangeRequestIfc ResearchedByIfc.getChangeRequestIfc()
          Gets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 ChangeRequestIfc ResearchedBy.getChangeRequestIfc()
          Gets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 ChangeRequestIfc ResearchedBy.getChangeRequest2()
          Gets the object for the association that plays role: CHANGE_REQUEST2_ROLE.
 ChangeRequestIfc FormalizedByIfc.getChangeRequestIfc()
          Gets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 ChangeRequestIfc FormalizedBy.getChangeRequestIfc()
          Gets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 ChangeRequestIfc FormalizedBy.getChangeRequest2()
          Gets the object for the association that plays role: CHANGE_REQUEST2_ROLE.
 ChangeRequestIfc FindChangeRequestForWorkflowDelegate.findChangeRequest(Object ci)
          Finds the ChangeRequestIfc for an item of type Object.
 ChangeRequestIfc FindChangeRequestForChangeOrderDelegate.findChangeRequest(Object ci)
          Finds the ChangeRequestIfc for an item of type Object.
 ChangeRequestIfc FindChangeRequestForChangeIssueDelegate.findChangeRequest(Object ci)
          Finds the ChangeRequestIfc for an item of type Object.
 ChangeRequestIfc FindChangeRequestForChangeAnalysisDelegate.findChangeRequest(Object ci)
          Finds the ChangeRequestIfc for an item of type Object.
 ChangeRequestIfc FindChangeRequestForChangeActivityDelegate.findChangeRequest(Object ci)
          Finds the ChangeRequestIfc for an item of type Object.
 ChangeRequestIfc FindChangeRequestForAnalysisActivityDelegate.findChangeRequest(Object ci)
          Finds the ChangeRequestIfc for an item of type Object.
 ChangeRequestIfc FindChangeRequestDelegate.findChangeRequest(Object ci)
          Finds the ChangeRequestIfc for an item of type Object.
 ChangeRequestIfc ChangeService2Fwd.deleteChangeRequest(ChangeRequestIfc cr)
          Deletes the concrete subclass of ChangeRequestIfc from the database.
 ChangeRequestIfc ChangeService2Fwd.saveChangeRequest(ChangeRequestIfc cr)
          Stores the given concrete subclass of ChangeRequestIfc in the database.
 ChangeRequestIfc ChangeService2Fwd.findChangeRequest(Object theObject)
          Uses Change2DelegateFactory and FindChangeRequestDelegate mechanism to find the change request associated with the object passed in.
 ChangeRequestIfc ChangeService2.deleteChangeRequest(ChangeRequestIfc cr)
          Deletes the concrete subclass of ChangeRequestIfc from the database.
 ChangeRequestIfc ChangeService2.saveChangeRequest(ChangeRequestIfc cr)
          Stores the given concrete subclass of ChangeRequestIfc in the database.
 ChangeRequestIfc ChangeService2.findChangeRequest(Object theObject)
          Uses Change2DelegateFactory and FindChangeRequestDelegate mechanism to find the change request associated with the object passed in.
 ChangeRequestIfc AddressedByIfc.getChangeRequestIfc()
          Gets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 ChangeRequestIfc AddressedBy2.getChangeRequestIfc()
          Gets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 ChangeRequestIfc AddressedBy2.getChangeRequest2()
          Gets the object for the association that plays role: CHANGE_REQUEST2_ROLE.
 

Methods in wt.change2 with parameters of type ChangeRequestIfc
 ChangeRequestIfc StandardChangeService2.deleteChangeRequest(ChangeRequestIfc cr)
          Deletes the concrete subclass of ChangeRequestIfc from the database.
 FormalizedByIfc StandardChangeService2.deleteFormalizedBy(ChangeRequestIfc cr, ChangeIssueIfc ci)
          Delete the FormalizedByIfc relationship implied by the two arguments.
 QueryResult StandardChangeService2.getChangeables(ChangeRequestIfc cr)
          Retrieves the Changeable2 objects related to the given ChangeRequestIfc object by the RelevantRequestDataIfc assocation.
 QueryResult StandardChangeService2.getChangeables(ChangeRequestIfc cr, boolean onlyChangeables)
          Retrieves the Changeable2 objects related to the given ChangeRequestIfc object by the RelevantRequestDataIfc assocation.
 QueryResult StandardChangeService2.getChangeInvestigations(ChangeRequestIfc cr)
          Retrieves the ChangeInvestigationIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation.
 QueryResult StandardChangeService2.getChangeInvestigations(ChangeRequestIfc cr, boolean onlyChangeInvestigations)
          Retrieves the ChangeInvestigationIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation.
 QueryResult StandardChangeService2.getChangeIssues(ChangeRequestIfc cr)
          Retrieves the ChangeIssueIfc objects related to the given ChangeRequestIfc object by the FormalizedByIfc assocation.
 QueryResult StandardChangeService2.getChangeIssues(ChangeRequestIfc cr, boolean onlyChangeIssues)
          Retrieves the ChangeIssueIfc objects related to the given ChangeRequestIfc object by the FormalizedByIfc assocation.
 QueryResult StandardChangeService2.getChangeOrders(ChangeRequestIfc cr)
          Retrieves the ChangeOrderIfc objects related to the given ChangeRequestIfc object by the AddressedByIfc assocation.
 QueryResult StandardChangeService2.getChangeOrders(ChangeRequestIfc cr, boolean onlyChangeOrders)
          Retrieves the ChangeOrderIfc objects related to the given ChangeRequestIfc object by the AddressedByIfc assocation.
 QueryResult StandardChangeService2.getChangeProposals(ChangeRequestIfc cr)
          Retrieves the ChangeProposalIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation.
 QueryResult StandardChangeService2.getChangeProposals(ChangeRequestIfc cr, boolean onlyChangeProposals)
          Retrieves the ChangeProposalIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation.
 ChangeInvestigationIfc StandardChangeService2.saveChangeInvestigation(ChangeRequestIfc cr, ChangeInvestigationIfc ci)
          Stores the given concrete subclass of ChangeInvestigationIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 ChangeOrderIfc StandardChangeService2.saveChangeOrder(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of ChangeOrderIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 ChangeProposalIfc StandardChangeService2.saveChangeProposal(ChangeRequestIfc cr, ChangeProposalIfc cp)
          Stores the given concrete subclass of ChangeProposalIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 ChangeRequestIfc StandardChangeService2.saveChangeRequest(ChangeRequestIfc cr)
          Stores the given concrete subclass of ChangeRequestIfc in the database.
 FormalizedByIfc StandardChangeService2.saveFormalizedBy(ChangeRequestIfc cr, ChangeIssueIfc ci)
          Stores the given concrete subclass of FormalizedByIfc in the database.
 QueryResult StandardChangeService2.getSubjectProducts(ChangeRequestIfc cr, boolean onlyProducts)
          Retrieves the WTProductMaster objects related to the given ChangeRequestIfc object by the SubjectProductIfc assocation.
 QueryResult StandardChangeService2.getSubjectProducts(ChangeRequestIfc cr)
          Retrieves the WTProductMaster objects related to the given ChangeRequestIfc object by the SubjectProductIfc assocation.
 FormalizedByIfc StandardChangeService2.deleteFormalizedBy(Class linkClass, ChangeRequestIfc cr, ChangeIssueIfc ci)
          Delete the FormalizedByIfc relationship implied by the three arguments.
 AddressedByIfc StandardChangeService2.deleteAddressedBy(ChangeRequestIfc cr, ChangeOrderIfc co)
          Delete the AddressedByIfc relationship implied by the two arguments.
 ResearchedByIfc StandardChangeService2.saveResearchedBy(ChangeRequestIfc cr, ChangeProposalIfc cp)
          Stores the given concrete subclass of ResearchedByIfc in the database.
 AddressedByIfc StandardChangeService2.saveAddressedBy(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of AddressedByIfc in the database.
protected  void StandardChangeService2.propagateDeleteToChangeAnalysis(ChangeRequestIfc deleteTarget, ResearchedByIfc deleteLink)
           
protected  void StandardChangeService2.propagateDeleteToChangeOrder(ChangeRequestIfc deleteTarget, AddressedByIfc deleteLink)
           
private  void StandardChangeService2.propagateFolderChange(ChangeRequestIfc request)
           
 void ResearchedByIfc.setChangeRequestIfc(ChangeRequestIfc theChangeRequestIfc)
          Sets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 void ResearchedBy.setChangeRequestIfc(ChangeRequestIfc theChangeRequestIfc)
          Sets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 void ResearchedBy.setChangeRequest2(ChangeRequestIfc theChangeRequest2)
          Sets the object for the association that plays role: CHANGE_REQUEST2_ROLE.
 FormalizedByIfc FormalizedByIfcDelegate.getFormalizedBy(ChangeRequestIfc cr, ChangeIssueIfc cIss)
          Not used.
 void FormalizedByIfc.setChangeRequestIfc(ChangeRequestIfc theChangeRequestIfc)
          Sets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 void FormalizedBy.setChangeRequestIfc(ChangeRequestIfc theChangeRequestIfc)
          Sets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 void FormalizedBy.setChangeRequest2(ChangeRequestIfc theChangeRequest2)
          Sets the object for the association that plays role: CHANGE_REQUEST2_ROLE.
 void FindChangeRequestForWorkflowDelegate.setHtmlClientState(Object contextObj, ChangeRequestIfc cr, Properties formData, Properties parameters, Locale locale, OutputStream os)
          Handles marking the parent objects of the current object as expanded so they will appear expanded in the initial display of the change management form.
 void FindChangeRequestForChangeOrderDelegate.setHtmlClientState(Object contextObj, ChangeRequestIfc cr, Properties formData, Properties parameters, Locale locale, OutputStream os)
          Handles marking the parent objects of the current object as expanded so they will appear expanded in the initial display of the change management form.
 void FindChangeRequestForChangeIssueDelegate.setHtmlClientState(Object contextObj, ChangeRequestIfc cr, Properties formData, Properties parameters, Locale locale, OutputStream os)
          Handles marking the parent objects of the current object as expanded so they will appear expanded in the initial display of the change management form.
 void FindChangeRequestForChangeAnalysisDelegate.setHtmlClientState(Object contextObj, ChangeRequestIfc cr, Properties formData, Properties parameters, Locale locale, OutputStream os)
          Handles marking the parent objects of the current object as expanded so they will appear expanded in the initial display of the change management form.
 void FindChangeRequestForChangeActivityDelegate.setHtmlClientState(Object contextObj, ChangeRequestIfc cr, Properties formData, Properties parameters, Locale locale, OutputStream os)
          Handles marking the parent objects of the current object as expanded so they will appear expanded in the initial display of the change management form.
 void FindChangeRequestForAnalysisActivityDelegate.setHtmlClientState(Object contextObj, ChangeRequestIfc cr, Properties formData, Properties parameters, Locale locale, OutputStream os)
          Handles marking the parent objects of the current object as expanded so they will appear expanded in the initial display of the change management form.
 void FindChangeRequestDelegate.setHtmlClientState(Object contextObj, ChangeRequestIfc cr, Properties formData, Properties parameters, Locale locale, OutputStream os)
          Handles marking the parent objects of the current object as expanded so they will appear expanded in the initial display of the change management form.
 ChangeRequestIfc ChangeService2Fwd.deleteChangeRequest(ChangeRequestIfc cr)
          Deletes the concrete subclass of ChangeRequestIfc from the database.
 FormalizedByIfc ChangeService2Fwd.deleteFormalizedBy(ChangeRequestIfc cr, ChangeIssueIfc ci)
          Delete the FormalizedByIfc relationship implied by the two arguments.
 QueryResult ChangeService2Fwd.getChangeables(ChangeRequestIfc cr)
          Retrieves the Changeable2 objects related to the given ChangeRequestIfc object by the RelevantRequestDataIfc assocation.
 QueryResult ChangeService2Fwd.getChangeables(ChangeRequestIfc cr, boolean onlyChangeables)
          Retrieves the Changeable2 objects related to the given ChangeRequestIfc object by the RelevantRequestDataIfc assocation.
 QueryResult ChangeService2Fwd.getChangeInvestigations(ChangeRequestIfc cr)
          Retrieves the ChangeInvestigationIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation.
 QueryResult ChangeService2Fwd.getChangeInvestigations(ChangeRequestIfc cr, boolean onlyChangeInvestigations)
          Retrieves the ChangeInvestigationIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation.
 QueryResult ChangeService2Fwd.getChangeIssues(ChangeRequestIfc cr)
          Retrieves the ChangeIssueIfc objects related to the given ChangeRequestIfc object by the FormalizedByIfc assocation.
 QueryResult ChangeService2Fwd.getChangeIssues(ChangeRequestIfc cr, boolean onlyChangeIssues)
          Retrieves the ChangeIssueIfc objects related to the given ChangeRequestIfc object by the FormalizedByIfc assocation.
 QueryResult ChangeService2Fwd.getChangeOrders(ChangeRequestIfc cr)
          Retrieves the ChangeOrderIfc objects related to the given ChangeRequestIfc object by the AddressedByIfc assocation.
 QueryResult ChangeService2Fwd.getChangeOrders(ChangeRequestIfc cr, boolean onlyChangeOrders)
          Retrieves the ChangeOrderIfc objects related to the given ChangeRequestIfc object by the AddressedByIfc assocation.
 QueryResult ChangeService2Fwd.getChangeProposals(ChangeRequestIfc cr)
          Retrieves the ChangeProposalIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation.
 QueryResult ChangeService2Fwd.getChangeProposals(ChangeRequestIfc cr, boolean onlyChangeProposals)
          Retrieves the ChangeProposalIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation.
 ChangeInvestigationIfc ChangeService2Fwd.saveChangeInvestigation(ChangeRequestIfc cr, ChangeInvestigationIfc ci)
          Stores the given concrete subclass of ChangeInvestigationIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 ChangeOrderIfc ChangeService2Fwd.saveChangeOrder(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of ChangeOrderIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 ChangeProposalIfc ChangeService2Fwd.saveChangeProposal(ChangeRequestIfc cr, ChangeProposalIfc cp)
          Stores the given concrete subclass of ChangeProposalIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 ChangeRequestIfc ChangeService2Fwd.saveChangeRequest(ChangeRequestIfc cr)
          Stores the given concrete subclass of ChangeRequestIfc in the database.
 FormalizedByIfc ChangeService2Fwd.saveFormalizedBy(ChangeRequestIfc cr, ChangeIssueIfc ci)
          Stores the given concrete subclass of FormalizedByIfc in the database.
 QueryResult ChangeService2Fwd.getSubjectProducts(ChangeRequestIfc cr, boolean onlyProducts)
          Retrieves the WTProductMaster objects related to the given ChangeRequestIfc object by the SubjectProductIfc assocation.
 QueryResult ChangeService2Fwd.getSubjectProducts(ChangeRequestIfc cr)
          Retrieves the WTProductMaster objects related to the given ChangeRequestIfc object by the SubjectProductIfc assocation.
 FormalizedByIfc ChangeService2Fwd.deleteFormalizedBy(Class linkClass, ChangeRequestIfc cr, ChangeIssueIfc ci)
          Delete the FormalizedByIfc relationship implied by the three arguments.
 AddressedByIfc ChangeService2Fwd.deleteAddressedBy(ChangeRequestIfc cr, ChangeOrderIfc co)
          Delete the AddressedByIfc relationship implied by the two arguments.
 ResearchedByIfc ChangeService2Fwd.saveResearchedBy(ChangeRequestIfc cr, ChangeProposalIfc cp)
          Stores the given concrete subclass of ResearchedByIfc in the database.
 AddressedByIfc ChangeService2Fwd.saveAddressedBy(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of AddressedByIfc in the database.
 ChangeRequestIfc ChangeService2.deleteChangeRequest(ChangeRequestIfc cr)
          Deletes the concrete subclass of ChangeRequestIfc from the database.
 FormalizedByIfc ChangeService2.deleteFormalizedBy(ChangeRequestIfc cr, ChangeIssueIfc ci)
          Delete the FormalizedByIfc relationship implied by the two arguments.
 QueryResult ChangeService2.getChangeables(ChangeRequestIfc cr)
          Retrieves the Changeable2 objects related to the given ChangeRequestIfc object by the RelevantRequestDataIfc assocation.
 QueryResult ChangeService2.getChangeables(ChangeRequestIfc cr, boolean onlyChangeables)
          Retrieves the Changeable2 objects related to the given ChangeRequestIfc object by the RelevantRequestDataIfc assocation.
 QueryResult ChangeService2.getChangeInvestigations(ChangeRequestIfc cr)
          Retrieves the ChangeInvestigationIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation.
 QueryResult ChangeService2.getChangeInvestigations(ChangeRequestIfc cr, boolean onlyChangeInvestigations)
          Retrieves the ChangeInvestigationIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation.
 QueryResult ChangeService2.getChangeIssues(ChangeRequestIfc cr)
          Retrieves the ChangeIssueIfc objects related to the given ChangeRequestIfc object by the FormalizedByIfc assocation.
 QueryResult ChangeService2.getChangeIssues(ChangeRequestIfc cr, boolean onlyChangeIssues)
          Retrieves the ChangeIssueIfc objects related to the given ChangeRequestIfc object by the FormalizedByIfc assocation.
 QueryResult ChangeService2.getChangeOrders(ChangeRequestIfc cr)
          Retrieves the ChangeOrderIfc objects related to the given ChangeRequestIfc object by the AddressedByIfc assocation.
 QueryResult ChangeService2.getChangeOrders(ChangeRequestIfc cr, boolean onlyChangeOrders)
          Retrieves the ChangeOrderIfc objects related to the given ChangeRequestIfc object by the AddressedByIfc assocation.
 QueryResult ChangeService2.getChangeProposals(ChangeRequestIfc cr)
          Retrieves the ChangeProposalIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation.
 QueryResult ChangeService2.getChangeProposals(ChangeRequestIfc cr, boolean onlyChangeProposals)
          Retrieves the ChangeProposalIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation.
 ChangeInvestigationIfc ChangeService2.saveChangeInvestigation(ChangeRequestIfc cr, ChangeInvestigationIfc ci)
          Stores the given concrete subclass of ChangeInvestigationIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 ChangeOrderIfc ChangeService2.saveChangeOrder(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of ChangeOrderIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 ChangeProposalIfc ChangeService2.saveChangeProposal(ChangeRequestIfc cr, ChangeProposalIfc cp)
          Stores the given concrete subclass of ChangeProposalIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 ChangeRequestIfc ChangeService2.saveChangeRequest(ChangeRequestIfc cr)
          Stores the given concrete subclass of ChangeRequestIfc in the database.
 FormalizedByIfc ChangeService2.saveFormalizedBy(ChangeRequestIfc cr, ChangeIssueIfc ci)
          Stores the given concrete subclass of FormalizedByIfc in the database.
 QueryResult ChangeService2.getSubjectProducts(ChangeRequestIfc cr, boolean onlyProducts)
          Retrieves the WTProductMaster objects related to the given ChangeRequestIfc object by the SubjectProductIfc assocation.
 QueryResult ChangeService2.getSubjectProducts(ChangeRequestIfc cr)
          Retrieves the WTProductMaster objects related to the given ChangeRequestIfc object by the SubjectProductIfc assocation.
 FormalizedByIfc ChangeService2.deleteFormalizedBy(Class linkClass, ChangeRequestIfc cr, ChangeIssueIfc ci)
          Delete the FormalizedByIfc relationship implied by the three arguments.
 AddressedByIfc ChangeService2.deleteAddressedBy(ChangeRequestIfc cr, ChangeOrderIfc co)
          Delete the AddressedByIfc relationship implied by the two arguments.
 ResearchedByIfc ChangeService2.saveResearchedBy(ChangeRequestIfc cr, ChangeProposalIfc cp)
          Stores the given concrete subclass of ResearchedByIfc in the database.
 AddressedByIfc ChangeService2.saveAddressedBy(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of AddressedByIfc in the database.
 void AddressedByIfc.setChangeRequestIfc(ChangeRequestIfc theChangeRequestIfc)
          Sets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 void AddressedBy2.setChangeRequestIfc(ChangeRequestIfc theChangeRequestIfc)
          Sets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 void AddressedBy2.setChangeRequest2(ChangeRequestIfc theChangeRequest2)
          Sets the object for the association that plays role: CHANGE_REQUEST2_ROLE.
 

Uses of ChangeRequestIfc in wt.change2.htmlclient
 

Methods in wt.change2.htmlclient with parameters of type ChangeRequestIfc
 void DefaultChangeTaskProcessor.setContextObjToChangeInvestigation(ChangeRequestIfc cr)
          Deprecated. Reset the context object to be the ChangeInvestigationIfc associated with the Change Request.