From ControlTier
Description
EntityReferences refer to an object in Workbench.
Attributes
| 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="${resource.depot}"
resultproperty="rs"
comment="none">
<entityreference maprefuri="${resource.mapref-uri}"/>
<document file="something.conf" dir="/${resource.depot}/publish" type="text-plain"/>
</transform-get>
| Reference |
|---|
| | Ant tasks | | | | Command-line utilities | | | | XML | | | | APIs | |
|