[rules-users] Drools - Search and Reporting

dme1 mehtad at hotmail.com
Thu Sep 13 10:39:09 EDT 2012


Hi,

Is there any way to search and/or generate reports from the Rule Repository
based on different criteria like Facts, Field Values, Attributes, MetaData
etc. 

E.g. If I have a rule 

rule "Test"
when
  @SomeMetaData("value1")
  ruleflow-group "abcd"
  p : Person (age > 25, country = "XYZ")
then
  p.setSomeField("value");

I would like to search for all rules in the ruleflow-group abcd, and
MetaData=SomeMetaData;
or for rules which are defined for Person with age as a criteria; or for
Person with age > 25 etc.

I would like to do this in Guvnor and Eclipse if possible.

If the features do not exist what would be the best way to write a custom
search feature to satisfy this requirement.

Thanks,
dme.



--
View this message in context: http://drools.46999.n3.nabble.com/Drools-Search-and-Reporting-tp4019747.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list