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,12 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <configuration>
3
+ <location path="." inheritInChildApplications="false">
4
+ <system.webServer>
5
+ <handlers>
6
+ <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
7
+ </handlers>
8
+ <aspNetCore processPath="dotnet" arguments=".\GxMcp.Gateway.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
9
+ </system.webServer>
10
+ </location>
11
+ </configuration>
12
+ <!--ProjectGuid: 5675063E-7F20-4C40-87D5-C86FDBFDDCC3-->
@@ -0,0 +1,427 @@
1
+ <?xml version='1.0' encoding='iso-8859-1'?>
2
+ <Content version='148598 $'>
3
+ <Object id='API' 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>API</Name>
61
+ <Type>Main</Type>
62
+ <Children>
63
+ <Prop>
64
+ <Id>IsMain</Id>
65
+ <Name>Main program</Name>
66
+ <Description>To specify that the object is main. That is: it can be executed as standalone application.</Description>
67
+ <Type>Boolean</Type>
68
+ <Default>false</Default>
69
+ <Dependencies>
70
+ <Depend type='Not Show'>
71
+ <Cond>context(ObjIsStyle) == -1</Cond>
72
+ <Condition>
73
+ <Expression>
74
+ <Type>Comparison</Type>
75
+ <Operator>Equal</Operator>
76
+ <PropName source='context'>ObjIsStyle</PropName>
77
+ <Value>-1</Value>
78
+ </Expression>
79
+ </Condition>
80
+ </Depend>
81
+ <Depend type='Not Show'>
82
+ <Cond>context(WEB_COMP) == Master</Cond>
83
+ <Condition>
84
+ <Expression>
85
+ <Type>Comparison</Type>
86
+ <Operator>Equal</Operator>
87
+ <PropName source='context'>WEB_COMP</PropName>
88
+ <Value>Master</Value>
89
+ </Expression>
90
+ </Condition>
91
+ </Depend>
92
+ <Depend type='Default'>
93
+ <Value>-1</Value>
94
+ </Depend>
95
+ <Depend type='Readonly'>
96
+ <Cond>context(ObjIsStyle) == -1</Cond>
97
+ <Condition>
98
+ <Expression>
99
+ <Type>Comparison</Type>
100
+ <Operator>Equal</Operator>
101
+ <PropName source='context'>ObjIsStyle</PropName>
102
+ <Value>-1</Value>
103
+ </Expression>
104
+ </Condition>
105
+ </Depend>
106
+ <Depend type='Readonly'/>
107
+ <Depend type='Invalid'>
108
+ <Value>-1</Value>
109
+ <Cond>context(WEB_COMP) == Master</Cond>
110
+ <Condition>
111
+ <Expression>
112
+ <Type>Comparison</Type>
113
+ <Operator>Equal</Operator>
114
+ <PropName source='context'>WEB_COMP</PropName>
115
+ <Value>Master</Value>
116
+ </Expression>
117
+ </Condition>
118
+ </Depend>
119
+ </Dependencies>
120
+ <Metadata>
121
+ <Value name='FlagRedundantValue'>true</Value>
122
+ </Metadata>
123
+ <Options>
124
+ <Option type="Don't serialize"/>
125
+ </Options>
126
+ </Prop>
127
+ <Prop>
128
+ <Id>GENERATE_REST_API</Id>
129
+ <Name>REST Protocol</Name>
130
+ <Description>Enable REST Protocol Suppport</Description>
131
+ <Type>Boolean</Type>
132
+ <Default>true</Default>
133
+ <Dependencies>
134
+ <Depend type='Default'>
135
+ <Value>-1</Value>
136
+ <Cond>context(idConnectivitySupport) == idOnline</Cond>
137
+ <Condition>
138
+ <Expression>
139
+ <Type>Comparison</Type>
140
+ <Operator>Equal</Operator>
141
+ <PropName source='context'>idConnectivitySupport</PropName>
142
+ <Value>idOnline</Value>
143
+ </Expression>
144
+ </Condition>
145
+ </Depend>
146
+ <Depend type='Readonly'>
147
+ <Cond>context(idConnectivitySupport) == idOnline</Cond>
148
+ <Condition>
149
+ <Expression>
150
+ <Type>Comparison</Type>
151
+ <Operator>Equal</Operator>
152
+ <PropName source='context'>idConnectivitySupport</PropName>
153
+ <Value>idOnline</Value>
154
+ </Expression>
155
+ </Condition>
156
+ </Depend>
157
+ </Dependencies>
158
+ </Prop>
159
+ <Prop hidden='1'>
160
+ <Id>GENERATE_SOAP_API</Id>
161
+ <Name>SOAP Protocol</Name>
162
+ <Description>Enables SOAP Protocol Support</Description>
163
+ <Type>Boolean</Type>
164
+ <Default>false</Default>
165
+ <Options>
166
+ <Option type='Not Show'/>
167
+ </Options>
168
+ </Prop>
169
+ <Prop>
170
+ <Id>GENERATE_GRPC_API</Id>
171
+ <Name>gRPC Protocol</Name>
172
+ <Description>Enables gRPC Protocol Support</Description>
173
+ <Type>Boolean</Type>
174
+ <Default>false</Default>
175
+ <Metadata>
176
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.GrpcProtocolVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
177
+ </Metadata>
178
+ </Prop>
179
+ <Prop hidden='1'>
180
+ <Id>GRPC_NAMESPACE</Id>
181
+ <Name>gRPC Package</Name>
182
+ <Description>Specifies a Package for the gRPC Service</Description>
183
+ <Type>Text</Type>
184
+ <Dependencies>
185
+ <Depend type='Not Show'>
186
+ <Cond>value(GENERATE_GRPC_API) == false</Cond>
187
+ <Condition>
188
+ <Expression>
189
+ <Type>Comparison</Type>
190
+ <Operator>Equal</Operator>
191
+ <PropName>GENERATE_GRPC_API</PropName>
192
+ <Value>false</Value>
193
+ </Expression>
194
+ </Condition>
195
+ </Depend>
196
+ </Dependencies>
197
+ <Metadata>
198
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.GRPCNamespaceDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
199
+ </Metadata>
200
+ <Options>
201
+ <Option type='Dyn Default'/>
202
+ </Options>
203
+ </Prop>
204
+ <Prop>
205
+ <Id>GENERATE_OPEN_API</Id>
206
+ <Name>Generate OpenAPI interface</Name>
207
+ <Description>Generate OpenAPI documentation (default.yaml) for procedures, business components and dataproviders exposed as REST web services.</Description>
208
+ <Type>Combo</Type>
209
+ <Default>Yes</Default>
210
+ <Values>
211
+ <Value id='Yes' desc='Yes'/>
212
+ <Value id='No' desc='No'/>
213
+ <Value id='UMPV' desc='Use Environment property value'/>
214
+ </Values>
215
+ <Dependencies>
216
+ <Depend type='Default'>
217
+ <Value>UMPV</Value>
218
+ </Depend>
219
+ </Dependencies>
220
+ <Metadata>
221
+ <Value name='FlagNoSpecify'></Value>
222
+ </Metadata>
223
+ </Prop>
224
+ <Prop>
225
+ <Id>OPEN_API_VERSION</Id>
226
+ <Name>OpenAPI version</Name>
227
+ <Description>OpenAPI version</Description>
228
+ <Type>Combo</Type>
229
+ <Default>idOPENAPI30</Default>
230
+ <Values>
231
+ <Value id='idOPENAPI20' desc='2.0'/>
232
+ <Value id='idOPENAPI30' desc='3.0'/>
233
+ <Value id='idAPIGATEWAY' desc='APIGateway (Deprecated)'>
234
+ <Meta name='DeprecatedValue'></Meta>
235
+ </Value>
236
+ </Values>
237
+ <Dependencies>
238
+ <Depend type='Not Show'>
239
+ <Cond>value(GENERATE_OPEN_API) == No</Cond>
240
+ <Condition>
241
+ <Expression>
242
+ <Type>Comparison</Type>
243
+ <Operator>Equal</Operator>
244
+ <PropName>GENERATE_OPEN_API</PropName>
245
+ <Value>No</Value>
246
+ </Expression>
247
+ </Condition>
248
+ </Depend>
249
+ </Dependencies>
250
+ <Metadata>
251
+ <Value name='FlagNoSpecify'></Value>
252
+ </Metadata>
253
+ </Prop>
254
+ <Prop>
255
+ <Id>SERVICES_BASE_PATH</Id>
256
+ <Name>Services base path</Name>
257
+ <Description>Base path for webservices</Description>
258
+ <Type>Text</Type>
259
+ <Metadata>
260
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ServicesBasePathDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
261
+ </Metadata>
262
+ </Prop>
263
+ <Group>
264
+ <Id>idMiscellaneousGroup</Id>
265
+ <Name>Miscellaneous</Name>
266
+ <Type>Group</Type>
267
+ <Children>
268
+ <Prop hidden='1'>
269
+ <Id>OBJ_IS_INTERFACE</Id>
270
+ <Name>OBJ_IS_INTERFACE</Name>
271
+ <Type>Boolean</Type>
272
+ <Default>false</Default>
273
+ <Metadata>
274
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IsInterfaceDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
275
+ </Metadata>
276
+ <Options>
277
+ <Option type='Not Show'/>
278
+ <Option type="Don't serialize"/>
279
+ </Options>
280
+ </Prop>
281
+ <Prop>
282
+ <Id>GenerateObject</Id>
283
+ <Name>GenerateObject</Name>
284
+ <Description>Allows to enable or disable the object specification and generation.</Description>
285
+ <Type>Boolean</Type>
286
+ <Default>true</Default>
287
+ <Dependencies>
288
+ <Depend type='Default'>
289
+ <Value>0</Value>
290
+ <Cond>value(OBJ_IS_INTERFACE) == true</Cond>
291
+ <Condition>
292
+ <Expression>
293
+ <Type>Comparison</Type>
294
+ <Operator>Equal</Operator>
295
+ <PropName>OBJ_IS_INTERFACE</PropName>
296
+ <Value>true</Value>
297
+ </Expression>
298
+ </Condition>
299
+ </Depend>
300
+ <Depend type='Invalid'>
301
+ <Value>-1</Value>
302
+ <Cond>value(OBJ_IS_INTERFACE) == true</Cond>
303
+ <Condition>
304
+ <Expression>
305
+ <Type>Comparison</Type>
306
+ <Operator>Equal</Operator>
307
+ <PropName>OBJ_IS_INTERFACE</PropName>
308
+ <Value>true</Value>
309
+ </Expression>
310
+ </Condition>
311
+ </Depend>
312
+ </Dependencies>
313
+ <Metadata>
314
+ <Value name='FlagRedundantValue'>true</Value>
315
+ </Metadata>
316
+ </Prop>
317
+ </Children>
318
+ </Group>
319
+ <Group>
320
+ <Id>IntegratedSecurityGroup</Id>
321
+ <Name>Integrated Security</Name>
322
+ <Type>Group</Type>
323
+ <Children>
324
+ <Prop>
325
+ <Id>IntegratedSecurityLevel</Id>
326
+ <Name>Integrated Security Level</Name>
327
+ <Type>Combo</Type>
328
+ <Values>
329
+ <Value id='SecurityNone' desc='None'/>
330
+ <Value id='SecurityLow' desc='Authentication'/>
331
+ <Value id='SecurityHigh' desc='Authorization'/>
332
+ </Values>
333
+ <Metadata>
334
+ <Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityLevelApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
335
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
336
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityLevelDefaultResolverFormVersion, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
337
+ <Value name='FlagNoCacheDefault'></Value>
338
+ <Value name='FlagSerializeToMetadata'>false</Value>
339
+ </Metadata>
340
+ </Prop>
341
+ <Prop>
342
+ <Id>IntegratedSecurityPermissionPrefix</Id>
343
+ <Name>Permission Prefix</Name>
344
+ <Type>Text</Type>
345
+ <Metadata>
346
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
347
+ <Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
348
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
349
+ <Value name='FlagSerializeToMetadata'>false</Value>
350
+ </Metadata>
351
+ </Prop>
352
+ <Prop hidden='1'>
353
+ <Id>IntegratedSecurityObjClientID</Id>
354
+ <Name>Security Client ID</Name>
355
+ <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>
356
+ <Type>Text</Type>
357
+ <Dependencies>
358
+ <Depend type='Not Show'>
359
+ <Cond>value(IsMain) == false</Cond>
360
+ <Condition>
361
+ <Expression>
362
+ <Type>Comparison</Type>
363
+ <Operator>Equal</Operator>
364
+ <PropName>IsMain</PropName>
365
+ <Value>false</Value>
366
+ </Expression>
367
+ </Condition>
368
+ </Depend>
369
+ </Dependencies>
370
+ <Metadata>
371
+ <Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityApplicationClientApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
372
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
373
+ <Value name='FlagUIValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdUIValidator, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
374
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
375
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientIdAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
376
+ <Value name='FlagExport'>false</Value>
377
+ </Metadata>
378
+ </Prop>
379
+ <Prop hidden='1'>
380
+ <Id>IntegratedSecurityObjClientSecret</Id>
381
+ <Name>Security Client Secret</Name>
382
+ <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>
383
+ <Type>Text</Type>
384
+ <Dependencies>
385
+ <Depend type='Not Show'>
386
+ <Cond>value(IsMain) == false</Cond>
387
+ <Condition>
388
+ <Expression>
389
+ <Type>Comparison</Type>
390
+ <Operator>Equal</Operator>
391
+ <PropName>IsMain</PropName>
392
+ <Value>false</Value>
393
+ </Expression>
394
+ </Condition>
395
+ </Depend>
396
+ </Dependencies>
397
+ <Metadata>
398
+ <Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityApplicationClientApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
399
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
400
+ <Value name='FlagUIValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretUIValidator, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
401
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
402
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientSecretAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
403
+ <Value name='FlagExport'>false</Value>
404
+ <Value name='FlagSerializeToMetadata'>false</Value>
405
+ </Metadata>
406
+ </Prop>
407
+ <Prop hidden='1'>
408
+ <Id>IntegratedSecurityObjClientEncriptionKey</Id>
409
+ <Name>Security Client Encription Key</Name>
410
+ <Type>Text</Type>
411
+ <Metadata>
412
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientEncryptionKeyDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
413
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientEncryptionKeyAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
414
+ <Value name='FlagExport'>false</Value>
415
+ <Value name='FlagSerializeToMetadata'>false</Value>
416
+ </Metadata>
417
+ <Options>
418
+ <Option type='Not Show'/>
419
+ <Option type='Password'/>
420
+ </Options>
421
+ </Prop>
422
+ </Children>
423
+ </Group>
424
+ </Children>
425
+ </Group>
426
+ </Object>
427
+ </Content>
@@ -0,0 +1,13 @@
1
+ <Choices>
2
+ <Choice>Description("")</Choice>
3
+ <Choice>SecurityLevel(None)</Choice>
4
+ <Choice>SecurityLevel(Authentication)</Choice>
5
+ <Choice>SecurityLevel(Authorization)</Choice>
6
+ <Choice>SecurityPermission("")</Choice>
7
+ <Choice>RestPath("")</Choice>
8
+ <Choice>RestMethod(DELETE)</Choice>
9
+ <Choice>RestMethod(GET)</Choice>
10
+ <Choice>RestMethod(PATCH)</Choice>
11
+ <Choice>RestMethod(POST)</Choice>
12
+ <Choice>RestMethod(PUT)</Choice>
13
+ </Choices>