Need to know logic internal to two Pega API's
Is it possible for me to get details on the logic of below two internal pega api? These are not exposed in designer studio and not searchable.
pega.c.AttachUtil.checkTokenAndDownloadAttachment
tools.sendFile(linkedRefTo, "pyAttachStream", true, "pxAttachName", null, false, null, true);
I ask because the URL approach to Filenet gives us poor performance, and we need to look into leveraging a more direct integration approach, ex. Daeja Viewer. In our research how to do this, we need to know the logic of the above methods. So, can someone copy/paste the code into a text file for us so we have an idea how they work?
Thanks