Versions Compared

Key

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

...

Section
Column
width20%
<now-timestamp-to-env>
Column
Creates a java.sql.Timestamp object that is set to the current system time.
Code Block
xml
xml
<now-timestamp-to-env field="fooDate" />

Attributes

field

optional

The name of the field


Info
titleProposed Changes
  • Currently, the field attribute is optional. Require the attribute.
  • Deprecate and replace with UEL expression.
Section
Column
width20%
<order-by>

Child element of <order

<<order

-map-

list>>

list>

Column
Sorts a list of maps
Defines a map key to sort on.
Code Block
xml
xml
<order-map-list list="fooList">
    <order-by field="fooKey" />
</order-map-list>

Attributes

listfield

optional

The name of the list to be sorted

Child Elements

<order-by>

optional

Defines a map key to sort on


Section
info
Column
width
titleProposed Changes
  • Currently, the list attribute is optional. Require the attribute.
  • Currently, the child elements are optional, and the operator throws an exception at run time when none are found. Require at least one child element.

...

20%
<<order-map-list>>
Column
Sorts a list of maps.
Code Block
xml
xml

<order-map-list list="fooList">
    <order-by field="fooKey" />
</order-map-list>

Attributes

list

optional

The name of the list to be sorted


Child Elements

<order-by>

optional

Defines a map key to sort on


Info
titleProposed Changes
  • Currently, the list attribute is optional. Require the attribute.
  • Currently, the child elements are optional, and the operator throws an exception at run time when none are found. Require at least one child element.
Section
Column
width20%
<property-to-field>
Column
Assigns a property in a resource to a field.
Code Block
xml
xml

<property-to-field field="foo" resource="fooResource.properties" property="fooKey" />

Attributes

field

optional

The name of the field

 

resource

optional

The resource that contains the property

 

property

optional

The property key

 

default

optional

A default value to be used when the property is not found

 

no-locale

optional

If "true" no localization will be performed on the property's value

Default is "false"

arg-list-name

optional

The name of a field that contains a list of arguments to be used in formatted property values

 


Info
titleProposed Changes
  • Currently, all attributes are optional. Require the field, resource, and property attributes.
<request-parameters-to-list>

...

<make-next-seq-id>
<make-value>
<order-by>
<order-value-list>
<refresh-value>

...