Font size:
EntityReference
Description
EntityReferences refer to an object in Workbench.
EntityReference
| Attribute | Description | Required |
|---|---|---|
| maprefuri | The maprefUri specifying the object in the map. | Yes |
Examples
Get the transform definition by the specified entityreference.
<transform-get serverUrl="${viewdoc.server}"
depot="${entity.depot}"
resultproperty="rs"
comment="none">
<entityreference maprefuri="${entity.mapref-uri}"/>
<document file="something.conf" dir="/${entity.depot}/publish" type="text-plain"/>
</transform-get>


