Interface CAPARequestService
Service to interact with a CAPA Change Request.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetCAPAChangeRequestSiteLinks(CAPAChangeRequest capaChangeRequest) This api returns all the CAPAChangeRequestLinks associated with the capaChangeRequest.getRelReqDataLinks(CAPAChangeRequest capaChangeRequest) This api will return all the RelevantRequestData2 objects associated with the capaChangeRequest.getRelReqDataProductLinks(CAPAChangeRequest capaChangeRequest) This api will return all the RelevantRequestDataProductLinks related to the capaChangeRequest object.
-
Method Details
-
getCAPAChangeRequestSiteLinks
This api returns all the CAPAChangeRequestLinks associated with the capaChangeRequest.
Supported API: true- Parameters:
capaChangeRequest-- Returns:
- WTArrayList
- Throws:
WTException
-
getRelReqDataLinks
This api will return all the RelevantRequestData2 objects associated with the capaChangeRequest.
Supported API: true- Parameters:
capaChangeRequest-- Returns:
- WTArrayList
- Throws:
WTException
-
getRelReqDataProductLinks
This api will return all the RelevantRequestDataProductLinks related to the capaChangeRequest object.
Supported API: true- Parameters:
capaChangeRequest-- Returns:
- WTArrayList
- Throws:
WTException
-