Difference between revisions of "Extensions.Job.AddEnvDataByDtc"
Jump to navigation
Jump to search
(Created page with "== Classification == {{ClassificationActivity | AddEnvDataByDtc | Adds environment-data parameter structure | Action | OTX Job extension | Job related actions...") |
|||
Line 1: | Line 1: | ||
== Classification == | == Classification == | ||
{{ClassificationActivity | AddEnvDataByDtc | Adds environment-data parameter structure | [[Action]] | [[Job|OTX Job extension]] | [[Job related actions]] | [[InvalidParameterizationException]] | - }} | {{ClassificationActivity | AddEnvDataByDtc | Adds environment-data parameter structure | [[Action]] | [[Job|OTX Job extension]] | [[Job related actions]] | [[InvalidParameterizationException]] | - }} | ||
+ | |||
+ | == OTL Syntax == | ||
+ | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
+ | Job.AddEnvDataByDtc(ParameterContainer, IntegerTerm); | ||
+ | </syntaxhighlight> | ||
== Description == | == Description == | ||
Line 11: | Line 16: | ||
{{TableRowPropertie2| Dtc | [[Integer]] | [[Term]] | - | [1] | The value of the DTC for the environment data structures to be added}} | {{TableRowPropertie2| Dtc | [[Integer]] | [[Term]] | - | [1] | The value of the DTC for the environment data structures to be added}} | ||
|} | |} | ||
+ | |||
+ | == OTL Examples == | ||
+ | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
+ | DiagCom.Request ParameterContainer1; | ||
+ | |||
+ | Job.AddEnvDataByDtc(ParameterContainer1, 0); | ||
+ | </syntaxhighlight> | ||
== See also == | == See also == |
Revision as of 07:48, 11 February 2015
Classification
Name | AddEnvDataByDtc |
Short Description | Adds environment-data parameter structure |
Class | Action |
Extension | OTX Job extension |
Group | Job related actions |
Exceptions | InvalidParameterizationException |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
Job.AddEnvDataByDtc(ParameterContainer, IntegerTerm);
Description
AddEnvDataByDtc is used to add structure to response according to the value of a DTC an Environment-data parameter structure.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ParameterContainer | ParameterContainer | Term | - | [1] | The parameters in which new element (s) to be added. |
Dtc | Integer | Term | - | [1] | The value of the DTC for the environment data structures to be added |
OTL Examples
DiagCom.Request ParameterContainer1;
Job.AddEnvDataByDtc(ParameterContainer1, 0);
See also
SendFinalResult
SendIntermediateResult
SetJobInfo
SetProgressInfo
AddElement
AddBranchByName
AddBranchByValue
AddBranchByValue