Content Management and Capture

 View Only
  • 1.  Desktop ID in Content Navigator Plugin Service

    Posted 11 days ago

    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
    ------------------------------


  • 2.  RE: Desktop ID in Content Navigator Plugin Service

    Posted 7 days ago

    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
    ------------------------------



  • 3.  RE: Desktop ID in Content Navigator Plugin Service

    Posted 4 days ago

    Thank you Junpeng.



    ------------------------------
    RAVI KUMAR
    ------------------------------