Changes for page 3. Variables
Last modified by Outhman Moustaghfir on 2024/01/23 13:58
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 3 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.a chmiti1 +XWiki.omoustaghfir - Content
-
... ... @@ -25,10 +25,10 @@ 25 25 1*. env: name of the environment. 26 26 1*. inputFile: this variable collect all input files in one list. 27 27 1. For a **mail listener : ** 28 -1*. iXFrom: refers to the sender of the mail that we are listening on.29 -1*. iXSubject: refers to the Subject of themailthat we are listening on.28 +1*. iXFrom: refers to the sender of the mail. 29 +1*. iXSubject: refers to the mail subject. 30 30 1. For an **AS2 listener **: 31 -1*. iXFrom: return the value of the source of theAS2that we are listening on.31 +1*. iXFrom: return the value of the AS2 sender. 32 32 1. All connectors declare a system variable of type BpmnFile, the connector variable uses a bunch of functions to handle the list of BpmnFiles that will be detailed in the table below : 33 33 1*. ((( 34 34 (% style="width:884px" %) ... ... @@ -58,17 +58,6 @@ 58 58 ${XmlToXml1.get(1).type()} 59 59 ))) 60 60 ))) 61 -1. Variables used to charge the connectors properties in the xsl file without charging them in the scenario manually. Those variables helps reduce time consuming and avoid reputation in the scenario elements: 62 -1*. For the SendFTP et SendSFTP, there are 3 variables: 63 -1**. __**iXTo**__: used to charge the property **Destination **of the connector in the XSL file. 64 -1**. __**iXServerConfig**__: used to charge the property **Server Config** of the connector in the XSL file. 65 -1**. __**iXDirectory**__: used to charge the property **Folder** of the connector in the XSL file. 66 -1**. [[image:SendFtp.png]] 67 -1*. For the CallScenario Connector, there are 3 variables: 68 -1**. **iXScenario**: used to charge the property **Scenario **of the connector in the XSL file. 69 -1**. **iXSwitchEnv**: is a boolean variable used to charge the checkbox property **switch environnement** of the connector in the XSL file. 70 -1**. **iXEnv**: used especially when the developper wants to switch the environment and use another scenario in another environment. It is a variable that precise the name of the new environment 71 -1**. [[image:1649942613906-103.png]] 72 72 73 73 == Local variables == 74 74 ... ... @@ -91,10 +91,6 @@ 91 91 92 92 = Examples = 93 93 94 -* ((( 95 -===== __**1^^st^^ Example:**__ ===== 96 -))) 97 - 98 98 We set a simple example of a scenario to illustrate how to use variables. 99 99 100 100 We want to receive a file by a FileListener and send it by mail that contains a message body. ... ... @@ -113,32 +113,10 @@ 113 113 * iXSession : ID session 114 114 * path : the path of BpmnFile in FileListener1. 115 115 116 - 117 -* ((( 118 -===== __**2^^nd^^ Example**__ ===== 119 -))) 120 - 121 -This is an example to charge the call scenario variables: 122 - 123 - 124 -[[image:1649943564529-130.png]] 125 - 126 - 127 -As shown in the mail body, we called 3 variables which are : 128 - 129 -* **iXEnv**: the Environment when the new scenario exists 130 -* **iXScenario**: ='**error_sc_out_trk_and_statut**'. It means that the current scenariowhere the **connector CallScenario** will be changed to "error_sc_out_trk_and_statut'" 131 -* **iXSwitchEnv**: ='**true**'. It means that the current env will be switched to "**Danone**" 132 - 133 133 = String Class = 134 134 135 - in java language, TheStringrepresents character strings.It containsalotof functions tohandle String object.103 +String class is java object class that 136 136 137 -you can discover all these functions on the following URL : 138 138 139 -__[[https:~~/~~/docs.oracle.com/javase/8/docs/api/java/lang/String.html#method.summary>>https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#method.summary]] __ 140 140 141 -Eg: to check if a variable "myVar" is empty or not, we refer to the isEmpty() method as ${myVar.isEmpty()}, if so then it returns true, if not it will return false. 142 - 143 - 144 144
- 1649942613906-103.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.achmiti - Size
-
... ... @@ -1,1 +1,0 @@ 1 -20.3 KB - Content
- 1649943564529-130.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.achmiti - Size
-
... ... @@ -1,1 +1,0 @@ 1 -41.2 KB - Content
- SendFtp.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.achmiti - Size
-
... ... @@ -1,1 +1,0 @@ 1 -21.6 KB - Content