Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added new element <now>

...

Section
Column
width20%
<map-to-map>
Column
Copies map entries to another map. If the target map is not found, a new map is created.
Code Block
xml
xml
<map-to-map map-name="foo" to-map-name="fooMap" />

Attributes

map-name

optional

The name of the map to copy from

to-map-name

optional

The name of the map to copy to


Info
titleProposed Changes
  • Currently, both attributes are optional. Require both attributes.
  • Rename the map-name attribute to from-field or from-map to make the syntax similar to other operators.
Section
Column
width20%
<now-date-to-env>
<now>
Column
Creates a java.sql.Date object that is set
Sets a field to the current system time.
Code Block
xml
xml
<now-date-to-env field="fooDatefooNow" />

Attributes

Name

Type

Requirements

Description

Note

field

expression

requiredoptional

The name of the field to set, the target of the assignment

 

type

constant

optional

The Java data type of field

Defaults to "java.sql.Timestamp"


Note
titleDraft Status

Final draft

Info
titleProposed Changes
  • Currently, the field attribute is optional. Require the attribute.
  • Deprecate and replace with UEL expression

    .


    Section
    Column
    width20%
    <now-date-to-
    timestamp>
    env>
    Column
    Deprecated - use <now>.
    Note
    titleDraft Status

    Final draft.


    Section
    Column
    width20%
    <now-timestamp>
    The name of the field to set, the target of the assignment
    Column
    Deprecated - use <now>.
    Creates a java.sql.Timestamp object that is set to the current system time.
    Code Block
    xmlxml
    
    <now-timestamp field="fooDate" />
    

    Name

    Type

    Requirements

    Description

    field

    expression

    required

    Note
    titleDraft Status

    Final draft.


    ...