API - SessionContext
Provides information about the context of the current rules execution.
Getters
/**
* Get the current logged-in user
*/
User getLoginUser();
/**
* Get localized messages
*/
Messages getMessages();
/**
* Get current runtime action (INPUT or SAVE)
*/
TMS getAction();