Interface CAPACreateChangeNoticeHandler
- All Known Implementing Classes:
DefaultCAPACreateChangeNoticeHandler
public interface CAPACreateChangeNoticeHandler
Interface for the automate fast track handler. May be implemented if a
different logic is needed in the creation of a new Change Notice other than
the one in the DefaultAutomateFastTrackHandler.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateChangeNoticeFromChangeRequest(com.ptc.qualitymanagement.capa.request.CAPAChangeRequest changeRequest, com.ptc.qualitymanagement.capa.plan.CAPAChangeActivity capaChangeActivity) Given an existing change request, this method will create a new change order .
-
Method Details
-
createChangeNoticeFromChangeRequest
WTChangeOrder2 createChangeNoticeFromChangeRequest(com.ptc.qualitymanagement.capa.request.CAPAChangeRequest changeRequest, com.ptc.qualitymanagement.capa.plan.CAPAChangeActivity capaChangeActivity) throws WTException Given an existing change request, this method will create a new change order .- Parameters:
changeRequest- - An existing change request in the process of being submitted.capaChangeActivity- - The CAPAChangeActivity
Supported API: true- Throws:
WTException
-