Difference between revisions of "Extensions.Job.AddBranchByIndex"

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
 +
{{DISPLAYTITLE:  '''AddBranchByIndex '''}}
 
== Classification ==
 
== Classification ==
{{ClassificationActivity | AddBranchByIndex | Adds a set of response parameters by index | [[Action]] | [[Job|OTX Job extension]] | [[Job related actions]] | [[TypeMismatchException]]<br/>[[OutOfBoundsException]] | - }}
+
{{ClassificationActivity | AddBranchByIndex | Adds a set of response parameters by index | [[Action]] | [[Extensions.Job|OTX Job extension]] | [[Job related actions]] | [[TypeMismatchException]]<br/>[[OutOfBoundsException]] | - }}
  
 
== OTL Syntax ==
 
== OTL Syntax ==
Line 13: Line 14:
 
{| {{TableHeader}}
 
{| {{TableHeader}}
 
{{TableRowPropertiesHeader}}
 
{{TableRowPropertiesHeader}}
{{TableRowPropertie1| ParameterContainer | [[ParameterContainer]] | [[Term]] | - | [1] | The parameters in which new element (s) to be added.}}
+
{{TableRowPropertie1| ParameterContainer | [[Extensions.DiagCom.ParameterContainer|ParameterContainer]] | [[Term]] | - | [1] | The parameters in which new element (s) to be added.}}
{{TableRowPropertie2| Index | [[Integer]] | [[Term]] | - | [0..1] | The index of the multiplexer branch is added to the}}
+
{{TableRowPropertie2| Index | [[Core.DataTypes.SimpleDataType.Integer|Integer]] | [[Term]] | - | [0..1] | The index of the multiplexer branch is added to the}}
{{TableRowPropertie1| Content | [[ParameterContainer]] | [[Term]] | - | [0..1] | The element that is placed in the newly created branch multiplexer}}
+
{{TableRowPropertie1| Content | [[Extensions.DiagCom.ParameterContainer|ParameterContainer]] | [[Term]] | - | [0..1] | The element that is placed in the newly created branch multiplexer}}
 
|}
 
|}
  
Line 26: Line 27:
  
 
== See also ==
 
== See also ==
[[SendFinalResult]]<br/>
+
[[Extensions.Job.SendFinalResult|SendFinalResult]]<br/>
[[SendIntermediateResult]]<br/>
+
[[Extensions.Job.SendIntermediateResult|SendIntermediateResult]]<br/>
[[SetJobInfo]]<br/>
+
[[Extensions.Job.SetJobInfo|SetJobInfo]]<br/>
[[SetProgressInfo]]<br/>
+
[[Extensions.Job.SetProgressInfo|SetProgressInfo]]<br/>
[[AddElement]]<br/>
+
[[Extensions.Job.AddElement|AddElement]]<br/>
[[AddBranchByName]]<br/>
+
[[Extensions.Job.AddBranchByName|AddBranchByName]]<br/>
[[AddBranchByValue]]<br/>
+
[[Extensions.Job.AddBranchByValue|AddBranchByValue]]<br/>
[[AddEnvDataByDtc]]
+
[[Extensions.Job.AddEnvDataByDtc|AddEnvDataByDtc]]

Revision as of 10:36, 15 February 2016

Classification

Name AddBranchByIndex
Short Description Adds a set of response parameters by index
Class Action
Extension OTX Job extension
Group Job related actions
Exceptions TypeMismatchException
OutOfBoundsException
Checker Rules -
Standard Compliant Yes

OTL Syntax

Job.AddBranchByIndex(ParameterContainer, ParameterContainer, IntegerTerm);

Description

AddBranchByIndex is used to add a number of parameters Response to Response structure according to the definition of a database by its index multiplexer.

Properties

Name Data Type Class Default Cardinality Description
ParameterContainer ParameterContainer Term - [1] The parameters in which new element (s) to be added.
Index Integer Term - [0..1] The index of the multiplexer branch is added to the
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
AddBranchByName
AddBranchByValue
AddEnvDataByDtc