Hi RAVI,
Unfortunately, desktop ID can not be retrieved in the plug-in service, because it's dynamic.
It only can be passed by URL, e.g:
https://<hostname>:9443/navigator/jaxrs/plugin?plugin=DemoPlugin&action=GetConfigurationService&desktop=default.
plugin: plugin id
action: plug-in service
desktop: desktop ID
If you have specific scenario, feel free to let me know.
Thank you.
------------------------------
Junpeng Chen
------------------------------
Original Message:
Sent: Fri January 03, 2025 09:21 AM
From: RAVI KUMAR
Subject: Desktop ID in Content Navigator Plugin Service
Hi All,
I need the current desktop ID in the plug-in service. I could retrieve in the client and pass to service as a parameter. The thing is, I'm using this plug-in in many desktops. May I know is there a way to get in the plug-in service itself using PluginServiceCallbacks or HttpServletRequest.
------------------------------
RAVI KUMAR
------------------------------