]
Mario Fusco reassigned DROOLS-995:
----------------------------------
Assignee: Mario Fusco (was: Duncan Doyle)
Expose rule attributes of RuleImpl via API
------------------------------------------
Key: DROOLS-995
URL:
https://issues.jboss.org/browse/DROOLS-995
Project: Drools
Issue Type: Feature Request
Components: core engine
Affects Versions: 6.3.0.Final
Environment: Mac OS 10.11.1, Drools 6.4.0-SNAPSHOT
Reporter: Duncan Doyle
Assignee: Mario Fusco
Priority: Minor
Fix For: 6.4.x
I've got a use-case where I, at runtime, want to inspect the rule-attributes of our
rules (e.g. salience, ruleflow-group, etc.) via the Drools API. Currently, the only way to
retrieve that kind of information is via the internal Drools API, ie.
org.drools.core.definitions.rule.impl.RuleImpl.
It would be nice if we could expose these rule attributes via a public API.