Community
Participate
Working Groups
I have a scenario in my adopter product where I have need to run the public RunOnServerAction but pass it information such that information makes it to my implementation of the LaunchableAdapterDelegate extension point so that my LaunchableAdapterDelegate knows that it was my action that invoked the RunOnServerAction and can then decide what Launchable to return based on that information.
Created attachment 190788 [details] v1.0 Ian, If I understand correctly. I think the attach changes (in the patch) might work for you, see if it meets your needs. What I am doing is allowing a way of passing properties into the RoS Wizard, such that you can define your own launchable and client even before the wizard shows up. Using a map of value key pair, you can create your own RunOnServerAction and then pass in properties that would affect the behaviour of the wizard. I did this implementation as it allows for more extensibility in the future.
Patch works great and meets my needs. Thanks a bunch!
Changes released to 32M.
changes committed to HEAD(3.3)
Changes released to HEAD(3.3)
New Gerrit change created: https://git.eclipse.org/r/109036