How to find documentation (CheckForCustomWarnings)
In the LSA course there is an exercise to override the CheckForCustomWarnings. In the java code for the solution we are asked to use Default.pxAddGuardrailMessage. This function can easily be found and the documentation is appropriate. In the screenshot I can see the use of pega_wb_default.pxAddGuardrailMessage. Examin the pxAddGuardrailMessage also reveals some java functions.
* I presume pega_wb_default refers to the Library Default. Where can I find this connection documented
* In pxAddGuardrailMessage we use addGuardrailMessage from the PublicAPI object called tools Again something I have not seen described but learned by hart). Now I have searched all our Java API and classes for this function from the help and on PDN but cannot find. The help, when searaching for this, revelas: For more details on the run time behavior for this function, refer to the PegaRULES Java Engine Public API. Search for the addGuardrailMessage() method.
In the LSA course there is an exercise to override the CheckForCustomWarnings. In the java code for the solution we are asked to use Default.pxAddGuardrailMessage. This function can easily be found and the documentation is appropriate. In the screenshot I can see the use of pega_wb_default.pxAddGuardrailMessage. Examin the pxAddGuardrailMessage also reveals some java functions.
* I presume pega_wb_default refers to the Library Default. Where can I find this connection documented
* In pxAddGuardrailMessage we use addGuardrailMessage from the PublicAPI object called tools Again something I have not seen described but learned by hart). Now I have searched all our Java API and classes for this function from the help and on PDN but cannot find. The help, when searaching for this, revelas: For more details on the run time behavior for this function, refer to the PegaRULES Java Engine Public API. Search for the addGuardrailMessage() method.
I have tried com.pega.pegarules.pub and com.pega.pegarules.pub.runtime, looked into most of the interfaces but cannot find enything useful. It is not primary this function I am looking for but merely how to navigate and find documentation.
What do I miss here?
Regards,
Hans Bernving