Difference between revisions of "Extensions.Job.AddBranchByName"

From emotive
Jump to navigation Jump to search
(Created page with "== Classification == {{ClassificationActivity | AddBranchByName | Adds a set of response parameters with short name | Action | OTX Job extension | Job related ac...")
 
Line 1: Line 1:
 
== Classification ==
 
== Classification ==
 
{{ClassificationActivity | AddBranchByName | Adds a set of response parameters with short name | [[Action]] | [[Job|OTX Job extension]] | [[Job related actions]] | [[TypeMismatchException]]<br/>[[InvalidParameterizationException]] | - }}
 
{{ClassificationActivity | AddBranchByName | Adds a set of response parameters with short name | [[Action]] | [[Job|OTX Job extension]] | [[Job related actions]] | [[TypeMismatchException]]<br/>[[InvalidParameterizationException]] | - }}
 +
 +
== OTL Syntax ==
 +
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
 +
Job.AddBranchByIndex(ParameterContainer, ParameterContainer, IntegerTerm);
 +
</syntaxhighlight>
  
 
== Description ==
 
== Description ==
Line 11: Line 16:
 
{{TableRowPropertie2| Content | [[ParameterContainer]] | [[Term]] | - | [0..1] | The element that is placed in the newly created branch multiplexer.}}
 
{{TableRowPropertie2| Content | [[ParameterContainer]] | [[Term]] | - | [0..1] | The element that is placed in the newly created branch multiplexer.}}
 
|}
 
|}
 +
 +
== OTL Examples ==
 +
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
 +
DiagCom.Request ParameterContainer1;
 +
 +
Job.AddBranchByIndex(ParameterContainer1, ParameterContainer1, 0);
 +
</syntaxhighlight>
  
 
== See also ==
 
== See also ==

Revision as of 07:32, 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.AddBranchByIndex(ParameterContainer, ParameterContainer, IntegerTerm);

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.AddBranchByIndex(ParameterContainer1, ParameterContainer1, 0);

See also

SendFinalResult
SendIntermediateResult
SetJobInfo
SetProgressInfo
AddElement
AddBranchByIndex
AddBranchByValue
AddEnvDataByDtc