OpenWGA 7.9 - OpenWGA Concepts and Features

Design and development » HDBModel framework » Tag reference for hdb-model.xml

<custom>

Description:

This tag can be used to attach custom information in key/value form to the entities represented by the valid parent tags. Specify a name for this information field in attribute name and the value of this information in the tag contents.

Third-party software may evaluate this information and react on it in custom ways. in TMLScript it can be read as property "customParams" on the respective entity beans below HDBModel.definition. (see also Java Interface CustomParamsCarrier defining the accessor methods).

Valid under tags: <filter>
<storage>
<content>
<item>
<relation>
<singleton-content>
<hdb-model>
Subtags:
Attributes:

name="infoname"

The name of this information field by which third-party software may reference it.