Getting output parameters

You can retrieve the results that are sent back to the application after the execution of the ruleset.

About this task

You can get the output parameters of a ruleset for all output parameter pairs by using (String key, <type>).

Procedure

Get the output ruleset parameters for all output parameter pairs:
<type> value = (<type>)output.getParameter(key);

For example, String string = (String)output.getParameter(key);