Interface DisplayMessageRAOAction
-
@Deprecated(forRemoval=true, since="2005") public interface DisplayMessageRAOActionDeprecated, for removal: This API element is subject to removal in a future version.not used since 6.2 releaseDisplayMessageRAOAction fires a message as a Rule Action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DisplayMessageRAOfireMessage(AbstractActionedRAO appliedToObject, RuleEngineResultRAO result, java.lang.Object ruleContext)Deprecated, for removal: This API element is subject to removal in a future version.Fires a message as a Rule Action.
-
-
-
Method Detail
-
fireMessage
DisplayMessageRAO fireMessage(AbstractActionedRAO appliedToObject, RuleEngineResultRAO result, java.lang.Object ruleContext)
Deprecated, for removal: This API element is subject to removal in a future version.Fires a message as a Rule Action. TheruleContextobject can be used to enhance the returned DisplayMessageRAO.- Parameters:
appliedToObject- object to which the message is applied to (Cart, OrderEntry, Product, etc..)result- the result raoruleContext- an optional context object that can be used to provide additional information for the returned DisplayMessageRAO
-
-