Question
5
Replies
481
Views
Posted: March 9, 2016
Last activity: March 28, 2017
Where can I find the documentation of "pega." method references?
Where can I find the documentation of "pega." method references? (example :- pega.startApplicationAssembler(appTokens[0],appTokens[1],appTokens[2]);). I basically want to know startApplicationAssembler method does.
Similar to the way "tools." actually means that I need to look into PublicAPI interface documentation in "Engine API" ; is there a place I can look up the documentation of such "pega." usages ?
-Nishan
cannot find it either. Looking at the code, this is part of PegaAPI and Pega executable, maybe it is private and subject to future change per Pega's need. Ultimately, the startApplicationAssember simply calls primeAssemblyCache in the class FUAHelperImpl. What extent of details do you want to know?