<
From version < 96.6 >
edited by Outhman Moustaghfir
on 2021/04/23 12:40
To version < 100.2 >
edited by Outhman Moustaghfir
on 2021/04/23 17:35
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -63,13 +63,11 @@
63 63  |(% style="width:158px" %)__MergeXML__|(% style="width:79px" %)[[image:2021-04-21_12h51_12.png]]|(% style="width:753px" %)merges XML files in a certain node with a given output file name.
64 64  |(% style="width:158px" %)__Pile__|(% style="width:79px" %)[[image:2021-04-21_12h51_17.png]]|(% style="width:753px" %)Put data in a linear stack that is used to store the collection of objects.
65 65  |(% style="width:158px" %)__GenerateFile__|(% style="width:79px" %)[[image:2021-04-21_12h51_24.png]]|(% style="width:753px" %)writes and generates a file with a given output file name.
66 -|(% style="width:158px" %)__FiltreTracking__|(% style="width:79px" %)[[image:2021-04-21_12h51_30.png]]|(% style="width:753px" %)~*~*~*~*~*~*~*~*~*~*
66 +|(% style="width:158px" %)__FiltreTracking__|(% style="width:79px" %)[[image:2021-04-21_12h51_30.png]]|(% style="width:753px" %)Retrieves Tracking data from the database using a filter, and puts it in a JSON file.
67 67  |(% style="width:158px" %)__LoadFile__|(% style="width:79px" %)[[image:2021-04-21_12h51_33.png]]|(% style="width:753px" %)Loads a group of files from a directory path and chooses to move it or not from the original folder.
68 68  |(% style="width:158px" %)__ReturnWebService__|(% style="width:79px" %)[[image:2021-04-21_12h50_45.png]]|(% style="width:753px" %)(((
69 69  returns a web service with an HTTP code response to a flow.
70 70  )))
71 -|(% style="width:158px" %) |(% style="width:79px" %) |(% style="width:753px" %)
72 -|(% style="width:158px" %) |(% style="width:79px" %) |(% style="width:753px" %)
73 73  
74 74  ==
75 75  Routing ==
... ... @@ -83,10 +83,9 @@
83 83  )))
84 84  |(% style="width:151px" %)__File Fix__|(% style="width:86px" %)[[image:2021-04-21_16h28_22.png]]|(% style="width:753px" %)Fixes a file by giving: its identifier column, size, and value and sets the value needed to be fixed.  
85 85  |(% style="width:151px" %)__File Variable__|(% style="width:86px" %)[[image:2021-04-21_16h28_33.png]]|(% style="width:753px" %)Sets a bunch of variables in the input file.
86 -|(% style="width:151px" %)__XML Detection__|(% style="width:86px" %)[[image:2021-04-21_16h28_38.png]]|(% style="width:753px" %)~*~*~*~*~*~*
84 +|(% style="width:151px" %)__XML Detection__|(% style="width:86px" %)[[image:2021-04-21_16h28_38.png]]|(% style="width:753px" %)Detects XML file by a checked XPath expression.
87 87  |(% style="width:151px" %)__Savoye__|(% style="width:86px" %)[[image:2021-04-21_16h28_43.png]]|(% style="width:753px" %)~*~*~*~*~*~**
88 -|(% style="width:151px" %)__Call Scenario__|(% style="width:86px" %)[[image:2021-04-21_16h28_46.png]]|(% style="width:753px" %)~*~*~*~*~*~*~*~*
89 -|(% style="width:151px" %) |(% style="width:86px" %) |(% style="width:753px" %)
86 +|(% style="width:151px" %)__Call Scenario__|(% style="width:86px" %)[[image:2021-04-21_16h28_46.png]]|(% style="width:753px" %)Load a saved scenario and insert it in the current scenario.
90 90  
91 91  == Exploitation ==
92 92  
... ... @@ -99,9 +99,8 @@
99 99  |(% style="width:188px" %)__BackupBDD__|(% style="width:81px" %)[[image:2021-04-22_14h24_03.png]]|(% style="width:721px" %)Dumps database for a backup.
100 100  |(% style="width:188px" %)__PurgeTrackings__|(% style="width:81px" %)[[image:2021-04-22_14h22_22.png]]|(% style="width:721px" %)Deletes trackings older than a certain date.
101 101  |(% style="width:188px" %)__PurgeFiles__|(% style="width:81px" %)[[image:2021-04-22_14h22_30.png]]|(% style="width:721px" %)Deletes files or directories older than a certain date.
102 -|(% style="width:188px" %)__Zip__|(% style="width:81px" %)(icon)|(% style="width:721px" %)Create a zip format for input files.
103 -|(% style="width:188px" %)__UnZip__|(% style="width:81px" %)(icon)|(% style="width:721px" %)Unzip the input zip file in a directory.
104 -|(% style="width:188px" %) |(% style="width:81px" %) |(% style="width:721px" %)
99 +|(% style="width:188px" %)__Zip__|(% style="width:81px" %) [[image:ZipConnectors.png||height="51" width="51"]]|(% style="width:721px" %)Create a zip format for input files.
100 +|(% style="width:188px" %)__UnZip__|(% style="width:81px" %) [[image:UNZipConnectors.png||height="48" width="48"]]|(% style="width:721px" %)Unzip the input zip file in a directory.
105 105  
106 106  == Timers ==
107 107  
... ... @@ -138,8 +138,16 @@
138 138  
139 139  = Variables =
140 140  
137 +It means the variables that are used to describe some system or local values in iXPath App.
138 +
139 +There are 2 types of variables:
140 +
141 +* System Variables.
142 +* Local Variables.
143 +
141 141  == System variables ==
142 142  
146 +
143 143  == Local variables ==
144 144  
145 145  = Conditions =
UNZipConnectors.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.omoustaghfir
Size
... ... @@ -1,0 +1,1 @@
1 +5.7 KB
Content
ZipConnectors.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.omoustaghfir
Size
... ... @@ -1,0 +1,1 @@
1 +5.3 KB
Content
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian