Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixes <result-to-field> doc in <call-simple-method>

...

Section
Column
width20%
<call-simple-method>
Column
Invokes a Mini-language simple method.
Attributes

Name

Type

Requirements

Description

Notes

method-name

constant

required

The name of the <simple-method> element.

 

xml-resource

constant

optional

The location of the <simple-method> file.

Defaults to current file.

scope

constant

optional

The memory scope to use: "inline" or "function".

When set to "inline", existing variables can be modified by the called script. When set to "function", existing variables are protected from modification, and the called script returns values via the <field-to-result> element. Defaults to "inline".

 

Child Elements

Name

Requirements

 

<result-to-field>

optional (one or more), used only when scope="functioninline" (default)

(?) (https://cwiki.apache.org/OFBADMIN/mini-language-reference.html#Mini-languageReference-{{}})

...