genexus-mcp 2.1.0 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/package.json +1 -1
  2. package/publish/GxMcp.Gateway.deps.json +125 -0
  3. package/publish/GxMcp.Gateway.dll +0 -0
  4. package/publish/GxMcp.Gateway.exe +0 -0
  5. package/publish/GxMcp.Gateway.pdb +0 -0
  6. package/publish/GxMcp.Gateway.runtimeconfig.json +20 -0
  7. package/publish/Newtonsoft.Json.dll +0 -0
  8. package/publish/System.CodeDom.dll +0 -0
  9. package/publish/System.Management.dll +0 -0
  10. package/publish/System.Security.Permissions.dll +0 -0
  11. package/publish/System.Windows.Extensions.dll +0 -0
  12. package/publish/config.json +19 -0
  13. package/publish/runtimes/win/lib/net8.0/System.Management.dll +0 -0
  14. package/publish/runtimes/win/lib/net8.0/System.Windows.Extensions.dll +0 -0
  15. package/publish/start_mcp.bat +22 -0
  16. package/publish/tool_definitions.json +1062 -0
  17. package/publish/web.config +12 -0
  18. package/publish/worker/Definitions/APIDefinition.xml +427 -0
  19. package/publish/worker/Definitions/APILanguageAttributes.xml +13 -0
  20. package/publish/worker/Definitions/APILanguageColorsDefinition.xml +247 -0
  21. package/publish/worker/Definitions/ATTDefinition.xml +12943 -0
  22. package/publish/worker/Definitions/BASEDefinition.xml +60 -0
  23. package/publish/worker/Definitions/ContextDefinition.xml +43 -0
  24. package/publish/worker/Definitions/ControlDefinition.xml +34677 -0
  25. package/publish/worker/Definitions/ControlsPEMs.xml +3852 -0
  26. package/publish/worker/Definitions/DATASELECTORDefinition.xml +117 -0
  27. package/publish/worker/Definitions/DK.Frm.Functions.psx +199 -0
  28. package/publish/worker/Definitions/DK.Trn.Rules.Functions.psx +77 -0
  29. package/publish/worker/Definitions/DK.Trn.Rules.psx +205 -0
  30. package/publish/worker/Definitions/DPRVDefinition.xml +1132 -0
  31. package/publish/worker/Definitions/DPrv.Rules.psx +30 -0
  32. package/publish/worker/Definitions/DPrv.Source.Functions.psx +2274 -0
  33. package/publish/worker/Definitions/DashboardDefinition.xml +49 -0
  34. package/publish/worker/Definitions/DeployDefinition.xml +151 -0
  35. package/publish/worker/Definitions/DesignSystemDefinition.xml +106 -0
  36. package/publish/worker/Definitions/DocumentationPartDefinition.xml +139 -0
  37. package/publish/worker/Definitions/EXODefinition.xml +1877 -0
  38. package/publish/worker/Definitions/EXOITEMDefinition.xml +5 -0
  39. package/publish/worker/Definitions/EXOMETHDefinition.xml +1236 -0
  40. package/publish/worker/Definitions/EXOPARAMDefinition.xml +883 -0
  41. package/publish/worker/Definitions/EXOPROPDefinition.xml +4620 -0
  42. package/publish/worker/Definitions/FILEDefinition.xml +223 -0
  43. package/publish/worker/Definitions/FORMCLASSDefinition.xml +133 -0
  44. package/publish/worker/Definitions/FormObjDefinition.xml +22921 -0
  45. package/publish/worker/Definitions/Frm.Functions.psx +1677 -0
  46. package/publish/worker/Definitions/Functions.psx +2117 -0
  47. package/publish/worker/Definitions/GRPDefinition.xml +78 -0
  48. package/publish/worker/Definitions/GXPMCommonDefinition.xml +8700 -0
  49. package/publish/worker/Definitions/Gxplorer_CommonDefinition.xml +5980 -0
  50. package/publish/worker/Definitions/GxpmConditions.xml +238 -0
  51. package/publish/worker/Definitions/HelpGenSettingsDefinition.xml +318 -0
  52. package/publish/worker/Definitions/IDXDefinition.xml +54 -0
  53. package/publish/worker/Definitions/IMAGEDefinition.xml +121 -0
  54. package/publish/worker/Definitions/KBDefinition.xml +696 -0
  55. package/publish/worker/Definitions/LNGDefinition.xml +558 -0
  56. package/publish/worker/Definitions/MBRDefinition.xml +131 -0
  57. package/publish/worker/Definitions/MBROPTIONDefinition.xml +211 -0
  58. package/publish/worker/Definitions/MNUDefinition.xml +334 -0
  59. package/publish/worker/Definitions/MNUOPTIONDefinition.xml +51 -0
  60. package/publish/worker/Definitions/MiniAppDefinition.xml +91 -0
  61. package/publish/worker/Definitions/ModelDefinition.xml +3518 -0
  62. package/publish/worker/Definitions/ModuleInfoDefinition.xml +113 -0
  63. package/publish/worker/Definitions/PALETTEDefinition.xml +66 -0
  64. package/publish/worker/Definitions/PRCDefinition.xml +2453 -0
  65. package/publish/worker/Definitions/Prc.Rules.Functions.psx +1925 -0
  66. package/publish/worker/Definitions/Prc.Rules.psx +393 -0
  67. package/publish/worker/Definitions/Prc.Source.Functions.psx +2308 -0
  68. package/publish/worker/Definitions/RPTDefinition.xml +2123 -0
  69. package/publish/worker/Definitions/RuntimeContextDefinition.xml +43 -0
  70. package/publish/worker/Definitions/SD.Conditions.Functions.psx +1336 -0
  71. package/publish/worker/Definitions/SD.Rules.psx +67 -0
  72. package/publish/worker/Definitions/SD.Source.Functions.psx +1562 -0
  73. package/publish/worker/Definitions/SDTDefinition.xml +176 -0
  74. package/publish/worker/Definitions/SDTITEMDefinition.xml +13239 -0
  75. package/publish/worker/Definitions/SDTLEVELDefinition.xml +384 -0
  76. package/publish/worker/Definitions/SINGLEIMAGEDefinition.xml +388 -0
  77. package/publish/worker/Definitions/STENCILDefinition.xml +73 -0
  78. package/publish/worker/Definitions/SYNCDefinition.xml +410 -0
  79. package/publish/worker/Definitions/SuperAppDefinition.xml +180 -0
  80. package/publish/worker/Definitions/Sync.Rules.psx +191 -0
  81. package/publish/worker/Definitions/TBDDefinition.xml +99 -0
  82. package/publish/worker/Definitions/TBLDefinition.xml +302 -0
  83. package/publish/worker/Definitions/TRNDefinition.xml +5640 -0
  84. package/publish/worker/Definitions/ThemeDefinition.xml +60769 -0
  85. package/publish/worker/Definitions/TransactionAttributeDefinition.xml +25 -0
  86. package/publish/worker/Definitions/TransactionLevelDefinition.xml +48 -0
  87. package/publish/worker/Definitions/Trn.Rules.Functions.psx +2237 -0
  88. package/publish/worker/Definitions/Trn.Rules.psx +560 -0
  89. package/publish/worker/Definitions/Trn.Source.Functions.psx +2154 -0
  90. package/publish/worker/Definitions/UrlRewriteDefinition.xml +66 -0
  91. package/publish/worker/Definitions/UserControlDefinition.xml +146 -0
  92. package/publish/worker/Definitions/WBPDefinition.xml +1874 -0
  93. package/publish/worker/Definitions/WKPDefinition.xml +1813 -0
  94. package/publish/worker/Definitions/Wbp.Conditions.Functions.psx +2032 -0
  95. package/publish/worker/Definitions/Wbp.Rules.Functions.psx +2170 -0
  96. package/publish/worker/Definitions/Wbp.Rules.psx +336 -0
  97. package/publish/worker/Definitions/Wbp.Source.Functions.psx +2344 -0
  98. package/publish/worker/Definitions/Wrk.Conditions.Functions.psx +1909 -0
  99. package/publish/worker/Definitions/Wrk.Rules.Functions.psx +1937 -0
  100. package/publish/worker/Definitions/Wrk.Rules.psx +453 -0
  101. package/publish/worker/Definitions/Wrk.Source.Functions.psx +2224 -0
  102. package/publish/worker/Definitions/XFLDefinition.xml +246 -0
  103. package/publish/worker/Definitions/cobolDefinition.xml +2074 -0
  104. package/publish/worker/Definitions/conditions.xml +251 -0
  105. package/publish/worker/Definitions/conditionsSD.xml +236 -0
  106. package/publish/worker/Definitions/csharpDefinition.xml +3527 -0
  107. package/publish/worker/Definitions/csharpwinDefinition.xml +2979 -0
  108. package/publish/worker/Definitions/dataprovider.xml +254 -0
  109. package/publish/worker/Definitions/ds_AS400NATIVEDefinition.xml +2167 -0
  110. package/publish/worker/Definitions/ds_DAMENGDefinition.xml +2546 -0
  111. package/publish/worker/Definitions/ds_DB2400Definition.xml +2209 -0
  112. package/publish/worker/Definitions/ds_DB2COMMONSERVERSDefinition.xml +2394 -0
  113. package/publish/worker/Definitions/ds_DBFCDXDefinition.xml +5 -0
  114. package/publish/worker/Definitions/ds_DBFIDXDefinition.xml +5 -0
  115. package/publish/worker/Definitions/ds_HANADefinition.xml +1821 -0
  116. package/publish/worker/Definitions/ds_INFORMIXDefinition.xml +2498 -0
  117. package/publish/worker/Definitions/ds_MYSQLDefinition.xml +2222 -0
  118. package/publish/worker/Definitions/ds_ORACLEDefinition.xml +2915 -0
  119. package/publish/worker/Definitions/ds_POSTGRESQLDefinition.xml +2206 -0
  120. package/publish/worker/Definitions/ds_SERVICEDefinition.xml +710 -0
  121. package/publish/worker/Definitions/ds_SQLCEDefinition.xml +822 -0
  122. package/publish/worker/Definitions/ds_SQLITEDefinition.xml +1075 -0
  123. package/publish/worker/Definitions/ds_SQLSERVERDefinition.xml +2481 -0
  124. package/publish/worker/Definitions/dv_AS400NATIVEDefinition.xml +53 -0
  125. package/publish/worker/Definitions/dv_DAMENGDefinition.xml +53 -0
  126. package/publish/worker/Definitions/dv_DB2400Definition.xml +47 -0
  127. package/publish/worker/Definitions/dv_DB2COMMONSERVERSDefinition.xml +47 -0
  128. package/publish/worker/Definitions/dv_DBFCDXDefinition.xml +47 -0
  129. package/publish/worker/Definitions/dv_DBFIDXDefinition.xml +47 -0
  130. package/publish/worker/Definitions/dv_HANADefinition.xml +53 -0
  131. package/publish/worker/Definitions/dv_INFORMIXDefinition.xml +53 -0
  132. package/publish/worker/Definitions/dv_MYSQLDefinition.xml +53 -0
  133. package/publish/worker/Definitions/dv_ORACLEDefinition.xml +53 -0
  134. package/publish/worker/Definitions/dv_POSTGRESQLDefinition.xml +53 -0
  135. package/publish/worker/Definitions/dv_SERVICEDefinition.xml +47 -0
  136. package/publish/worker/Definitions/dv_SQLCEDefinition.xml +48 -0
  137. package/publish/worker/Definitions/dv_SQLITEDefinition.xml +47 -0
  138. package/publish/worker/Definitions/dv_SQLSERVERDefinition.xml +53 -0
  139. package/publish/worker/Definitions/dvi_AS400NATIVEDefinition.xml +53 -0
  140. package/publish/worker/Definitions/dvi_DAMENGDefinition.xml +53 -0
  141. package/publish/worker/Definitions/dvi_DB2400Definition.xml +47 -0
  142. package/publish/worker/Definitions/dvi_DB2COMMONSERVERSDefinition.xml +47 -0
  143. package/publish/worker/Definitions/dvi_DBFCDXDefinition.xml +51 -0
  144. package/publish/worker/Definitions/dvi_DBFIDXDefinition.xml +47 -0
  145. package/publish/worker/Definitions/dvi_HANADefinition.xml +53 -0
  146. package/publish/worker/Definitions/dvi_INFORMIXDefinition.xml +53 -0
  147. package/publish/worker/Definitions/dvi_MYSQLDefinition.xml +53 -0
  148. package/publish/worker/Definitions/dvi_ORACLEDefinition.xml +53 -0
  149. package/publish/worker/Definitions/dvi_POSTGRESQLDefinition.xml +53 -0
  150. package/publish/worker/Definitions/dvi_SERVICEDefinition.xml +47 -0
  151. package/publish/worker/Definitions/dvi_SQLCEDefinition.xml +48 -0
  152. package/publish/worker/Definitions/dvi_SQLITEDefinition.xml +47 -0
  153. package/publish/worker/Definitions/dvi_SQLSERVERDefinition.xml +53 -0
  154. package/publish/worker/Definitions/events.xml +340 -0
  155. package/publish/worker/Definitions/eventsSD.xml +331 -0
  156. package/publish/worker/Definitions/exportDefinition.xml +123 -0
  157. package/publish/worker/Definitions/formula.xml +215 -0
  158. package/publish/worker/Definitions/gxtypes.xml +24099 -0
  159. package/publish/worker/Definitions/importDefinition.xml +148 -0
  160. package/publish/worker/Definitions/javaDefinition.xml +4733 -0
  161. package/publish/worker/Definitions/kbInfoDefinition.xml +43 -0
  162. package/publish/worker/Definitions/netcoreDefinition.xml +3506 -0
  163. package/publish/worker/Definitions/netmobileDefinition.xml +1559 -0
  164. package/publish/worker/Definitions/procedures.xml +292 -0
  165. package/publish/worker/Definitions/rpgDefinition.xml +2083 -0
  166. package/publish/worker/Definitions/rubyDefinition.xml +1358 -0
  167. package/publish/worker/Definitions/rules.xml +279 -0
  168. package/publish/worker/Definitions/rulesSD.xml +253 -0
  169. package/publish/worker/Definitions/sdpatternsDefinition.xml +3509 -0
  170. package/publish/worker/Definitions/smartdeviceDefinition.xml +897 -0
  171. package/publish/worker/Definitions/trn_src.xml +335 -0
  172. package/publish/worker/Definitions/vfpDefinition.xml +2372 -0
  173. package/publish/worker/Definitions/vfpcsDefinition.xml +2631 -0
  174. package/publish/worker/GxMcp.Worker.exe +0 -0
  175. package/publish/worker/GxMcp.Worker.exe.config +76 -0
  176. package/publish/worker/GxMcp.Worker.pdb +0 -0
  177. package/publish/worker/Newtonsoft.Json.dll +0 -0
@@ -0,0 +1,410 @@
1
+ <?xml version='1.0' encoding='iso-8859-1'?>
2
+ <Content version='148598 $'>
3
+ <Object id='SYNC' inheritance='BASE '>
4
+ <Group>
5
+ <Name>Base properties</Name>
6
+ <Type>Main</Type>
7
+ <Children>
8
+ <Prop>
9
+ <Id>ObjName</Id>
10
+ <Name>Name</Name>
11
+ <Description>Name</Description>
12
+ <Alias>Name</Alias>
13
+ <Type>Text</Type>
14
+ <Metadata>
15
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.ObjectNameAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
16
+ <Value name='ShouldSerialize'>true</Value>
17
+ <Value name='FlagSpecificable'></Value>
18
+ <Value name='FlagSpecificationName'>ObjName</Value>
19
+ <Value name='FlagAssertSDTProperty'></Value>
20
+ <Value name='FlagDeklarit'></Value>
21
+ </Metadata>
22
+ <Options>
23
+ <Option type='Required'/>
24
+ <Option type="Don't serialize"/>
25
+ </Options>
26
+ </Prop>
27
+ <Prop>
28
+ <Id>ObjDesc</Id>
29
+ <Name>Description</Name>
30
+ <Description>Describe the content or purpose of the element</Description>
31
+ <Alias>Description</Alias>
32
+ <Type>Text</Type>
33
+ <Dependencies>
34
+ <Depend type='On Change'>
35
+ <Cond>onChange(ObjName)</Cond>
36
+ <Condition>
37
+ <Expression>
38
+ <Type>OnChange</Type>
39
+ <PropName>ObjName</PropName>
40
+ </Expression>
41
+ </Condition>
42
+ </Depend>
43
+ </Dependencies>
44
+ <Metadata>
45
+ <Value name='customDefaultResolver'>Artech.Architecture.Common.Resolvers.ObjectDescriptionResolver, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
46
+ <Value name='ShouldSerialize'>true</Value>
47
+ <Value name='FlagSpecificable'></Value>
48
+ <Value name='FlagSpecificationName'>ObjDesc</Value>
49
+ <Value name='FlagAssertSDTProperty'></Value>
50
+ <Value name='FlagDeklarit'></Value>
51
+ </Metadata>
52
+ <Options>
53
+ <Option type="Don't serialize"/>
54
+ <Option type='Dyn Default'/>
55
+ </Options>
56
+ </Prop>
57
+ </Children>
58
+ </Group>
59
+ <Group>
60
+ <Name>General</Name>
61
+ <Description>Synchronizer Properties</Description>
62
+ <Type>Main</Type>
63
+ <Children>
64
+ <Group>
65
+ <Id>IntegratedSecurityGroup</Id>
66
+ <Name>Integrated Security</Name>
67
+ <Type>Group</Type>
68
+ <Children>
69
+ <Prop>
70
+ <Id>IntegratedSecurityLevel</Id>
71
+ <Name>Integrated Security Level</Name>
72
+ <Type>Combo</Type>
73
+ <Values>
74
+ <Value id='SecurityNone' desc='None'/>
75
+ <Value id='SecurityLow' desc='Authentication'/>
76
+ <Value id='SecurityHigh' desc='Authorization'/>
77
+ </Values>
78
+ <Metadata>
79
+ <Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityLevelApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
80
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
81
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityLevelDefaultResolverFormVersion, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
82
+ <Value name='FlagNoCacheDefault'></Value>
83
+ <Value name='FlagSerializeToMetadata'>false</Value>
84
+ </Metadata>
85
+ </Prop>
86
+ <Prop>
87
+ <Id>IntegratedSecurityPermissionPrefix</Id>
88
+ <Name>Permission Prefix</Name>
89
+ <Type>Text</Type>
90
+ <Metadata>
91
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
92
+ <Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
93
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
94
+ <Value name='FlagSerializeToMetadata'>false</Value>
95
+ </Metadata>
96
+ </Prop>
97
+ <Prop>
98
+ <Id>IntegratedSecurityObjClientID</Id>
99
+ <Name>Security Client ID</Name>
100
+ <Description>This property identifies an SD application in GAM. The Client Id can be used by more than one SD application, note that to reuse the Client Id implies that just one application will exist in GAM.</Description>
101
+ <Type>Text</Type>
102
+ <Dependencies>
103
+ <Depend type='Not Show'>
104
+ <Cond>context(IsMain) == 0</Cond>
105
+ <Condition>
106
+ <Expression>
107
+ <Type>Comparison</Type>
108
+ <Operator>Equal</Operator>
109
+ <PropName source='context'>IsMain</PropName>
110
+ <Value>0</Value>
111
+ </Expression>
112
+ </Condition>
113
+ </Depend>
114
+ </Dependencies>
115
+ <Metadata>
116
+ <Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityApplicationClientApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
117
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
118
+ <Value name='FlagUIValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdUIValidator, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
119
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
120
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientIdAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
121
+ <Value name='FlagExport'>false</Value>
122
+ </Metadata>
123
+ </Prop>
124
+ <Prop>
125
+ <Id>IntegratedSecurityObjClientSecret</Id>
126
+ <Name>Security Client Secret</Name>
127
+ <Description>The Client Secret is a key used, in conjuntion with Client Id, to identify and to authorize an application when an user is authenticated.</Description>
128
+ <Type>Text</Type>
129
+ <Dependencies>
130
+ <Depend type='Not Show'>
131
+ <Cond>context(IsMain) == 0</Cond>
132
+ <Condition>
133
+ <Expression>
134
+ <Type>Comparison</Type>
135
+ <Operator>Equal</Operator>
136
+ <PropName source='context'>IsMain</PropName>
137
+ <Value>0</Value>
138
+ </Expression>
139
+ </Condition>
140
+ </Depend>
141
+ </Dependencies>
142
+ <Metadata>
143
+ <Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityApplicationClientApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
144
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
145
+ <Value name='FlagUIValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretUIValidator, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
146
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
147
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientSecretAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
148
+ <Value name='FlagExport'>false</Value>
149
+ <Value name='FlagSerializeToMetadata'>false</Value>
150
+ </Metadata>
151
+ </Prop>
152
+ <Prop hidden='1'>
153
+ <Id>IntegratedSecurityObjClientEncriptionKey</Id>
154
+ <Name>Security Client Encription Key</Name>
155
+ <Type>Text</Type>
156
+ <Metadata>
157
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientEncryptionKeyDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
158
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientEncryptionKeyAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
159
+ <Value name='FlagExport'>false</Value>
160
+ <Value name='FlagSerializeToMetadata'>false</Value>
161
+ </Metadata>
162
+ <Options>
163
+ <Option type='Not Show'/>
164
+ <Option type='Password'/>
165
+ </Options>
166
+ </Prop>
167
+ </Children>
168
+ </Group>
169
+ <Prop hidden='1'>
170
+ <Id>Signatures</Id>
171
+ <Name>Signatures</Name>
172
+ <Type>Text</Type>
173
+ <Default></Default>
174
+ <Options>
175
+ <Option type='Readonly'/>
176
+ <Option type='Not Show'/>
177
+ <Option type="Don't serialize"/>
178
+ </Options>
179
+ </Prop>
180
+ <Group>
181
+ <Id>DatabaseEncryption</Id>
182
+ <Name>Encryption</Name>
183
+ <Type>Group</Type>
184
+ <Children>
185
+ <Prop>
186
+ <Id>idEncryptOfflineDatabase</Id>
187
+ <Name>Encrypt Offline Database</Name>
188
+ <Description>Indicates whether the database created locally on the devices will be encrypted (True) or not (False)</Description>
189
+ <Type>Boolean</Type>
190
+ <Default>false</Default>
191
+ <Metadata>
192
+ <Value name='FlagSerializeDefaultToMetadata'>True</Value>
193
+ </Metadata>
194
+ </Prop>
195
+ </Children>
196
+ </Group>
197
+ <Group>
198
+ <Id>SyncReceive</Id>
199
+ <Name>Receive</Name>
200
+ <Type>Group</Type>
201
+ <Children>
202
+ <Prop>
203
+ <Id>idDataSyncCriteria</Id>
204
+ <Name>Data Receive Criteria</Name>
205
+ <Description>Defines the criteria for synchronizing from the server to the local database</Description>
206
+ <Type>Combo</Type>
207
+ <Default>OnAppLaunch</Default>
208
+ <Values>
209
+ <Value id='OnAppLaunch' desc='On Application Launch'/>
210
+ <Value id='ElapsedTime' desc='After Elapsed Time'/>
211
+ <Value id='idManual' desc='Manual'/>
212
+ <Value id='Never' desc='Never'/>
213
+ </Values>
214
+ <Metadata>
215
+ <Value name='FlagSerializeDefaultToMetadata'>True</Value>
216
+ </Metadata>
217
+ </Prop>
218
+ <Prop>
219
+ <Id>idMinTimeBetweenSync</Id>
220
+ <Name>Minimum Time Between Receives</Name>
221
+ <Description>Specifies the time (in seconds) to wait between database receives</Description>
222
+ <Type>Integer</Type>
223
+ <Default>600</Default>
224
+ <Dependencies>
225
+ <Depend type='Not Show'>
226
+ <Cond>(value(idDataSyncCriteria) == idManual) or (value(idDataSyncCriteria) == Never)</Cond>
227
+ <Condition>
228
+ <Expression>
229
+ <Type>BooleanExpression</Type>
230
+ <FirstPart>
231
+ <Expression>
232
+ <Type>Comparison</Type>
233
+ <Operator>Equal</Operator>
234
+ <PropName>idDataSyncCriteria</PropName>
235
+ <Value>idManual</Value>
236
+ </Expression>
237
+ </FirstPart>
238
+ <Operator>or</Operator>
239
+ <SecondPart>
240
+ <Expression>
241
+ <Type>Comparison</Type>
242
+ <Operator>Equal</Operator>
243
+ <PropName>idDataSyncCriteria</PropName>
244
+ <Value>Never</Value>
245
+ </Expression>
246
+ </SecondPart>
247
+ </Expression>
248
+ </Condition>
249
+ </Depend>
250
+ </Dependencies>
251
+ <Metadata>
252
+ <Value name='FlagSerializeDefaultToMetadata'>True</Value>
253
+ </Metadata>
254
+ </Prop>
255
+ <Prop>
256
+ <Id>idDataSyncGranularity</Id>
257
+ <Name>Data Receive Granularity</Name>
258
+ <Description>Defines the granularity level for synchronizing from the server to the local database</Description>
259
+ <Type>Combo</Type>
260
+ <Default>idByRow</Default>
261
+ <Values>
262
+ <Value id='idByRow' desc='By Row'/>
263
+ <Value id='idByTable' desc='By Table'/>
264
+ </Values>
265
+ <Dependencies>
266
+ <Depend type='Not Show'>
267
+ <Cond>value(idDataSyncCriteria) == Never</Cond>
268
+ <Condition>
269
+ <Expression>
270
+ <Type>Comparison</Type>
271
+ <Operator>Equal</Operator>
272
+ <PropName>idDataSyncCriteria</PropName>
273
+ <Value>Never</Value>
274
+ </Expression>
275
+ </Condition>
276
+ </Depend>
277
+ </Dependencies>
278
+ <Metadata>
279
+ <Value name='FlagSerializeDefaultToMetadata'>True</Value>
280
+ <Value name='FlagRedundantValue'>true</Value>
281
+ </Metadata>
282
+ </Prop>
283
+ <Prop>
284
+ <Id>idMinTimeBetweenCleans</Id>
285
+ <Name>Minimum Time Between Table Purges</Name>
286
+ <Description>Specifies the time (in seconds) to wait between the purge of synchronization tables in the server</Description>
287
+ <Type>Integer</Type>
288
+ <Default>3600</Default>
289
+ <Dependencies>
290
+ <Depend type='Not Show'>
291
+ <Cond>(value(idDataSyncCriteria) == Never) or (value(idDataSyncGranularity) == idByTable)</Cond>
292
+ <Condition>
293
+ <Expression>
294
+ <Type>BooleanExpression</Type>
295
+ <FirstPart>
296
+ <Expression>
297
+ <Type>Comparison</Type>
298
+ <Operator>Equal</Operator>
299
+ <PropName>idDataSyncCriteria</PropName>
300
+ <Value>Never</Value>
301
+ </Expression>
302
+ </FirstPart>
303
+ <Operator>or</Operator>
304
+ <SecondPart>
305
+ <Expression>
306
+ <Type>Comparison</Type>
307
+ <Operator>Equal</Operator>
308
+ <PropName>idDataSyncGranularity</PropName>
309
+ <Value>idByTable</Value>
310
+ </Expression>
311
+ </SecondPart>
312
+ </Expression>
313
+ </Condition>
314
+ </Depend>
315
+ </Dependencies>
316
+ <Metadata>
317
+ <Value name='FlagSerializeDefaultToMetadata'>True</Value>
318
+ </Metadata>
319
+ </Prop>
320
+ <Prop>
321
+ <Id>idSyncTimeoutReceive</Id>
322
+ <Name>Receive Timeout</Name>
323
+ <Description>Specifies the time (in seconds) to wait for the server to respond on a Receive operation</Description>
324
+ <Type>Integer</Type>
325
+ <Default>0</Default>
326
+ <Dependencies>
327
+ <Depend type='Not Show'>
328
+ <Cond>value(idDataSyncCriteria) == Never</Cond>
329
+ <Condition>
330
+ <Expression>
331
+ <Type>Comparison</Type>
332
+ <Operator>Equal</Operator>
333
+ <PropName>idDataSyncCriteria</PropName>
334
+ <Value>Never</Value>
335
+ </Expression>
336
+ </Condition>
337
+ </Depend>
338
+ </Dependencies>
339
+ </Prop>
340
+ </Children>
341
+ </Group>
342
+ <Group>
343
+ <Id>SyncSend</Id>
344
+ <Name>Send</Name>
345
+ <Type>Group</Type>
346
+ <Children>
347
+ <Prop>
348
+ <Id>LocalChangesProcessing</Id>
349
+ <Name>Send Changes</Name>
350
+ <Description>Defines when to send the updates to the server</Description>
351
+ <Type>Combo</Type>
352
+ <Default>WhenConnected</Default>
353
+ <Values>
354
+ <Value id='WhenConnected' desc='When connected'/>
355
+ <Value id='UserDefined' desc='Manual'/>
356
+ <Value id='Never' desc='Never'/>
357
+ </Values>
358
+ <Metadata>
359
+ <Value name='FlagSerializeDefaultToMetadata'>True</Value>
360
+ </Metadata>
361
+ </Prop>
362
+ <Prop>
363
+ <Id>MinTimeBetweenSends</Id>
364
+ <Name>Minimum Time Between Sends</Name>
365
+ <Description>Specifies the time (in seconds) to wait between updates sended to the server</Description>
366
+ <Type>Integer</Type>
367
+ <Default>0</Default>
368
+ <Dependencies>
369
+ <Depend type='Not Show'>
370
+ <Cond>value(LocalChangesProcessing) != WhenConnected</Cond>
371
+ <Condition>
372
+ <Expression>
373
+ <Type>Comparison</Type>
374
+ <Operator>NotEqual</Operator>
375
+ <PropName>LocalChangesProcessing</PropName>
376
+ <Value>WhenConnected</Value>
377
+ </Expression>
378
+ </Condition>
379
+ </Depend>
380
+ </Dependencies>
381
+ <Metadata>
382
+ <Value name='FlagSerializeDefaultToMetadata'>True</Value>
383
+ </Metadata>
384
+ </Prop>
385
+ <Prop>
386
+ <Id>idSyncTimeoutSend</Id>
387
+ <Name>Send Timeout</Name>
388
+ <Description>Specifies the time (in seconds) to wait for the server to respond on a Send operation</Description>
389
+ <Type>Integer</Type>
390
+ <Default>0</Default>
391
+ <Dependencies>
392
+ <Depend type='Not Show'>
393
+ <Cond>value(LocalChangesProcessing) == Never</Cond>
394
+ <Condition>
395
+ <Expression>
396
+ <Type>Comparison</Type>
397
+ <Operator>Equal</Operator>
398
+ <PropName>LocalChangesProcessing</PropName>
399
+ <Value>Never</Value>
400
+ </Expression>
401
+ </Condition>
402
+ </Depend>
403
+ </Dependencies>
404
+ </Prop>
405
+ </Children>
406
+ </Group>
407
+ </Children>
408
+ </Group>
409
+ </Object>
410
+ </Content>
@@ -0,0 +1,180 @@
1
+ <?xml version='1.0' encoding='iso-8859-1'?>
2
+ <Content version='148598 $'>
3
+ <Object id='SuperApp' inheritance='BASE '>
4
+ <Group>
5
+ <Name>Base properties</Name>
6
+ <Type>Main</Type>
7
+ <Children>
8
+ <Prop>
9
+ <Id>ObjName</Id>
10
+ <Name>Name</Name>
11
+ <Description>Name</Description>
12
+ <Alias>Name</Alias>
13
+ <Type>Text</Type>
14
+ <Metadata>
15
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.ObjectNameAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
16
+ <Value name='ShouldSerialize'>true</Value>
17
+ <Value name='FlagSpecificable'></Value>
18
+ <Value name='FlagSpecificationName'>ObjName</Value>
19
+ <Value name='FlagAssertSDTProperty'></Value>
20
+ <Value name='FlagDeklarit'></Value>
21
+ </Metadata>
22
+ <Options>
23
+ <Option type='Required'/>
24
+ <Option type="Don't serialize"/>
25
+ </Options>
26
+ </Prop>
27
+ <Prop>
28
+ <Id>ObjDesc</Id>
29
+ <Name>Description</Name>
30
+ <Description>Describe the content or purpose of the element</Description>
31
+ <Alias>Description</Alias>
32
+ <Type>Text</Type>
33
+ <Dependencies>
34
+ <Depend type='On Change'>
35
+ <Cond>onChange(ObjName)</Cond>
36
+ <Condition>
37
+ <Expression>
38
+ <Type>OnChange</Type>
39
+ <PropName>ObjName</PropName>
40
+ </Expression>
41
+ </Condition>
42
+ </Depend>
43
+ </Dependencies>
44
+ <Metadata>
45
+ <Value name='customDefaultResolver'>Artech.Architecture.Common.Resolvers.ObjectDescriptionResolver, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
46
+ <Value name='ShouldSerialize'>true</Value>
47
+ <Value name='FlagSpecificable'></Value>
48
+ <Value name='FlagSpecificationName'>ObjDesc</Value>
49
+ <Value name='FlagAssertSDTProperty'></Value>
50
+ <Value name='FlagDeklarit'></Value>
51
+ </Metadata>
52
+ <Options>
53
+ <Option type="Don't serialize"/>
54
+ <Option type='Dyn Default'/>
55
+ </Options>
56
+ </Prop>
57
+ </Children>
58
+ </Group>
59
+ <Group>
60
+ <Name>SuperApp</Name>
61
+ <Type>Main</Type>
62
+ <Children>
63
+ <Prop>
64
+ <Id>SuperAppIdentifier</Id>
65
+ <Name>Super App Identifier</Name>
66
+ <Description>String that identifies the app for the provising server, it must use the reverse DNS format, i.e com.example.mysuperapp</Description>
67
+ <Type>Text</Type>
68
+ <Metadata>
69
+ <Value name='FlagJsonName'>GXSuperAppId</Value>
70
+ </Metadata>
71
+ </Prop>
72
+ <Prop>
73
+ <Id>SuperAppVersion</Id>
74
+ <Name>Super App Version</Name>
75
+ <Description>Current version number of the Super app</Description>
76
+ <Type>Text</Type>
77
+ <Metadata>
78
+ <Value name='FlagJsonName'>GXSuperAppVersion</Value>
79
+ </Metadata>
80
+ </Prop>
81
+ <Prop>
82
+ <Id>SuperAppProvisioningUrl</Id>
83
+ <Name>Provisioning Url</Name>
84
+ <Description>The URL where the Provision Server for this Super app is located</Description>
85
+ <Type>Text</Type>
86
+ <Metadata>
87
+ <Value name='FlagJsonName'>GXSuperAppProvisioningURL</Value>
88
+ </Metadata>
89
+ </Prop>
90
+ <Prop>
91
+ <Id>SuperAppCrtFile_Android</Id>
92
+ <Name>Android Public Key File</Name>
93
+ <Description>File containing the public key used to validate Mini apps' metadata on the Android Super App</Description>
94
+ <Type>Custom</Type>
95
+ <CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
96
+ <Metadata>
97
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=1132AC08-290F-4fd1-BD18-64777B7329D1),Artech.Architecture.Common</Value>
98
+ </Metadata>
99
+ </Prop>
100
+ <Prop>
101
+ <Id>SuperAppCrtFile_iOS</Id>
102
+ <Name>iOS Public Key File</Name>
103
+ <Description>File containing the public key used to validate Mini apps' metadata on the iOS Super App</Description>
104
+ <Type>Custom</Type>
105
+ <CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
106
+ <Metadata>
107
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=1132AC08-290F-4fd1-BD18-64777B7329D1),Artech.Architecture.Common</Value>
108
+ <Value name='FlagOldId'>SuperAppCrtFile</Value>
109
+ </Metadata>
110
+ </Prop>
111
+ <Prop>
112
+ <Id>SuperAppMain</Id>
113
+ <Name>Main Object</Name>
114
+ <Description>Main object of the Super app, it must be one of the mobile objects (Panel, Menu, Work With)</Description>
115
+ <Type>Custom</Type>
116
+ <CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
117
+ <Metadata>
118
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(Prop:IsMain=true, AllowedType=15CF49B5-FC38-4899-91B5-395D02D79889, AllowedType=9BDCC055-174E-4AF6-96CB-A2CEEF6C5F09, AllowedType=D82625FD-5892-40B0-99C9-5C8559C197FC),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
119
+ </Metadata>
120
+ </Prop>
121
+ <Prop>
122
+ <Id>SuperAppShowDefaultContainerUI</Id>
123
+ <Name>Show Mini app defaut container UI</Name>
124
+ <Description>Specifies if the Mini app will run inside a container control provided by the Super app</Description>
125
+ <Type>Boolean</Type>
126
+ <Default>true</Default>
127
+ </Prop>
128
+ <Group>
129
+ <Name>Mini Apps Cache</Name>
130
+ <Type>Group</Type>
131
+ <Children>
132
+ <Prop>
133
+ <Id>SuperAppMaximumMiniAppCount</Id>
134
+ <Name>Maximum Mini apps count</Name>
135
+ <Description>Specifies the maximum number of allowed Mini apps in the cache. When that amount is reached and a new one is installed, the Mini app with the longest time since it was last used is removed. A value of 0 means that there is no limit.</Description>
136
+ <Type>Integer</Type>
137
+ <Metadata>
138
+ <Value name='FlagJsonName'>GXMiniAppCacheMaxCount</Value>
139
+ </Metadata>
140
+ </Prop>
141
+ <Prop>
142
+ <Id>SuperAppKeepMiniAppFor</Id>
143
+ <Name>Number of days to keep</Name>
144
+ <Description>Specifies the number of days a Mini app is kept since it's last use, after that the Mini app is deleted from the cache. A value of 0 means that Mini apps aren't removed based on their usage.</Description>
145
+ <Type>Integer</Type>
146
+ <Metadata>
147
+ <Value name='FlagJsonName'>GXMiniAppCacheMaxDays</Value>
148
+ </Metadata>
149
+ </Prop>
150
+ </Children>
151
+ </Group>
152
+ <Prop hidden='1'>
153
+ <Id>idConnectivitySupport</Id>
154
+ <Name>Connectivity Support</Name>
155
+ <Description>Define if this object works even without network connectivity
156
+
157
+ Values:
158
+
159
+ Online -&gt; The object will execute on an online environment communicating with the server via REST services (default for Main objects)
160
+ Offline -&gt; The object is executed completely offline with no automatic comunication to the server
161
+ Inherit -&gt; This value is only available for non-Main objects. The value of the property will be inherited from the caller object in runtime.</Description>
162
+ <Type>Combo</Type>
163
+ <Default>idOnline</Default>
164
+ <Values>
165
+ <Value id='idOnline' desc='Online'/>
166
+ <Value id='idOffline' desc='Offline'/>
167
+ <Value id='idInherit' desc='Inherit'/>
168
+ </Values>
169
+ <Dependencies>
170
+ <Depend type='Not Show'/>
171
+ </Dependencies>
172
+ <Metadata>
173
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ConnectivitySupportSuperAppDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
174
+ <Value name='FlagSerializeDefaultToMetadata'>True</Value>
175
+ </Metadata>
176
+ </Prop>
177
+ </Children>
178
+ </Group>
179
+ </Object>
180
+ </Content>