TransformGet Task Reference

From ControlTier

Jump to: navigation, search


Contents

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 resource entityreference.

document

A document.

Examples

Get the transform definition.

        <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>
      
Personal tools
Namespaces
Variants
Actions
Navigation
Communication
Development
Toolbox
Print/export