Extensions.Job.AddElement

From emotive
Revision as of 07:08, 16 February 2016 by Hb (talk | contribs) (→‎Classification)
Jump to navigation Jump to search

Classification

Name AddElement
Short Description Add parameters or parameter structure
Class Action
Extension OTX Job extension
Group Job related actions
Exceptions TypeMismatchException
Checker Rules -
Standard Compliant Yes

OTL Syntax

Job.AddElement(ParameterContainer, ParameterContainer);

Description

AddElement is used to add a parameter or a parameter structure to a point in a response structure.

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 item (s) is added to the parameter container.

OTL Examples

DiagCom.Request ParameterContainer1;

Job.AddElement(ParameterContainer1, ParameterContainer1);

See also

SendFinalResult
SendIntermediateResult
SetJobInfo
SetProgressInfo
AddBranchByName
AddBranchByIndex
AddBranchByValue
AddEnvDataByDtc