--
You received this message because you are subscribed to the Google Groups "Drools Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-usage...@googlegroups.com.
To post to this group, send email to drools...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/f5b0d2db-7935-4e64-95ba-761a92e3cb1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sorry, it's not possible without you writing some code. Asset definitions (DRL, Guided Rules, Enumerations etc) are not something we expose with any API. Our usual advise is to use a git java library to clone the Workbench repositories and work with them direct. That said you can access them using Uberfire's VFS abstraction (used by the workbench) and codes in drools-wb to read the enumeration.... but it'll require code on your part.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/1dc119e7-e881-4590-bf56-fbe707899a97%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-usage+unsubscribe@googlegroups.com.
To post to this group, send email to drools...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/00008d0d-c0f3-4a8b-a6b2-f519fac79c1e%40googlegroups.com.
Hello to all.