Re: [rules-users] "drools" key word

2013-05-03 Thread rjr201
That's exactly what I needed. Thanks. -- View this message in context: http://drools.46999.n3.nabble.com/drools-key-word-tp4023662p4023665.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules-us

Re: [rules-users] "drools" key word

2013-05-03 Thread Mark Proctor
It was deprecated to kcontext some releases ago. The interface name is RuleContext. http://docs.jboss.org/jbpm/v5.2/javadocs/org/drools/runtime/rule/RuleContext.html Mark On 3 May 2013, at 10:14, rjr201 wrote: > I was looking for a way to get a rule's name within the 'then' condition of > the r

[rules-users] "drools" key word

2013-05-03 Thread rjr201
I was looking for a way to get a rule's name within the 'then' condition of the rule.. found an old post on another forum that recommended this (which works): drools.getRule().getName() My question is, what is this 'drools' keyword? could anyone point me to documentation that outlines what else c