TransformGet Task Reference
From ControlTier
Contents |
Description
TransformGet task retrieves the definition and content of a Transform and the generated file.
Parameters
| Attribute | Description | Required |
|---|---|---|
| depot | The project to update | Yes |
| resultproperty | Property to set with success/fail value | Yes |
| comment | Text describing purpose of update | Yes |
| passfile | File 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>
| ||||||||||||||