I am looking for a way to get current Desktop() inside page.
I know I have getOutline()
, but I need Desktop().
Is there a way to get it?
Here is one possibility that is working anywhere in the Scout model code:
ClientSyncJob.getCurrentSession().getDesktop()