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 Details

    • createChangeNoticeFromChangeRequest

      WTChangeOrder2 createChangeNoticeFromChangeRequest(CAPAChangeRequest changeRequest, 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