Question
中軟東京株式会社
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.