Rsh-filereader-call
Revision as of 12:22, 4 April 2012 by Anonymous (talk) (Created page with "The rsh-filereader-call plug-in reads a file's content, through RSH local/remote service, and saves it in output GVBuffer 'object' field. Complete file path is the 'filePath...")
The rsh-filereader-call plug-in reads a file's content, through RSH local/remote service, and saves it in output GVBuffer 'object' field.
Complete file path is the 'filePathName' attribute value.
The attribute can contain placeholders, that are expanded at plugin call time. Attribute 'filePathName' is subject to these constraints:
- It is overridden by 'GVFR_FILE_NAME' property, if present in current GVBuffer.
- If property is not defined in GVBuffer, the 'filePathName' attribute in the configuration is used.
- An exception is thrown if neither the property nor the attribute in configuration are set.
The rsh-filereader-call Element is used by:
The following table shows its attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value call. |
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.virtual.rsh.RemoteFileReaderCallOperation. |
name | required | Operation name.
Used in the Flow section to associate workflow nodes to VCL operations. |
rsh-client-name | required | RSH client name. |
filePathName | required | This value can be static or dynamic, containing placeholders that could be replaced at plugin call time. This is a default value, and it is used if the property 'GVFR_FILE_NAME' is not defined in the current GVBuffer. |
Might contain the sub-elements: