ControlTier Inc. > Open.ControlTier
 
Font size:      

Transform-Get

Description

TransformGet task retrieves the definition and content of a Transform and the generated file.

Parameters

AttributeDescriptionRequired
depotThe project to updateYes
resultpropertyProperty to set with success/fail valueYes
commentText describing purpose of updateYes
passfileFile containing authentication info to server. If passfile is not specified, information from the framework.properties file is used instead.No

Parameters specified as nested elements

entityreference

A entityreference.

document

A document.

Examples

Get the transform definition.

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