Hello

I’m new to Drools and Guvnor and I’m trying to find a way to enable the selection of a method (other than getter and setter) by the guvnor guided editor in a drop-down-list way like the fields.

 

Example (.drl-file edited by Drools-Plugin in Eclipse):

 

 

How to achieve this in Guvnor guided editor, because the method getContentValue(“reviewed”) cannot be chosen – it must be KNOWN by the one who creates the rule?

 

My approach (using a Formula):

 

 

Many thanks for your help

Hans