oci-jmsutils 2.118.0

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 (245) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +270 -0
  9. package/lib/client.js +1368 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/jmsutils-waiter.d.ts +27 -0
  12. package/lib/jmsutils-waiter.js +44 -0
  13. package/lib/jmsutils-waiter.js.map +1 -0
  14. package/lib/model/action-type.d.ts +32 -0
  15. package/lib/model/action-type.js +43 -0
  16. package/lib/model/action-type.js.map +1 -0
  17. package/lib/model/analyze-applications-configuration.d.ts +29 -0
  18. package/lib/model/analyze-applications-configuration.js +29 -0
  19. package/lib/model/analyze-applications-configuration.js.map +1 -0
  20. package/lib/model/basic-work-item-details.d.ts +24 -0
  21. package/lib/model/basic-work-item-details.js +52 -0
  22. package/lib/model/basic-work-item-details.js.map +1 -0
  23. package/lib/model/index.d.ts +88 -0
  24. package/lib/model/index.js +111 -0
  25. package/lib/model/index.js.map +1 -0
  26. package/lib/model/java-migration-analysis-collection.d.ts +26 -0
  27. package/lib/model/java-migration-analysis-collection.js +61 -0
  28. package/lib/model/java-migration-analysis-collection.js.map +1 -0
  29. package/lib/model/java-migration-analysis-sort-by.d.ts +24 -0
  30. package/lib/model/java-migration-analysis-sort-by.js +35 -0
  31. package/lib/model/java-migration-analysis-sort-by.js.map +1 -0
  32. package/lib/model/java-migration-analysis-summary.d.ts +88 -0
  33. package/lib/model/java-migration-analysis-summary.js +55 -0
  34. package/lib/model/java-migration-analysis-summary.js.map +1 -0
  35. package/lib/model/java-migration-analysis-target.d.ts +43 -0
  36. package/lib/model/java-migration-analysis-target.js +29 -0
  37. package/lib/model/java-migration-analysis-target.js.map +1 -0
  38. package/lib/model/java-migration-analysis.d.ts +91 -0
  39. package/lib/model/java-migration-analysis.js +55 -0
  40. package/lib/model/java-migration-analysis.js.map +1 -0
  41. package/lib/model/java-migration-work-item-details.d.ts +38 -0
  42. package/lib/model/java-migration-work-item-details.js +54 -0
  43. package/lib/model/java-migration-work-item-details.js.map +1 -0
  44. package/lib/model/operation-status.d.ts +34 -0
  45. package/lib/model/operation-status.js +45 -0
  46. package/lib/model/operation-status.js.map +1 -0
  47. package/lib/model/operation-type.d.ts +28 -0
  48. package/lib/model/operation-type.js +39 -0
  49. package/lib/model/operation-type.js.map +1 -0
  50. package/lib/model/performance-tuning-analysis-collection.d.ts +26 -0
  51. package/lib/model/performance-tuning-analysis-collection.js +61 -0
  52. package/lib/model/performance-tuning-analysis-collection.js.map +1 -0
  53. package/lib/model/performance-tuning-analysis-sort-by.d.ts +24 -0
  54. package/lib/model/performance-tuning-analysis-sort-by.js +35 -0
  55. package/lib/model/performance-tuning-analysis-sort-by.js.map +1 -0
  56. package/lib/model/performance-tuning-analysis-summary.d.ts +76 -0
  57. package/lib/model/performance-tuning-analysis-summary.js +55 -0
  58. package/lib/model/performance-tuning-analysis-summary.js.map +1 -0
  59. package/lib/model/performance-tuning-analysis-target.d.ts +29 -0
  60. package/lib/model/performance-tuning-analysis-target.js +29 -0
  61. package/lib/model/performance-tuning-analysis-target.js.map +1 -0
  62. package/lib/model/performance-tuning-analysis.d.ts +88 -0
  63. package/lib/model/performance-tuning-analysis.js +65 -0
  64. package/lib/model/performance-tuning-analysis.js.map +1 -0
  65. package/lib/model/performance-tuning-work-item-details.d.ts +32 -0
  66. package/lib/model/performance-tuning-work-item-details.js +54 -0
  67. package/lib/model/performance-tuning-work-item-details.js.map +1 -0
  68. package/lib/model/principal.d.ts +29 -0
  69. package/lib/model/principal.js +29 -0
  70. package/lib/model/principal.js.map +1 -0
  71. package/lib/model/request-java-migration-analysis-details.d.ts +52 -0
  72. package/lib/model/request-java-migration-analysis-details.js +61 -0
  73. package/lib/model/request-java-migration-analysis-details.js.map +1 -0
  74. package/lib/model/request-performance-tuning-analysis-details.d.ts +52 -0
  75. package/lib/model/request-performance-tuning-analysis-details.js +61 -0
  76. package/lib/model/request-performance-tuning-analysis-details.js.map +1 -0
  77. package/lib/model/sort-order.d.ts +30 -0
  78. package/lib/model/sort-order.js +41 -0
  79. package/lib/model/sort-order.js.map +1 -0
  80. package/lib/model/subscription-acknowledgment-configuration.d.ts +34 -0
  81. package/lib/model/subscription-acknowledgment-configuration.js +29 -0
  82. package/lib/model/subscription-acknowledgment-configuration.js.map +1 -0
  83. package/lib/model/update-analyze-applications-configuration-details.d.ts +29 -0
  84. package/lib/model/update-analyze-applications-configuration-details.js +29 -0
  85. package/lib/model/update-analyze-applications-configuration-details.js.map +1 -0
  86. package/lib/model/update-subscription-acknowledgment-configuration-details.d.ts +25 -0
  87. package/lib/model/update-subscription-acknowledgment-configuration-details.js +29 -0
  88. package/lib/model/update-subscription-acknowledgment-configuration-details.js.map +1 -0
  89. package/lib/model/work-item-collection.d.ts +26 -0
  90. package/lib/model/work-item-collection.js +61 -0
  91. package/lib/model/work-item-collection.js.map +1 -0
  92. package/lib/model/work-item-details.d.ts +27 -0
  93. package/lib/model/work-item-details.js +76 -0
  94. package/lib/model/work-item-details.js.map +1 -0
  95. package/lib/model/work-item-status.d.ts +34 -0
  96. package/lib/model/work-item-status.js +45 -0
  97. package/lib/model/work-item-status.js.map +1 -0
  98. package/lib/model/work-item-summary.d.ts +44 -0
  99. package/lib/model/work-item-summary.js +55 -0
  100. package/lib/model/work-item-summary.js.map +1 -0
  101. package/lib/model/work-item-type.d.ts +28 -0
  102. package/lib/model/work-item-type.js +39 -0
  103. package/lib/model/work-item-type.js.map +1 -0
  104. package/lib/model/work-request-error-collection.d.ts +26 -0
  105. package/lib/model/work-request-error-collection.js +61 -0
  106. package/lib/model/work-request-error-collection.js.map +1 -0
  107. package/lib/model/work-request-error.d.ts +37 -0
  108. package/lib/model/work-request-error.js +29 -0
  109. package/lib/model/work-request-error.js.map +1 -0
  110. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  111. package/lib/model/work-request-log-entry-collection.js +61 -0
  112. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  113. package/lib/model/work-request-log-entry.d.ts +31 -0
  114. package/lib/model/work-request-log-entry.js +29 -0
  115. package/lib/model/work-request-log-entry.js.map +1 -0
  116. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  117. package/lib/model/work-request-resource-metadata-key.js +38 -0
  118. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  119. package/lib/model/work-request-resource.d.ts +48 -0
  120. package/lib/model/work-request-resource.js +29 -0
  121. package/lib/model/work-request-resource.js.map +1 -0
  122. package/lib/model/work-request-summary-collection.d.ts +26 -0
  123. package/lib/model/work-request-summary-collection.js +61 -0
  124. package/lib/model/work-request-summary-collection.js.map +1 -0
  125. package/lib/model/work-request-summary.d.ts +74 -0
  126. package/lib/model/work-request-summary.js +65 -0
  127. package/lib/model/work-request-summary.js.map +1 -0
  128. package/lib/model/work-request.d.ts +85 -0
  129. package/lib/model/work-request.js +65 -0
  130. package/lib/model/work-request.js.map +1 -0
  131. package/lib/request/cancel-work-request-request.d.ts +38 -0
  132. package/lib/request/cancel-work-request-request.js +15 -0
  133. package/lib/request/cancel-work-request-request.js.map +1 -0
  134. package/lib/request/delete-java-migration-analysis-request.d.ts +38 -0
  135. package/lib/request/delete-java-migration-analysis-request.js +15 -0
  136. package/lib/request/delete-java-migration-analysis-request.js.map +1 -0
  137. package/lib/request/delete-performance-tuning-analysis-request.d.ts +38 -0
  138. package/lib/request/delete-performance-tuning-analysis-request.js +15 -0
  139. package/lib/request/delete-performance-tuning-analysis-request.js.map +1 -0
  140. package/lib/request/get-analyze-applications-configuration-request.d.ts +30 -0
  141. package/lib/request/get-analyze-applications-configuration-request.js +15 -0
  142. package/lib/request/get-analyze-applications-configuration-request.js.map +1 -0
  143. package/lib/request/get-java-migration-analysis-request.d.ts +30 -0
  144. package/lib/request/get-java-migration-analysis-request.js +15 -0
  145. package/lib/request/get-java-migration-analysis-request.js.map +1 -0
  146. package/lib/request/get-performance-tuning-analysis-request.d.ts +30 -0
  147. package/lib/request/get-performance-tuning-analysis-request.js +15 -0
  148. package/lib/request/get-performance-tuning-analysis-request.js.map +1 -0
  149. package/lib/request/get-subscription-acknowledgment-configuration-request.d.ts +30 -0
  150. package/lib/request/get-subscription-acknowledgment-configuration-request.js +15 -0
  151. package/lib/request/get-subscription-acknowledgment-configuration-request.js.map +1 -0
  152. package/lib/request/get-work-request-request.d.ts +30 -0
  153. package/lib/request/get-work-request-request.js +15 -0
  154. package/lib/request/get-work-request-request.js.map +1 -0
  155. package/lib/request/index.d.ts +48 -0
  156. package/lib/request/index.js +41 -0
  157. package/lib/request/index.js.map +1 -0
  158. package/lib/request/list-java-migration-analysis-request.d.ts +56 -0
  159. package/lib/request/list-java-migration-analysis-request.js +15 -0
  160. package/lib/request/list-java-migration-analysis-request.js.map +1 -0
  161. package/lib/request/list-performance-tuning-analysis-request.d.ts +60 -0
  162. package/lib/request/list-performance-tuning-analysis-request.js +15 -0
  163. package/lib/request/list-performance-tuning-analysis-request.js.map +1 -0
  164. package/lib/request/list-work-items-request.d.ts +38 -0
  165. package/lib/request/list-work-items-request.js +15 -0
  166. package/lib/request/list-work-items-request.js.map +1 -0
  167. package/lib/request/list-work-request-errors-request.d.ts +53 -0
  168. package/lib/request/list-work-request-errors-request.js +23 -0
  169. package/lib/request/list-work-request-errors-request.js.map +1 -0
  170. package/lib/request/list-work-request-logs-request.d.ts +53 -0
  171. package/lib/request/list-work-request-logs-request.js +23 -0
  172. package/lib/request/list-work-request-logs-request.js.map +1 -0
  173. package/lib/request/list-work-requests-request.d.ts +65 -0
  174. package/lib/request/list-work-requests-request.js +23 -0
  175. package/lib/request/list-work-requests-request.js.map +1 -0
  176. package/lib/request/request-java-migration-analysis-request.d.ts +40 -0
  177. package/lib/request/request-java-migration-analysis-request.js +15 -0
  178. package/lib/request/request-java-migration-analysis-request.js.map +1 -0
  179. package/lib/request/request-performance-tuning-analysis-request.d.ts +40 -0
  180. package/lib/request/request-performance-tuning-analysis-request.js +15 -0
  181. package/lib/request/request-performance-tuning-analysis-request.js.map +1 -0
  182. package/lib/request/update-analyze-applications-configuration-request.d.ts +43 -0
  183. package/lib/request/update-analyze-applications-configuration-request.js +15 -0
  184. package/lib/request/update-analyze-applications-configuration-request.js.map +1 -0
  185. package/lib/request/update-subscription-acknowledgment-configuration-request.d.ts +43 -0
  186. package/lib/request/update-subscription-acknowledgment-configuration-request.js +15 -0
  187. package/lib/request/update-subscription-acknowledgment-configuration-request.js.map +1 -0
  188. package/lib/response/cancel-work-request-response.d.ts +20 -0
  189. package/lib/response/cancel-work-request-response.js +15 -0
  190. package/lib/response/cancel-work-request-response.js.map +1 -0
  191. package/lib/response/delete-java-migration-analysis-response.d.ts +20 -0
  192. package/lib/response/delete-java-migration-analysis-response.js +15 -0
  193. package/lib/response/delete-java-migration-analysis-response.js.map +1 -0
  194. package/lib/response/delete-performance-tuning-analysis-response.d.ts +20 -0
  195. package/lib/response/delete-performance-tuning-analysis-response.js +15 -0
  196. package/lib/response/delete-performance-tuning-analysis-response.js.map +1 -0
  197. package/lib/response/get-analyze-applications-configuration-response.d.ts +30 -0
  198. package/lib/response/get-analyze-applications-configuration-response.js +15 -0
  199. package/lib/response/get-analyze-applications-configuration-response.js.map +1 -0
  200. package/lib/response/get-java-migration-analysis-response.d.ts +30 -0
  201. package/lib/response/get-java-migration-analysis-response.js +15 -0
  202. package/lib/response/get-java-migration-analysis-response.js.map +1 -0
  203. package/lib/response/get-performance-tuning-analysis-response.d.ts +30 -0
  204. package/lib/response/get-performance-tuning-analysis-response.js +15 -0
  205. package/lib/response/get-performance-tuning-analysis-response.js.map +1 -0
  206. package/lib/response/get-subscription-acknowledgment-configuration-response.d.ts +30 -0
  207. package/lib/response/get-subscription-acknowledgment-configuration-response.js +15 -0
  208. package/lib/response/get-subscription-acknowledgment-configuration-response.js.map +1 -0
  209. package/lib/response/get-work-request-response.d.ts +34 -0
  210. package/lib/response/get-work-request-response.js +15 -0
  211. package/lib/response/get-work-request-response.js.map +1 -0
  212. package/lib/response/index.d.ts +48 -0
  213. package/lib/response/index.js +15 -0
  214. package/lib/response/index.js.map +1 -0
  215. package/lib/response/list-java-migration-analysis-response.d.ts +31 -0
  216. package/lib/response/list-java-migration-analysis-response.js +15 -0
  217. package/lib/response/list-java-migration-analysis-response.js.map +1 -0
  218. package/lib/response/list-performance-tuning-analysis-response.d.ts +31 -0
  219. package/lib/response/list-performance-tuning-analysis-response.js +15 -0
  220. package/lib/response/list-performance-tuning-analysis-response.js.map +1 -0
  221. package/lib/response/list-work-items-response.d.ts +31 -0
  222. package/lib/response/list-work-items-response.js +15 -0
  223. package/lib/response/list-work-items-response.js.map +1 -0
  224. package/lib/response/list-work-request-errors-response.d.ts +31 -0
  225. package/lib/response/list-work-request-errors-response.js +15 -0
  226. package/lib/response/list-work-request-errors-response.js.map +1 -0
  227. package/lib/response/list-work-request-logs-response.d.ts +31 -0
  228. package/lib/response/list-work-request-logs-response.js +15 -0
  229. package/lib/response/list-work-request-logs-response.js.map +1 -0
  230. package/lib/response/list-work-requests-response.d.ts +31 -0
  231. package/lib/response/list-work-requests-response.js +15 -0
  232. package/lib/response/list-work-requests-response.js.map +1 -0
  233. package/lib/response/request-java-migration-analysis-response.d.ts +26 -0
  234. package/lib/response/request-java-migration-analysis-response.js +15 -0
  235. package/lib/response/request-java-migration-analysis-response.js.map +1 -0
  236. package/lib/response/request-performance-tuning-analysis-response.d.ts +26 -0
  237. package/lib/response/request-performance-tuning-analysis-response.js +15 -0
  238. package/lib/response/request-performance-tuning-analysis-response.js.map +1 -0
  239. package/lib/response/update-analyze-applications-configuration-response.d.ts +30 -0
  240. package/lib/response/update-analyze-applications-configuration-response.js +15 -0
  241. package/lib/response/update-analyze-applications-configuration-response.js.map +1 -0
  242. package/lib/response/update-subscription-acknowledgment-configuration-response.d.ts +30 -0
  243. package/lib/response/update-subscription-acknowledgment-configuration-response.js +15 -0
  244. package/lib/response/update-subscription-acknowledgment-configuration-response.js.map +1 -0
  245. package/package.json +29 -0
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service Utilities API
4
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.JavaMigrationAnalysisCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var JavaMigrationAnalysisCollection;
37
+ (function (JavaMigrationAnalysisCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.JavaMigrationAnalysisSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ JavaMigrationAnalysisCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.JavaMigrationAnalysisSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ JavaMigrationAnalysisCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(JavaMigrationAnalysisCollection = exports.JavaMigrationAnalysisCollection || (exports.JavaMigrationAnalysisCollection = {}));
61
+ //# sourceMappingURL=java-migration-analysis-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"java-migration-analysis-collection.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/java-migration-analysis-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,+BAA+B,CA6B/C;AA7BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA6B/C"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Java Management Service Utilities API
3
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The field to sort Java Migration analysis.
15
+ **/
16
+ export declare enum JavaMigrationAnalysisSortBy {
17
+ TimeCreated = "TIME_CREATED",
18
+ TimeStarted = "TIME_STARTED",
19
+ TimeFinished = "TIME_FINISHED"
20
+ }
21
+ export declare namespace JavaMigrationAnalysisSortBy {
22
+ function getJsonObj(obj: JavaMigrationAnalysisSortBy): JavaMigrationAnalysisSortBy;
23
+ function getDeserializedJsonObj(obj: JavaMigrationAnalysisSortBy): JavaMigrationAnalysisSortBy;
24
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service Utilities API
4
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.JavaMigrationAnalysisSortBy = void 0;
16
+ /**
17
+ * The field to sort Java Migration analysis.
18
+ **/
19
+ var JavaMigrationAnalysisSortBy;
20
+ (function (JavaMigrationAnalysisSortBy) {
21
+ JavaMigrationAnalysisSortBy["TimeCreated"] = "TIME_CREATED";
22
+ JavaMigrationAnalysisSortBy["TimeStarted"] = "TIME_STARTED";
23
+ JavaMigrationAnalysisSortBy["TimeFinished"] = "TIME_FINISHED";
24
+ })(JavaMigrationAnalysisSortBy = exports.JavaMigrationAnalysisSortBy || (exports.JavaMigrationAnalysisSortBy = {}));
25
+ (function (JavaMigrationAnalysisSortBy) {
26
+ function getJsonObj(obj) {
27
+ return obj;
28
+ }
29
+ JavaMigrationAnalysisSortBy.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ return obj;
32
+ }
33
+ JavaMigrationAnalysisSortBy.getDeserializedJsonObj = getDeserializedJsonObj;
34
+ })(JavaMigrationAnalysisSortBy = exports.JavaMigrationAnalysisSortBy || (exports.JavaMigrationAnalysisSortBy = {}));
35
+ //# sourceMappingURL=java-migration-analysis-sort-by.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"java-migration-analysis-sort-by.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/java-migration-analysis-sort-by.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,2BAIX;AAJD,WAAY,2BAA2B;IACrC,2DAA4B,CAAA;IAC5B,2DAA4B,CAAA;IAC5B,6DAA8B,CAAA;AAChC,CAAC,EAJW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAItC;AAED,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAgC;QAEhC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAS3C"}
@@ -0,0 +1,88 @@
1
+ /**
2
+ * Java Management Service Utilities API
3
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Summary information about a Java Migration Analysis.
16
+ */
17
+ export interface JavaMigrationAnalysisSummary {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java Migration Analysis.
20
+ */
21
+ "id": string;
22
+ /**
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Work Request.
24
+ */
25
+ "workRequestId": string;
26
+ /**
27
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
28
+ */
29
+ "compartmentId": string;
30
+ /**
31
+ * Name of the analysis project.
32
+ */
33
+ "analysisProjectName": string;
34
+ /**
35
+ * Object storage paths to the input files applications to be analysed.
36
+ */
37
+ "inputApplicationsObjectStoragePaths": Array<string>;
38
+ /**
39
+ * Jdk Version of the Java Migration Analysis target.
40
+ */
41
+ "targetJdkVersion": string;
42
+ /**
43
+ * Object storage namespace.
44
+ */
45
+ "namespaceName": string;
46
+ /**
47
+ * Object storage bucket name.
48
+ */
49
+ "bucketName": string;
50
+ /**
51
+ * Path to the Object Storage analysis application result.
52
+ */
53
+ "analysisResultObjectStoragePath": string;
54
+ /**
55
+ * The analysis application file names result in the Object Storage.
56
+ */
57
+ "analysisResultFiles": Array<string>;
58
+ /**
59
+ * The date and time the Java Migration Analysis was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
60
+ * <p>
61
+ Example: {@code 2016-08-25T21:10:29.600Z}
62
+ *
63
+ */
64
+ "timeCreated": Date;
65
+ /**
66
+ * The date and time the Java Migration Analysis was started, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
67
+ * <p>
68
+ Example: {@code 2016-08-25T21:10:29.600Z}
69
+ *
70
+ */
71
+ "timeStarted": Date;
72
+ /**
73
+ * The date and time the Java Migration Analysis was finished, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
74
+ * <p>
75
+ Example: {@code 2016-08-25T21:10:29.600Z}
76
+ *
77
+ */
78
+ "timeFinished": Date;
79
+ "createdBy": model.Principal;
80
+ /**
81
+ * Additional info reserved for future use.
82
+ */
83
+ "metadata"?: string;
84
+ }
85
+ export declare namespace JavaMigrationAnalysisSummary {
86
+ function getJsonObj(obj: JavaMigrationAnalysisSummary): object;
87
+ function getDeserializedJsonObj(obj: JavaMigrationAnalysisSummary): object;
88
+ }
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service Utilities API
4
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.JavaMigrationAnalysisSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var JavaMigrationAnalysisSummary;
37
+ (function (JavaMigrationAnalysisSummary) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "createdBy": obj.createdBy ? model.Principal.getJsonObj(obj.createdBy) : undefined
41
+ });
42
+ return jsonObj;
43
+ }
44
+ JavaMigrationAnalysisSummary.getJsonObj = getJsonObj;
45
+ function getDeserializedJsonObj(obj) {
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "createdBy": obj.createdBy
48
+ ? model.Principal.getDeserializedJsonObj(obj.createdBy)
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ JavaMigrationAnalysisSummary.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(JavaMigrationAnalysisSummary = exports.JavaMigrationAnalysisSummary || (exports.JavaMigrationAnalysisSummary = {}));
55
+ //# sourceMappingURL=java-migration-analysis-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"java-migration-analysis-summary.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/java-migration-analysis-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2ElC,IAAiB,4BAA4B,CAuB5C;AAvBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS;SACnF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mDAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAuB5C"}
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Java Management Service Utilities API
3
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The target for the Java Migration Analysis
15
+ */
16
+ export interface JavaMigrationAnalysisTarget {
17
+ /**
18
+ * Name of the analysis project.
19
+ */
20
+ "analysisProjectName": string;
21
+ /**
22
+ * Object storage paths to the input files applications to be analysed.
23
+ */
24
+ "inputApplicationsObjectStoragePaths": Array<string>;
25
+ /**
26
+ * Version of the target JDKs.
27
+ */
28
+ "targetJdkVersions": Array<string>;
29
+ /**
30
+ * Package prefixes to be included from the migration analysis. Either this or excludePackagePrefixes can be specified.
31
+ *
32
+ */
33
+ "includePackagePrefixes"?: Array<string>;
34
+ /**
35
+ * Package prefixes to be excluded from the migration analysis. Either this or includePackagePrefixes can be specified.
36
+ *
37
+ */
38
+ "excludePackagePrefixes"?: Array<string>;
39
+ }
40
+ export declare namespace JavaMigrationAnalysisTarget {
41
+ function getJsonObj(obj: JavaMigrationAnalysisTarget): object;
42
+ function getDeserializedJsonObj(obj: JavaMigrationAnalysisTarget): object;
43
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service Utilities API
4
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.JavaMigrationAnalysisTarget = void 0;
16
+ var JavaMigrationAnalysisTarget;
17
+ (function (JavaMigrationAnalysisTarget) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ JavaMigrationAnalysisTarget.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ JavaMigrationAnalysisTarget.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(JavaMigrationAnalysisTarget = exports.JavaMigrationAnalysisTarget || (exports.JavaMigrationAnalysisTarget = {}));
29
+ //# sourceMappingURL=java-migration-analysis-target.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"java-migration-analysis-target.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/java-migration-analysis-target.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiCH,IAAiB,2BAA2B,CAW3C;AAXD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAW3C"}
@@ -0,0 +1,91 @@
1
+ /**
2
+ * Java Management Service Utilities API
3
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * To use any of the API operations, you must be authorized by an IAM policy. If you're not authorized, talk to
16
+ * an administrator. If you're an administrator who needs to write policies to give users access, see
17
+ * [Getting Started with Policies](https://docs.oracle.com/iaas/Content/Identity/policiesgs/get-started-with-policies.htm).
18
+ *
19
+ */
20
+ export interface JavaMigrationAnalysis {
21
+ /**
22
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java Migration Analysis.
23
+ */
24
+ "id": string;
25
+ /**
26
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Work Request.
27
+ */
28
+ "workRequestId": string;
29
+ /**
30
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
31
+ */
32
+ "compartmentId": string;
33
+ /**
34
+ * Name of the analysis project.
35
+ */
36
+ "analysisProjectName": string;
37
+ /**
38
+ * Object storage paths to the input files applications to be analysed.
39
+ */
40
+ "inputApplicationsObjectStoragePaths": Array<string>;
41
+ /**
42
+ * Jdk Version of the Java Migration Analysis target.
43
+ */
44
+ "targetJdkVersion": string;
45
+ /**
46
+ * Object storage namespace.
47
+ */
48
+ "namespaceName": string;
49
+ /**
50
+ * Object storage bucket name.
51
+ */
52
+ "bucketName": string;
53
+ /**
54
+ * Path to the Object Storage analysis application result.
55
+ */
56
+ "analysisResultObjectStoragePath": string;
57
+ /**
58
+ * The analysis application file names result in the Object Storage.
59
+ */
60
+ "analysisResultFiles": Array<string>;
61
+ /**
62
+ * The date and time the Java Migration Analysis was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
63
+ * <p>
64
+ Example: {@code 2016-08-25T21:10:29.600Z}
65
+ *
66
+ */
67
+ "timeCreated": Date;
68
+ /**
69
+ * The date and time the Java Migration Analysis was started, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
70
+ * <p>
71
+ Example: {@code 2016-08-25T21:10:29.600Z}
72
+ *
73
+ */
74
+ "timeStarted": Date;
75
+ /**
76
+ * The date and time the Java Migration Analysis was finished, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
77
+ * <p>
78
+ Example: {@code 2016-08-25T21:10:29.600Z}
79
+ *
80
+ */
81
+ "timeFinished": Date;
82
+ "createdBy": model.Principal;
83
+ /**
84
+ * Additional info reserved for future use.
85
+ */
86
+ "metadata"?: string;
87
+ }
88
+ export declare namespace JavaMigrationAnalysis {
89
+ function getJsonObj(obj: JavaMigrationAnalysis): object;
90
+ function getDeserializedJsonObj(obj: JavaMigrationAnalysis): object;
91
+ }
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service Utilities API
4
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.JavaMigrationAnalysis = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var JavaMigrationAnalysis;
37
+ (function (JavaMigrationAnalysis) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "createdBy": obj.createdBy ? model.Principal.getJsonObj(obj.createdBy) : undefined
41
+ });
42
+ return jsonObj;
43
+ }
44
+ JavaMigrationAnalysis.getJsonObj = getJsonObj;
45
+ function getDeserializedJsonObj(obj) {
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "createdBy": obj.createdBy
48
+ ? model.Principal.getDeserializedJsonObj(obj.createdBy)
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ JavaMigrationAnalysis.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(JavaMigrationAnalysis = exports.JavaMigrationAnalysis || (exports.JavaMigrationAnalysis = {}));
55
+ //# sourceMappingURL=java-migration-analysis.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"java-migration-analysis.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/java-migration-analysis.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8ElC,IAAiB,qBAAqB,CAuBrC;AAvBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS;SACnF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,gCAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4CAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAuBrC"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Java Management Service Utilities API
3
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The java migration work item details.
16
+ */
17
+ export interface JavaMigrationWorkItemDetails extends model.WorkItemDetails {
18
+ /**
19
+ * The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
20
+ */
21
+ "targetJdkVersion": string;
22
+ /**
23
+ * Object storage path to the input artifact/s in the form of a serialized array.
24
+ * Example: \"[\\\"/JMS/Utils/myartifacts1.jar\\\",\\\"/JMS/Utils/myartifacts2.war\\\"]\"
25
+ *
26
+ */
27
+ "inputApplicationsObjectStoragePaths": string;
28
+ /**
29
+ * Name of the analysis project.
30
+ */
31
+ "analysisProjectName": string;
32
+ "kind": string;
33
+ }
34
+ export declare namespace JavaMigrationWorkItemDetails {
35
+ function getJsonObj(obj: JavaMigrationWorkItemDetails, isParentJsonObj?: boolean): object;
36
+ const kind = "JAVA_MIGRATION";
37
+ function getDeserializedJsonObj(obj: JavaMigrationWorkItemDetails, isParentJsonObj?: boolean): object;
38
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service Utilities API
4
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.JavaMigrationWorkItemDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var JavaMigrationWorkItemDetails;
37
+ (function (JavaMigrationWorkItemDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.WorkItemDetails.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ JavaMigrationWorkItemDetails.getJsonObj = getJsonObj;
45
+ JavaMigrationWorkItemDetails.kind = "JAVA_MIGRATION";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.WorkItemDetails.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ JavaMigrationWorkItemDetails.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(JavaMigrationWorkItemDetails = exports.JavaMigrationWorkItemDetails || (exports.JavaMigrationWorkItemDetails = {}));
54
+ //# sourceMappingURL=java-migration-work-item-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"java-migration-work-item-details.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/java-migration-work-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyBlC,IAAiB,4BAA4B,CAyB5C;AAzBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GACzE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAU,aASzB,CAAA;IACY,iCAAI,GAAG,gBAAgB,CAAC;IACrC,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAkC,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,mDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyB5C"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Java Management Service Utilities API
3
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The status of the work request.
15
+ **/
16
+ export declare enum OperationStatus {
17
+ Accepted = "ACCEPTED",
18
+ InProgress = "IN_PROGRESS",
19
+ Waiting = "WAITING",
20
+ NeedsAttention = "NEEDS_ATTENTION",
21
+ Failed = "FAILED",
22
+ Succeeded = "SUCCEEDED",
23
+ Cancelling = "CANCELLING",
24
+ Cancelled = "CANCELLED",
25
+ /**
26
+ * This value is used if a service returns a value for this enum that is not recognized by this
27
+ * version of the SDK.
28
+ */
29
+ UnknownValue = "UNKNOWN_VALUE"
30
+ }
31
+ export declare namespace OperationStatus {
32
+ function getJsonObj(obj: OperationStatus): OperationStatus;
33
+ function getDeserializedJsonObj(obj: OperationStatus): OperationStatus;
34
+ }