Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width20%
<xor>
Column
Combines conditional elements using a boolean XOR.


Call Operations

Section
Column
width20%
<call-bsh>
Column
Executes a BSH script.
Info
titleProposed Changes
  • Deprecate and replace with <script>.
Section
Column
width20%
<call-class-method>
Column
Calls a Java class method using the given fields as parameters.
Info
titleProposed Changes
  • Deprecate and replace with <script>.
Section
Column
width20%
<call-object-method>
Column
Calls a Java object method using the given fields as parameters.
Info
titleProposed Changes
  • Deprecate and replace with <script>.
Section
Column
width20%
<script>
Column
Executes a script.

Attributes

location

optional

The location of the script file


Info
titleProposed Changes
  • Currently, the location attribute is optional. Require the location attribute.
  • Add a new attribute - script - that can be used for executing small scripts instead of requiring a file. Require the location or the script attribute.
  • Currently, the element behavior when used with Mini-language scripts is different than using the <call-simple-method> element. Make the behavior the same as the <call-simple-method> element.
  • Currently, Mini-language error messages/results are not updated from script results. Update Mini-language error messages/results from script error messages/results.
<call-service>
<call-service-asynch>

...