Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose a map of <ID, Scheduler> from MySchedule #126

Open
GoogleCodeExporter opened this issue Dec 22, 2015 · 0 comments
Open

Expose a map of <ID, Scheduler> from MySchedule #126

GoogleCodeExporter opened this issue Dec 22, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I've created a UI for users to choose a scheduler. However, my current 
implementation is not straight forward. I have to iterate through the result of 
mySchedule.getSchedulerSettingsNames(), using  
mySchedule.getSchedulerSettings(settingsName) to get the name and fullName and 
put them into a map of <name, fullName>. This map will be used to populate list 
of options for users to choose. Then, use 
mySchedule.getScheduler(schedulerName) to get the scheduler instance. If there 
could be a map of <schedulerId, schedulerInstance>, the code would be easier to 
understand. "schedulerId" could be the name or anything else that can identify 
a scheduler.

Original issue reported on code.google.com by [email protected] on 12 Nov 2013 at 6:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant