I have a claim object that I want to subject to a Rule
there is a Java class that contains the complex business logic
Rule Class DurBusinessRules has the following method
public DurRuleResponse executeHardCodedTDAlertRule(DurClaim incomingClaim)
DurRuleResponse is an response object that contains the contributing claims
I want to be able to send just the incoming claim to the Rule
and in the rule I want to print just the values from the DurRuleResponse
object
something like
when
executeHardCodedRule(incoming claim)
then
print each contributing claim from the DurRuleResponse
end
Can someone help?
--
View this message in context:
http://drools.46999.n3.nabble.com/Business-Logic-in-Java-tp2979079p297907...
Sent from the Drools: User forum mailing list archive at
Nabble.com.