Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2023-06/b6a93eb5-f2ee-4e9f-a89a-b15ca4041371.jpg?h=e0ce08cc&itok=dEFN7MCs)
中軟東京株式会社
JP
Last activity: 12 Jun 2024 10:42 EDT
About PegaAPI
I have seen some java code in a function as below, I know about Interface PublicAPI,
but first time see the PegaAPI, is PegaAPI also a Interface? I can't find where it is.
PegaAPI pega = (PegaAPI)tools;
java.util.Set pagesSet=new java.util.HashSet(); pagesSet.addAll(pega.getSystemOperationsProvider().getRemoteClipboardAPI().getThreadDeclarativePageNames(nodeID, requestorID,currentThreadName));
Do we have any link from where we can understand what is PegaAPI and the Method Detail?
PegaAPI
getSystemOperationsProvider(),
getRemoteClipboardAPI(),
getThreadDeclarativePageNames()
Thanks in advance.