Difference between revisions of "Extensions.Job.AddBranchByName"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
== OTL Syntax == | == OTL Syntax == | ||
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
− | Job. | + | Job.AddBranchByName(ParameterContainer, ParameterContainer, StringTerm); |
</syntaxhighlight> | </syntaxhighlight> | ||
Line 21: | Line 21: | ||
DiagCom.Request ParameterContainer1; | DiagCom.Request ParameterContainer1; | ||
− | Job. | + | Job.AddBranchByName(ParameterContainer1, ParameterContainer1, "Name"); |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 07:39, 11 February 2015
Classification
Name | AddBranchByName |
Short Description | Adds a set of response parameters with short name |
Class | Action |
Extension | OTX Job extension |
Group | Job related actions |
Exceptions | TypeMismatchException InvalidParameterizationException |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
Job.AddBranchByName(ParameterContainer, ParameterContainer, StringTerm);
Description
AddBranchByName is used to add a number of parameters Response to Response structure according to the definition of a multiplexer database by its short name.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ParameterContainer | ParameterContainer | Term | - | [1] | The parameters in which new element (s) to be added. |
Content | ParameterContainer | Term | - | [0..1] | The element that is placed in the newly created branch multiplexer. |
OTL Examples
DiagCom.Request ParameterContainer1;
Job.AddBranchByName(ParameterContainer1, ParameterContainer1, "Name");
See also
SendFinalResult
SendIntermediateResult
SetJobInfo
SetProgressInfo
AddElement
AddBranchByIndex
AddBranchByValue
AddEnvDataByDtc