IBM Integration Bus, Version 10.0.0.17 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS


Changing pattern parameter values

Use the IBM® Integration API to modify a pattern instance to change pattern parameter values.

You can change a pattern parameter value by using the PatternInstanceManager object.
The following example sets the value of the pattern parameter with the pattern parameter ID pp1 to true:
patternInstanceManager.setParameterValue("pp1", "true");

bc31160_.htm | Last updated 2019-07-13 08:13:29