ControlTier Inc. > Open.ControlTier
 
Font size:      

EntityReference

Description

EntityReferences refer to an object in Workbench.

EntityReference

AttributeDescriptionRequired
maprefuriThe 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>