Versions Compared

Key

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

...

Expand
titleSpecific XML Elements

Name

Cardinality

Description

<Template>

1

Contains the template string

Expand
titlePropertiesCommon XML Attributes
Name
Include Page
Default
AttributeDefinitionCommonAttributes
Controls
AttributeDefinitionCommonAttributes
Expand
titleCommon XML

...

Elements
Include Page

...

AttributeDefinitionCommonChildElements

...

AttributeDefinitionCommonChildElements
Expand
title

...

Properties
Include Page

...

VelocityTemplateProperties

...

VelocityTemplateProperties

Example

Code Block
languagexml
<AttributeDefinition id="template" xsi:type="Template">
    <InputAttributeDefinition ref="OtherAttr" />
    <InputDataConnector ref="myLdap" attributeNames="attrFromLdap" />
    <Template>${attrFromLdap}::${OtherAttr}</Template>
</AttributeDefinition>

...