Interface CAPARequestService


@RemoteInterface public interface CAPARequestService
Service to interact with a CAPA Change Request.

Supported API: true

Extendable: false
  • Method Details

    • getCAPAChangeRequestSiteLinks

      WTArrayList getCAPAChangeRequestSiteLinks(CAPAChangeRequest capaChangeRequest) throws WTException
      This api returns all the CAPAChangeRequestLinks associated with the capaChangeRequest.

      Supported API: true
      Parameters:
      capaChangeRequest -
      Returns:
      WTArrayList
      Throws:
      WTException
    • getRelReqDataLinks

      WTArrayList getRelReqDataLinks(CAPAChangeRequest capaChangeRequest) throws WTException
      This api will return all the RelevantRequestData2 objects associated with the capaChangeRequest.

      Supported API: true
      Parameters:
      capaChangeRequest -
      Returns:
      WTArrayList
      Throws:
      WTException
    • getRelReqDataProductLinks

      WTArrayList getRelReqDataProductLinks(CAPAChangeRequest capaChangeRequest) throws WTException
      This api will return all the RelevantRequestDataProductLinks related to the capaChangeRequest object.

      Supported API: true
      Parameters:
      capaChangeRequest -
      Returns:
      WTArrayList
      Throws:
      WTException