@itwin/core-backend 4.0.0-dev.1 → 4.0.0-dev.100

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 (270) hide show
  1. package/CHANGELOG.md +68 -1
  2. package/lib/cjs/BackendHubAccess.d.ts +226 -224
  3. package/lib/cjs/BackendHubAccess.d.ts.map +1 -1
  4. package/lib/cjs/BackendHubAccess.js +41 -41
  5. package/lib/cjs/BackendHubAccess.js.map +1 -1
  6. package/lib/cjs/BackendLoggerCategory.d.ts +90 -91
  7. package/lib/cjs/BackendLoggerCategory.d.ts.map +1 -1
  8. package/lib/cjs/BackendLoggerCategory.js +98 -99
  9. package/lib/cjs/BackendLoggerCategory.js.map +1 -1
  10. package/lib/cjs/BisCoreSchema.d.ts +21 -21
  11. package/lib/cjs/BisCoreSchema.js +60 -60
  12. package/lib/cjs/BlobContainerService.d.ts +120 -0
  13. package/lib/cjs/BlobContainerService.d.ts.map +1 -0
  14. package/lib/cjs/BlobContainerService.js +18 -0
  15. package/lib/cjs/BlobContainerService.js.map +1 -0
  16. package/lib/cjs/BriefcaseManager.d.ts +184 -170
  17. package/lib/cjs/BriefcaseManager.d.ts.map +1 -1
  18. package/lib/cjs/BriefcaseManager.js +421 -414
  19. package/lib/cjs/BriefcaseManager.js.map +1 -1
  20. package/lib/cjs/Category.d.ts +153 -153
  21. package/lib/cjs/Category.js +243 -243
  22. package/lib/cjs/Category.js.map +1 -1
  23. package/lib/cjs/ChangeSummaryManager.d.ts +187 -187
  24. package/lib/cjs/ChangeSummaryManager.js +444 -445
  25. package/lib/cjs/ChangeSummaryManager.js.map +1 -1
  26. package/lib/cjs/ChangedElementsDb.d.ts +99 -99
  27. package/lib/cjs/ChangedElementsDb.js +165 -165
  28. package/lib/cjs/ChangedElementsManager.d.ts +39 -39
  29. package/lib/cjs/ChangedElementsManager.js +88 -88
  30. package/lib/cjs/ChannelControl.d.ts +70 -0
  31. package/lib/cjs/ChannelControl.d.ts.map +1 -0
  32. package/lib/cjs/ChannelControl.js +89 -0
  33. package/lib/cjs/ChannelControl.js.map +1 -0
  34. package/lib/cjs/CheckpointManager.d.ts +121 -121
  35. package/lib/cjs/CheckpointManager.d.ts.map +1 -1
  36. package/lib/cjs/CheckpointManager.js +351 -349
  37. package/lib/cjs/CheckpointManager.js.map +1 -1
  38. package/lib/cjs/ClassRegistry.d.ts +79 -79
  39. package/lib/cjs/ClassRegistry.js +249 -245
  40. package/lib/cjs/ClassRegistry.js.map +1 -1
  41. package/lib/cjs/CloudSqlite.d.ts +572 -350
  42. package/lib/cjs/CloudSqlite.d.ts.map +1 -1
  43. package/lib/cjs/CloudSqlite.js +374 -153
  44. package/lib/cjs/CloudSqlite.js.map +1 -1
  45. package/lib/cjs/CodeService.d.ts +399 -396
  46. package/lib/cjs/CodeService.d.ts.map +1 -1
  47. package/lib/cjs/CodeService.js +63 -63
  48. package/lib/cjs/CodeService.js.map +1 -1
  49. package/lib/cjs/CodeSpecs.d.ts +58 -55
  50. package/lib/cjs/CodeSpecs.d.ts.map +1 -1
  51. package/lib/cjs/CodeSpecs.js +154 -124
  52. package/lib/cjs/CodeSpecs.js.map +1 -1
  53. package/lib/cjs/ConcurrentQuery.d.ts +13 -13
  54. package/lib/cjs/ConcurrentQuery.d.ts.map +1 -1
  55. package/lib/cjs/ConcurrentQuery.js +36 -36
  56. package/lib/cjs/CustomViewState3dCreator.d.ts +21 -21
  57. package/lib/cjs/CustomViewState3dCreator.d.ts.map +1 -1
  58. package/lib/cjs/CustomViewState3dCreator.js +80 -81
  59. package/lib/cjs/CustomViewState3dCreator.js.map +1 -1
  60. package/lib/cjs/DevTools.d.ts +74 -71
  61. package/lib/cjs/DevTools.d.ts.map +1 -1
  62. package/lib/cjs/DevTools.js +156 -154
  63. package/lib/cjs/DevTools.js.map +1 -1
  64. package/lib/cjs/DisplayStyle.d.ts +104 -106
  65. package/lib/cjs/DisplayStyle.d.ts.map +1 -1
  66. package/lib/cjs/DisplayStyle.js +251 -256
  67. package/lib/cjs/DisplayStyle.js.map +1 -1
  68. package/lib/cjs/ECDb.d.ts +194 -191
  69. package/lib/cjs/ECDb.d.ts.map +1 -1
  70. package/lib/cjs/ECDb.js +351 -350
  71. package/lib/cjs/ECDb.js.map +1 -1
  72. package/lib/cjs/ECSchemaXmlContext.d.ts +18 -18
  73. package/lib/cjs/ECSchemaXmlContext.d.ts.map +1 -1
  74. package/lib/cjs/ECSchemaXmlContext.js +41 -41
  75. package/lib/cjs/ECSqlStatement.d.ts +473 -473
  76. package/lib/cjs/ECSqlStatement.js +791 -791
  77. package/lib/cjs/Element.d.ts +1105 -1109
  78. package/lib/cjs/Element.d.ts.map +1 -1
  79. package/lib/cjs/Element.js +1416 -1427
  80. package/lib/cjs/Element.js.map +1 -1
  81. package/lib/cjs/ElementAspect.d.ts +175 -179
  82. package/lib/cjs/ElementAspect.d.ts.map +1 -1
  83. package/lib/cjs/ElementAspect.js +202 -211
  84. package/lib/cjs/ElementAspect.js.map +1 -1
  85. package/lib/cjs/ElementGraphics.d.ts +9 -9
  86. package/lib/cjs/ElementGraphics.js +41 -41
  87. package/lib/cjs/ElementGraphics.js.map +1 -1
  88. package/lib/cjs/ElementTreeWalker.d.ts +162 -162
  89. package/lib/cjs/ElementTreeWalker.d.ts.map +1 -1
  90. package/lib/cjs/ElementTreeWalker.js +409 -409
  91. package/lib/cjs/ElementTreeWalker.js.map +1 -1
  92. package/lib/cjs/Entity.d.ts +102 -106
  93. package/lib/cjs/Entity.d.ts.map +1 -1
  94. package/lib/cjs/Entity.js +118 -134
  95. package/lib/cjs/Entity.js.map +1 -1
  96. package/lib/cjs/EntityReferences.d.ts +49 -49
  97. package/lib/cjs/EntityReferences.d.ts.map +1 -1
  98. package/lib/cjs/EntityReferences.js +95 -95
  99. package/lib/cjs/ExportGraphics.d.ts +317 -317
  100. package/lib/cjs/ExportGraphics.d.ts.map +1 -1
  101. package/lib/cjs/ExportGraphics.js +208 -208
  102. package/lib/cjs/ExternalSource.d.ts +95 -96
  103. package/lib/cjs/ExternalSource.d.ts.map +1 -1
  104. package/lib/cjs/ExternalSource.js +130 -131
  105. package/lib/cjs/ExternalSource.js.map +1 -1
  106. package/lib/cjs/GeoCoordConfig.d.ts +19 -19
  107. package/lib/cjs/GeoCoordConfig.js +85 -85
  108. package/lib/cjs/GeoCoordConfig.js.map +1 -1
  109. package/lib/cjs/GeometrySummary.d.ts +4 -4
  110. package/lib/cjs/GeometrySummary.js +333 -333
  111. package/lib/cjs/GeometrySummary.js.map +1 -1
  112. package/lib/cjs/HubMock.d.ts +94 -94
  113. package/lib/cjs/HubMock.js +220 -222
  114. package/lib/cjs/HubMock.js.map +1 -1
  115. package/lib/cjs/IModelCloneContext.d.ts +8 -8
  116. package/lib/cjs/IModelCloneContext.d.ts.map +1 -1
  117. package/lib/cjs/IModelCloneContext.js +15 -15
  118. package/lib/cjs/IModelDb.d.ts +1222 -1196
  119. package/lib/cjs/IModelDb.d.ts.map +1 -1
  120. package/lib/cjs/IModelDb.js +2389 -2392
  121. package/lib/cjs/IModelDb.js.map +1 -1
  122. package/lib/cjs/IModelElementCloneContext.d.ts +89 -89
  123. package/lib/cjs/IModelElementCloneContext.js +159 -159
  124. package/lib/cjs/IModelHost.d.ts +370 -369
  125. package/lib/cjs/IModelHost.d.ts.map +1 -1
  126. package/lib/cjs/IModelHost.js +476 -496
  127. package/lib/cjs/IModelHost.js.map +1 -1
  128. package/lib/cjs/IModelJsFs.d.ts +62 -62
  129. package/lib/cjs/IModelJsFs.js +139 -140
  130. package/lib/cjs/IModelJsFs.js.map +1 -1
  131. package/lib/cjs/IpcHost.d.ts +104 -104
  132. package/lib/cjs/IpcHost.js +276 -278
  133. package/lib/cjs/IpcHost.js.map +1 -1
  134. package/lib/cjs/LineStyle.d.ts +311 -311
  135. package/lib/cjs/LineStyle.js +295 -295
  136. package/lib/cjs/LocalHub.d.ts +162 -162
  137. package/lib/cjs/LocalHub.d.ts.map +1 -1
  138. package/lib/cjs/LocalHub.js +579 -584
  139. package/lib/cjs/LocalHub.js.map +1 -1
  140. package/lib/cjs/LocalhostIpcHost.d.ts +21 -20
  141. package/lib/cjs/LocalhostIpcHost.d.ts.map +1 -1
  142. package/lib/cjs/LocalhostIpcHost.js +79 -81
  143. package/lib/cjs/LocalhostIpcHost.js.map +1 -1
  144. package/lib/cjs/Material.d.ts +131 -131
  145. package/lib/cjs/Material.d.ts.map +1 -1
  146. package/lib/cjs/Material.js +185 -181
  147. package/lib/cjs/Material.js.map +1 -1
  148. package/lib/cjs/Model.d.ts +391 -392
  149. package/lib/cjs/Model.d.ts.map +1 -1
  150. package/lib/cjs/Model.js +487 -485
  151. package/lib/cjs/Model.js.map +1 -1
  152. package/lib/cjs/NativeAppStorage.d.ts +51 -51
  153. package/lib/cjs/NativeAppStorage.js +202 -202
  154. package/lib/cjs/NativeAppStorage.js.map +1 -1
  155. package/lib/cjs/NativeHost.d.ts +52 -52
  156. package/lib/cjs/NativeHost.d.ts.map +1 -1
  157. package/lib/cjs/NativeHost.js +158 -163
  158. package/lib/cjs/NativeHost.js.map +1 -1
  159. package/lib/cjs/NavigationRelationship.d.ts +156 -156
  160. package/lib/cjs/NavigationRelationship.js +225 -225
  161. package/lib/cjs/NavigationRelationship.js.map +1 -1
  162. package/lib/cjs/PromiseMemoizer.d.ts +51 -51
  163. package/lib/cjs/PromiseMemoizer.d.ts.map +1 -1
  164. package/lib/cjs/PromiseMemoizer.js +101 -101
  165. package/lib/cjs/PromiseMemoizer.js.map +1 -1
  166. package/lib/cjs/PropertyStore.d.ts +123 -132
  167. package/lib/cjs/PropertyStore.d.ts.map +1 -1
  168. package/lib/cjs/PropertyStore.js +179 -11
  169. package/lib/cjs/PropertyStore.js.map +1 -1
  170. package/lib/cjs/Relationship.d.ts +413 -416
  171. package/lib/cjs/Relationship.d.ts.map +1 -1
  172. package/lib/cjs/Relationship.js +491 -494
  173. package/lib/cjs/Relationship.js.map +1 -1
  174. package/lib/cjs/RpcBackend.d.ts +5 -5
  175. package/lib/cjs/RpcBackend.js +32 -32
  176. package/lib/cjs/SQLiteDb.d.ts +317 -219
  177. package/lib/cjs/SQLiteDb.d.ts.map +1 -1
  178. package/lib/cjs/SQLiteDb.js +318 -214
  179. package/lib/cjs/SQLiteDb.js.map +1 -1
  180. package/lib/cjs/Schema.d.ts +55 -55
  181. package/lib/cjs/Schema.js +83 -83
  182. package/lib/cjs/Schema.js.map +1 -1
  183. package/lib/cjs/ServerBasedLocks.d.ts +57 -57
  184. package/lib/cjs/ServerBasedLocks.js +168 -168
  185. package/lib/cjs/ServerBasedLocks.js.map +1 -1
  186. package/lib/cjs/SqliteStatement.d.ts +360 -360
  187. package/lib/cjs/SqliteStatement.d.ts.map +1 -1
  188. package/lib/cjs/SqliteStatement.js +586 -586
  189. package/lib/cjs/Texture.d.ts +58 -58
  190. package/lib/cjs/Texture.js +82 -82
  191. package/lib/cjs/Texture.js.map +1 -1
  192. package/lib/cjs/TileStorage.d.ts +44 -18
  193. package/lib/cjs/TileStorage.d.ts.map +1 -1
  194. package/lib/cjs/TileStorage.js +109 -90
  195. package/lib/cjs/TileStorage.js.map +1 -1
  196. package/lib/cjs/TxnManager.d.ts +202 -202
  197. package/lib/cjs/TxnManager.d.ts.map +1 -1
  198. package/lib/cjs/TxnManager.js +356 -356
  199. package/lib/cjs/TxnManager.js.map +1 -1
  200. package/lib/cjs/ViewDefinition.d.ts +429 -439
  201. package/lib/cjs/ViewDefinition.d.ts.map +1 -1
  202. package/lib/cjs/ViewDefinition.js +640 -646
  203. package/lib/cjs/ViewDefinition.js.map +1 -1
  204. package/lib/cjs/ViewStateHydrator.d.ts +13 -13
  205. package/lib/cjs/ViewStateHydrator.js +103 -103
  206. package/lib/cjs/core-backend.d.ts +181 -184
  207. package/lib/cjs/core-backend.d.ts.map +1 -1
  208. package/lib/cjs/core-backend.js +205 -204
  209. package/lib/cjs/core-backend.js.map +1 -1
  210. package/lib/cjs/domains/FunctionalElements.d.ts +101 -101
  211. package/lib/cjs/domains/FunctionalElements.js +145 -145
  212. package/lib/cjs/domains/FunctionalElements.js.map +1 -1
  213. package/lib/cjs/domains/FunctionalSchema.d.ts +13 -13
  214. package/lib/cjs/domains/FunctionalSchema.d.ts.map +1 -1
  215. package/lib/cjs/domains/FunctionalSchema.js +39 -40
  216. package/lib/cjs/domains/FunctionalSchema.js.map +1 -1
  217. package/lib/cjs/domains/GenericElements.d.ts +177 -177
  218. package/lib/cjs/domains/GenericElements.js +263 -263
  219. package/lib/cjs/domains/GenericSchema.d.ts +10 -10
  220. package/lib/cjs/domains/GenericSchema.js +28 -28
  221. package/lib/cjs/rpc/multipart.d.ts +11 -11
  222. package/lib/cjs/rpc/multipart.js +71 -71
  223. package/lib/cjs/rpc/tracing.d.ts +28 -28
  224. package/lib/cjs/rpc/tracing.js +73 -74
  225. package/lib/cjs/rpc/tracing.js.map +1 -1
  226. package/lib/cjs/rpc/web/logging.d.ts +9 -9
  227. package/lib/cjs/rpc/web/logging.js +43 -43
  228. package/lib/cjs/rpc/web/request.d.ts +6 -6
  229. package/lib/cjs/rpc/web/request.js +73 -74
  230. package/lib/cjs/rpc/web/request.js.map +1 -1
  231. package/lib/cjs/rpc/web/response.d.ts +6 -6
  232. package/lib/cjs/rpc/web/response.js +105 -106
  233. package/lib/cjs/rpc/web/response.js.map +1 -1
  234. package/lib/cjs/rpc-impl/DevToolsRpcImpl.d.ts +15 -15
  235. package/lib/cjs/rpc-impl/DevToolsRpcImpl.js +32 -32
  236. package/lib/cjs/rpc-impl/IModelReadRpcImpl.d.ts +47 -47
  237. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js +293 -294
  238. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js.map +1 -1
  239. package/lib/cjs/rpc-impl/IModelTileRpcImpl.d.ts +20 -22
  240. package/lib/cjs/rpc-impl/IModelTileRpcImpl.d.ts.map +1 -1
  241. package/lib/cjs/rpc-impl/IModelTileRpcImpl.js +193 -205
  242. package/lib/cjs/rpc-impl/IModelTileRpcImpl.js.map +1 -1
  243. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.d.ts +36 -36
  244. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js +166 -168
  245. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js.map +1 -1
  246. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.d.ts +16 -16
  247. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js +42 -43
  248. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js.map +1 -1
  249. package/lib/cjs/rpc-impl/WipRpcImpl.d.ts +15 -15
  250. package/lib/cjs/rpc-impl/WipRpcImpl.js +37 -37
  251. package/lib/cjs/workspace/Settings.d.ts +186 -186
  252. package/lib/cjs/workspace/Settings.d.ts.map +1 -1
  253. package/lib/cjs/workspace/Settings.js +155 -155
  254. package/lib/cjs/workspace/Settings.js.map +1 -1
  255. package/lib/cjs/workspace/SettingsSchemas.d.ts +75 -75
  256. package/lib/cjs/workspace/SettingsSchemas.js +190 -191
  257. package/lib/cjs/workspace/SettingsSchemas.js.map +1 -1
  258. package/lib/cjs/workspace/Workspace.d.ts +411 -414
  259. package/lib/cjs/workspace/Workspace.d.ts.map +1 -1
  260. package/lib/cjs/workspace/Workspace.js +521 -543
  261. package/lib/cjs/workspace/Workspace.js.map +1 -1
  262. package/package.json +25 -28
  263. package/lib/cjs/AliCloudStorageService.d.ts +0 -24
  264. package/lib/cjs/AliCloudStorageService.d.ts.map +0 -1
  265. package/lib/cjs/AliCloudStorageService.js +0 -72
  266. package/lib/cjs/AliCloudStorageService.js.map +0 -1
  267. package/lib/cjs/CloudStorageBackend.d.ts +0 -59
  268. package/lib/cjs/CloudStorageBackend.d.ts.map +0 -1
  269. package/lib/cjs/CloudStorageBackend.js +0 -174
  270. package/lib/cjs/CloudStorageBackend.js.map +0 -1
@@ -1,448 +1,447 @@
1
- "use strict";
2
- /*---------------------------------------------------------------------------------------------
3
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
- * See LICENSE.md in the project root for license terms and full copyright notice.
5
- *--------------------------------------------------------------------------------------------*/
6
- /** @packageDocumentation
7
- * @module iModels
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.ChangeSummaryManager = void 0;
11
- const core_bentley_1 = require("@itwin/core-bentley");
12
- const core_common_1 = require("@itwin/core-common");
13
- const path = require("path");
14
- const BackendLoggerCategory_1 = require("./BackendLoggerCategory");
15
- const BriefcaseManager_1 = require("./BriefcaseManager");
16
- const ECDb_1 = require("./ECDb");
17
- const IModelDb_1 = require("./IModelDb");
18
- const IModelHost_1 = require("./IModelHost");
19
- const IModelJsFs_1 = require("./IModelJsFs");
20
- const loggerCategory = BackendLoggerCategory_1.BackendLoggerCategory.ECDb;
21
- /** Class to extract Change Summaries for a briefcase.
22
- *
23
- * See also:
24
- * - [ChangeSummary Overview]($docs/learning/ChangeSummaries)
25
- * @beta
26
- */
27
- class ChangeSummaryManager {
28
- /** Determines whether the *Change Cache file* is attached to the specified iModel or not
29
- * @param iModel iModel to check whether a *Change Cache file* is attached
30
- * @returns Returns true if the *Change Cache file* is attached to the iModel. false otherwise
31
- */
32
- static isChangeCacheAttached(iModel) {
33
- if (!iModel || !iModel.isOpen)
34
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, "Briefcase must be open");
35
- return iModel.nativeDb.isChangeCacheAttached();
36
- }
37
- /** Attaches the *Change Cache file* to the specified iModel if it hasn't been attached yet.
38
- * A new *Change Cache file* will be created for the iModel if it hasn't existed before.
39
- * @param iModel iModel to attach the *Change Cache file* file to
40
- * @throws [IModelError]($common)
41
- */
42
- static attachChangeCache(iModel) {
43
- if (!iModel || !iModel.isOpen)
44
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, "Briefcase must be open");
45
- if (ChangeSummaryManager.isChangeCacheAttached(iModel))
46
- return;
47
- const changesCacheFilePath = BriefcaseManager_1.BriefcaseManager.getChangeCachePathName(iModel.iModelId);
48
- if (!IModelJsFs_1.IModelJsFs.existsSync(changesCacheFilePath)) {
49
- (0, core_bentley_1.using)(new ECDb_1.ECDb(), (changeCacheFile) => {
50
- ChangeSummaryManager.createChangeCacheFile(iModel, changeCacheFile, changesCacheFilePath);
51
- });
52
- }
53
- (0, core_bentley_1.assert)(IModelJsFs_1.IModelJsFs.existsSync(changesCacheFilePath));
54
- const res = iModel.nativeDb.attachChangeCache(changesCacheFilePath);
55
- if (res !== core_bentley_1.DbResult.BE_SQLITE_OK)
56
- throw new core_common_1.IModelError(res, `Failed to attach Change Cache file to ${iModel.pathName}.`);
57
- }
58
- /** Detaches the *Change Cache file* from the specified iModel.
59
- * - note that this method will cause any pending (currently running or queued) queries to fail
60
- * @param iModel iModel to detach the *Change Cache file* to
61
- * @throws [IModelError]($common) in case of errors, e.g. if no *Change Cache file* was attached before.
62
- */
63
- static detachChangeCache(iModel) {
64
- if (!iModel || !iModel.isOpen)
65
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, "Briefcase must be open");
66
- iModel.clearCaches();
67
- const res = iModel.nativeDb.detachChangeCache();
68
- if (res !== core_bentley_1.DbResult.BE_SQLITE_OK)
69
- throw new core_common_1.IModelError(res, `Failed to detach Change Cache file from ${iModel.pathName}.`);
70
- }
71
- /** Extracts change summaries from the specified iModel.
72
- * Change summaries are extracted from the version the iModel was opened with up through the specified start version.
73
- * If no start version has been specified, the first version will be used.
74
- * @param accessToken A valid access token string
75
- * @param iModel iModel to extract change summaries for. The iModel must not be a standalone iModel.
76
- * Note: For every version to extract a summary from, the method moves the iModel to that version before extraction. After
77
- * the extraction has completed, the iModel is moved back to the original version.
78
- * @param options Extraction options
79
- * @return the Ids of the extracted change summaries.
80
- * @throws [IModelError]($common) if the iModel is standalone
81
- * @deprecated in 2.x. Use [ChangeSummaryManager.createChangeSummaries]($core-backend) instead
82
- */
83
- static async extractChangeSummaries(accessToken, iModel, options) {
84
- if (!(iModel === null || iModel === void 0 ? void 0 : iModel.isOpen))
85
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, "Briefcase must be open");
86
- const iModelId = iModel.iModelId;
87
- const endChangeSetId = iModel.changeset.id;
88
- (0, core_bentley_1.assert)(endChangeSetId.length !== 0);
89
- let startChangeSetId = "";
90
- if (options) {
91
- if (options.startVersion) {
92
- startChangeSetId = (await IModelHost_1.IModelHost.hubAccess.getChangesetFromVersion({ version: options.startVersion, accessToken, iModelId })).id;
93
- }
94
- else if (options.currentVersionOnly) {
95
- startChangeSetId = endChangeSetId;
96
- }
97
- }
98
- core_bentley_1.Logger.logInfo(loggerCategory, "Started Change Summary extraction...", () => ({ iModelId, startChangeSetId, endChangeSetId }));
99
- const totalPerf = new core_bentley_1.PerfLogger(`ChangeSummaryManager.extractChangeSummaries [ChangeSets: ${startChangeSetId} through ${endChangeSetId}, iModel: ${iModelId}]`);
100
- // download necessary changesets if they were not downloaded before and retrieve infos about those changesets
101
- let perfLogger = new core_bentley_1.PerfLogger("ChangeSummaryManager.extractChangeSummaries>Retrieve ChangeSetInfos and download Changesets from Hub");
102
- const first = (await IModelHost_1.IModelHost.hubAccess.queryChangeset({ iModelId, changeset: { id: startChangeSetId }, accessToken })).index;
103
- const end = (await IModelHost_1.IModelHost.hubAccess.queryChangeset({ iModelId, changeset: { id: endChangeSetId }, accessToken })).index;
104
- const changeSetInfos = await IModelHost_1.IModelHost.hubAccess.downloadChangesets({ accessToken, iModelId, range: { first, end }, targetDir: BriefcaseManager_1.BriefcaseManager.getChangeSetsPath(iModelId) });
105
- perfLogger.dispose();
106
- core_bentley_1.Logger.logTrace(loggerCategory, "Retrieved changesets to extract from from cache or from hub.", () => ({ iModelId, startChangeSetId, endChangeSetId, changeSets: changeSetInfos }));
107
- // Ensure change cache is detached as it's being written to during the extraction
108
- if (this.isChangeCacheAttached(iModel)) {
109
- throw new core_common_1.IModelError(core_bentley_1.DbResult.BE_SQLITE_ERROR, "Change cache must be detached before extraction");
110
- }
111
- perfLogger = new core_bentley_1.PerfLogger("ChangeSummaryManager.extractChangeSummaries>Open or create local Change Cache file");
112
- const changesFile = ChangeSummaryManager.openOrCreateChangesFile(iModel);
113
- (0, core_bentley_1.assert)(changesFile.nativeDb !== undefined, "Should not happen as an exception should have been thrown in that case");
114
- perfLogger.dispose();
115
- core_bentley_1.Logger.logTrace(loggerCategory, "Opened or created Changes Cachefile.", () => ({ iModelId, startChangeSetId, endChangeSetId }));
116
- try {
117
- // extract summaries from end changeset through start changeset, so that we only have to go back in history
118
- const changeSetCount = changeSetInfos.length;
119
- const endChangeSetIx = changeSetCount - 1;
120
- const summaries = [];
121
- for (let i = endChangeSetIx; i >= 0; i--) {
122
- const currentChangeSetInfo = changeSetInfos[i];
123
- const currentChangeSetId = currentChangeSetInfo.id;
124
- core_bentley_1.Logger.logInfo(loggerCategory, `Started Change Summary extraction for changeset #${i + 1}...`, () => ({ iModelId, changeSetId: currentChangeSetId }));
125
- const existingSummaryId = ChangeSummaryManager.isSummaryAlreadyExtracted(changesFile, currentChangeSetId);
126
- if (!!existingSummaryId) {
127
- core_bentley_1.Logger.logInfo(loggerCategory, `Change Summary for changeset #${i + 1} already exists. It is not extracted again.`, () => ({ iModelId, changeSetId: currentChangeSetId }));
128
- summaries.push(existingSummaryId);
129
- continue;
130
- }
131
- // iModel is at end changeset, so no need to reverse for it.
132
- if (i !== endChangeSetIx) {
133
- perfLogger = new core_bentley_1.PerfLogger("ChangeSummaryManager.extractChangeSummaries>Roll iModel to previous changeset");
134
- await iModel.pullChanges({ accessToken, toIndex: currentChangeSetInfo.index });
135
- perfLogger.dispose();
136
- core_bentley_1.Logger.logTrace(loggerCategory, `Moved iModel to changeset #${i + 1} to extract summary from.`, () => ({ iModelId, changeSetId: currentChangeSetId }));
137
- }
138
- const changeSetFilePath = currentChangeSetInfo.pathname;
139
- if (!IModelJsFs_1.IModelJsFs.existsSync(changeSetFilePath))
140
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.FileNotFound, `Failed to extract change summary: ChangeSet file "${changeSetFilePath}" does not exist.`);
141
- perfLogger = new core_bentley_1.PerfLogger("ChangeSummaryManager.extractChangeSummaries>Extract ChangeSummary");
142
- const stat = iModel.nativeDb.extractChangeSummary(changesFile.nativeDb, changeSetFilePath);
143
- perfLogger.dispose();
144
- if (stat.error && stat.error.status !== core_bentley_1.DbResult.BE_SQLITE_OK)
145
- throw new core_common_1.IModelError(stat.error.status, stat.error.message);
146
- core_bentley_1.Logger.logTrace(loggerCategory, `Actual Change summary extraction done for changeset #${i + 1}.`, () => ({ iModelId, changeSetId: currentChangeSetId }));
147
- perfLogger = new core_bentley_1.PerfLogger("ChangeSummaryManager.extractChangeSummaries>Add ChangeSet info to ChangeSummary");
148
- (0, core_bentley_1.assert)(undefined !== stat.result);
149
- const changeSummaryId = stat.result;
150
- summaries.push(changeSummaryId);
151
- ChangeSummaryManager.addExtendedInfos(changesFile, changeSummaryId, currentChangeSetId, currentChangeSetInfo.parentId, currentChangeSetInfo.description, currentChangeSetInfo.pushDate, currentChangeSetInfo.userCreated);
152
- perfLogger.dispose();
153
- core_bentley_1.Logger.logTrace(loggerCategory, `Added extended infos to Change Summary for changeset #${i + 1}.`, () => ({ iModelId, changeSetId: currentChangeSetId }));
154
- core_bentley_1.Logger.logInfo(loggerCategory, `Finished Change Summary extraction for changeset #${i + 1}.`, () => ({ iModelId, changeSetId: currentChangeSetId }));
155
- }
156
- changesFile.saveChanges();
157
- return summaries;
158
- }
159
- finally {
160
- changesFile.dispose();
161
- perfLogger = new core_bentley_1.PerfLogger("ChangeSummaryManager.extractChangeSummaries>Move iModel to original changeset");
162
- if (iModel.changeset.id !== endChangeSetId)
163
- await iModel.pullChanges({ accessToken });
164
- perfLogger.dispose();
165
- core_bentley_1.Logger.logTrace(loggerCategory, "Moved iModel to initial changeset (the end changeset).", () => ({ iModelId, startChangeSetId, endChangeSetId }));
166
- totalPerf.dispose();
167
- core_bentley_1.Logger.logInfo(loggerCategory, "Finished Change Summary extraction.", () => ({ iModelId, startChangeSetId, endChangeSetId }));
168
- }
169
- }
170
- static openOrCreateChangesFile(iModel) {
171
- if (!(iModel === null || iModel === void 0 ? void 0 : iModel.isOpen))
172
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, "Invalid iModel handle. iModel must be open.");
173
- const changesFile = new ECDb_1.ECDb();
174
- const changeCacheFilePath = BriefcaseManager_1.BriefcaseManager.getChangeCachePathName(iModel.iModelId);
175
- if (IModelJsFs_1.IModelJsFs.existsSync(changeCacheFilePath)) {
176
- ChangeSummaryManager.openChangeCacheFile(changesFile, changeCacheFilePath);
177
- return changesFile;
178
- }
179
- try {
180
- ChangeSummaryManager.createChangeCacheFile(iModel, changesFile, changeCacheFilePath);
181
- return changesFile;
182
- }
183
- catch (e) {
184
- // delete cache file again in case it was created but schema import failed
185
- if (IModelJsFs_1.IModelJsFs.existsSync(changeCacheFilePath))
186
- IModelJsFs_1.IModelJsFs.removeSync(changeCacheFilePath);
187
- throw e;
188
- }
189
- }
190
- static createChangeCacheFile(iModel, changesFile, changeCacheFilePath) {
191
- if (!(iModel === null || iModel === void 0 ? void 0 : iModel.isOpen))
192
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, "Invalid iModel object. iModel must be open.");
193
- const stat = iModel.nativeDb.createChangeCache(changesFile.nativeDb, changeCacheFilePath);
194
- if (stat !== core_bentley_1.DbResult.BE_SQLITE_OK)
195
- throw new core_common_1.IModelError(stat, `Failed to create Change Cache file at "${changeCacheFilePath}".`);
196
- // Extended information like changeset ids, push dates are persisted in the IModelChange ECSchema
197
- changesFile.importSchema(ChangeSummaryManager.getExtendedSchemaPath());
198
- }
199
- static openChangeCacheFile(changesFile, changeCacheFilePath) {
200
- changesFile.openDb(changeCacheFilePath, ECDb_1.ECDbOpenMode.FileUpgrade);
201
- const actualSchemaVersion = changesFile.withPreparedStatement("SELECT VersionMajor read,VersionWrite write,VersionMinor minor FROM meta.ECSchemaDef WHERE Name='IModelChange'", (stmt) => {
202
- if (stmt.step() !== core_bentley_1.DbResult.BE_SQLITE_ROW)
203
- throw new core_common_1.IModelError(core_bentley_1.DbResult.BE_SQLITE_ERROR, "File is not a valid Change Cache file.");
204
- return stmt.getRow();
205
- });
206
- if (actualSchemaVersion.read === ChangeSummaryManager._currentIModelChangeSchemaVersion.read &&
207
- actualSchemaVersion.write === ChangeSummaryManager._currentIModelChangeSchemaVersion.write &&
208
- actualSchemaVersion.minor === ChangeSummaryManager._currentIModelChangeSchemaVersion.minor)
209
- return;
210
- changesFile.importSchema(ChangeSummaryManager.getExtendedSchemaPath());
211
- }
212
- static getExtendedSchemaPath() { return path.join(IModelHost_1.KnownLocations.packageAssetsDir, "IModelChange.02.00.00.ecschema.xml"); }
213
- static isSummaryAlreadyExtracted(changesFile, changeSetId) {
214
- return changesFile.withPreparedStatement("SELECT Summary.Id summaryid FROM imodelchange.ChangeSet WHERE WsgId=?", (stmt) => {
215
- stmt.bindString(1, changeSetId);
216
- if (core_bentley_1.DbResult.BE_SQLITE_ROW === stmt.step())
217
- return stmt.getValue(0).getId();
218
- return undefined;
219
- });
220
- }
221
- static addExtendedInfos(changesFile, changeSummaryId, changesetWsgId, changesetParentWsgId, description, changesetPushDate, changeSetUserCreated) {
222
- changesFile.withPreparedStatement("INSERT INTO imodelchange.ChangeSet(Summary.Id,WsgId,ParentWsgId,Description,PushDate,UserCreated) VALUES(?,?,?,?,?,?)", (stmt) => {
223
- stmt.bindId(1, changeSummaryId);
224
- stmt.bindString(2, changesetWsgId);
225
- if (changesetParentWsgId)
226
- stmt.bindString(3, changesetParentWsgId);
227
- if (description)
228
- stmt.bindString(4, description);
229
- if (changesetPushDate)
230
- stmt.bindDateTime(5, changesetPushDate);
231
- if (changeSetUserCreated)
232
- stmt.bindString(6, changeSetUserCreated);
233
- const r = stmt.step();
234
- if (r !== core_bentley_1.DbResult.BE_SQLITE_DONE)
235
- throw new core_common_1.IModelError(r, `Failed to add changeset information to extracted change summary ${changeSummaryId}`);
236
- });
237
- }
238
- /** Queries the ChangeSummary for the specified change summary id
239
- *
240
- * See also
241
- * - `ECDbChange.ChangeSummary` ECClass in the *ECDbChange* ECSchema
242
- * - [Change Summary Overview]($docs/learning/ChangeSummaries)
243
- * @param iModel iModel
244
- * @param changeSummaryId ECInstanceId of the ChangeSummary
245
- * @returns Returns the requested ChangeSummary object
246
- * @throws [IModelError]($common) If change summary does not exist for the specified id, or if the
247
- * change cache file hasn't been attached, or in case of other errors.
248
- */
249
- static queryChangeSummary(iModel, changeSummaryId) {
250
- if (!ChangeSummaryManager.isChangeCacheAttached(iModel))
251
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, "Change Cache file must be attached to iModel.");
252
- return iModel.withPreparedStatement("SELECT WsgId,ParentWsgId,Description,PushDate,UserCreated FROM ecchange.imodelchange.ChangeSet WHERE Summary.Id=?", (stmt) => {
253
- stmt.bindId(1, changeSummaryId);
254
- if (stmt.step() !== core_bentley_1.DbResult.BE_SQLITE_ROW)
255
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, `No ChangeSet information found for ChangeSummary ${changeSummaryId}.`);
256
- const row = stmt.getRow();
257
- return { id: changeSummaryId, changeSet: { wsgId: row.wsgId, parentWsgId: row.parentWsgId, description: row.description, pushDate: row.pushDate, userCreated: row.userCreated } };
258
- });
259
- }
260
- /** Queries the InstanceChange for the specified instance change id.
261
- *
262
- * See also
263
- * - `ECDbChange.InstanceChange` ECClass in the *ECDbChange* ECSchema
264
- * - [Change Summary Overview]($docs/learning/ChangeSummaries)
265
- * @param iModel iModel
266
- * @param instanceChangeId ECInstanceId of the InstanceChange (see `ECDbChange.InstanceChange` ECClass in the *ECDbChange* ECSchema)
267
- * @returns Returns the requested InstanceChange object (see `ECDbChange.InstanceChange` ECClass in the *ECDbChange* ECSchema)
268
- * @throws [IModelError]($common) if instance change does not exist for the specified id, or if the
269
- * change cache file hasn't been attached, or in case of other errors.
270
- */
271
- static queryInstanceChange(iModel, instanceChangeId) {
272
- if (!ChangeSummaryManager.isChangeCacheAttached(iModel))
273
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, "Change Cache file must be attached to iModel.");
274
- // query instance changes
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module iModels
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.ChangeSummaryManager = void 0;
11
+ const core_bentley_1 = require("@itwin/core-bentley");
12
+ const core_common_1 = require("@itwin/core-common");
13
+ const path = require("path");
14
+ const BackendLoggerCategory_1 = require("./BackendLoggerCategory");
15
+ const BriefcaseManager_1 = require("./BriefcaseManager");
16
+ const ECDb_1 = require("./ECDb");
17
+ const IModelDb_1 = require("./IModelDb");
18
+ const IModelHost_1 = require("./IModelHost");
19
+ const IModelJsFs_1 = require("./IModelJsFs");
20
+ const loggerCategory = BackendLoggerCategory_1.BackendLoggerCategory.ECDb;
21
+ /** Class to extract Change Summaries for a briefcase.
22
+ *
23
+ * See also:
24
+ * - [ChangeSummary Overview]($docs/learning/ChangeSummaries)
25
+ * @beta
26
+ */
27
+ class ChangeSummaryManager {
28
+ /** Determines whether the *Change Cache file* is attached to the specified iModel or not
29
+ * @param iModel iModel to check whether a *Change Cache file* is attached
30
+ * @returns Returns true if the *Change Cache file* is attached to the iModel. false otherwise
31
+ */
32
+ static isChangeCacheAttached(iModel) {
33
+ if (!iModel || !iModel.isOpen)
34
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, "Briefcase must be open");
35
+ return iModel.nativeDb.isChangeCacheAttached();
36
+ }
37
+ /** Attaches the *Change Cache file* to the specified iModel if it hasn't been attached yet.
38
+ * A new *Change Cache file* will be created for the iModel if it hasn't existed before.
39
+ * @param iModel iModel to attach the *Change Cache file* file to
40
+ * @throws [IModelError]($common)
41
+ */
42
+ static attachChangeCache(iModel) {
43
+ if (!iModel || !iModel.isOpen)
44
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, "Briefcase must be open");
45
+ if (ChangeSummaryManager.isChangeCacheAttached(iModel))
46
+ return;
47
+ const changesCacheFilePath = BriefcaseManager_1.BriefcaseManager.getChangeCachePathName(iModel.iModelId);
48
+ if (!IModelJsFs_1.IModelJsFs.existsSync(changesCacheFilePath)) {
49
+ (0, core_bentley_1.using)(new ECDb_1.ECDb(), (changeCacheFile) => {
50
+ ChangeSummaryManager.createChangeCacheFile(iModel, changeCacheFile, changesCacheFilePath);
51
+ });
52
+ }
53
+ (0, core_bentley_1.assert)(IModelJsFs_1.IModelJsFs.existsSync(changesCacheFilePath));
54
+ const res = iModel.nativeDb.attachChangeCache(changesCacheFilePath);
55
+ if (res !== core_bentley_1.DbResult.BE_SQLITE_OK)
56
+ throw new core_common_1.IModelError(res, `Failed to attach Change Cache file to ${iModel.pathName}.`);
57
+ }
58
+ /** Detaches the *Change Cache file* from the specified iModel.
59
+ * - note that this method will cause any pending (currently running or queued) queries to fail
60
+ * @param iModel iModel to detach the *Change Cache file* to
61
+ * @throws [IModelError]($common) in case of errors, e.g. if no *Change Cache file* was attached before.
62
+ */
63
+ static detachChangeCache(iModel) {
64
+ if (!iModel || !iModel.isOpen)
65
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, "Briefcase must be open");
66
+ iModel.clearCaches();
67
+ const res = iModel.nativeDb.detachChangeCache();
68
+ if (res !== core_bentley_1.DbResult.BE_SQLITE_OK)
69
+ throw new core_common_1.IModelError(res, `Failed to detach Change Cache file from ${iModel.pathName}.`);
70
+ }
71
+ /** Extracts change summaries from the specified iModel.
72
+ * Change summaries are extracted from the version the iModel was opened with up through the specified start version.
73
+ * If no start version has been specified, the first version will be used.
74
+ * @param accessToken A valid access token string
75
+ * @param iModel iModel to extract change summaries for. The iModel must not be a standalone iModel.
76
+ * Note: For every version to extract a summary from, the method moves the iModel to that version before extraction. After
77
+ * the extraction has completed, the iModel is moved back to the original version.
78
+ * @param options Extraction options
79
+ * @return the Ids of the extracted change summaries.
80
+ * @throws [IModelError]($common) if the iModel is standalone
81
+ * @deprecated in 2.x. Use [ChangeSummaryManager.createChangeSummaries]($core-backend) instead
82
+ */
83
+ static async extractChangeSummaries(accessToken, iModel, options) {
84
+ if (!iModel?.isOpen)
85
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, "Briefcase must be open");
86
+ const iModelId = iModel.iModelId;
87
+ const endChangeSetId = iModel.changeset.id;
88
+ (0, core_bentley_1.assert)(endChangeSetId.length !== 0);
89
+ let startChangeSetId = "";
90
+ if (options) {
91
+ if (options.startVersion) {
92
+ startChangeSetId = (await IModelHost_1.IModelHost.hubAccess.getChangesetFromVersion({ version: options.startVersion, accessToken, iModelId })).id;
93
+ }
94
+ else if (options.currentVersionOnly) {
95
+ startChangeSetId = endChangeSetId;
96
+ }
97
+ }
98
+ core_bentley_1.Logger.logInfo(loggerCategory, "Started Change Summary extraction...", () => ({ iModelId, startChangeSetId, endChangeSetId }));
99
+ const totalPerf = new core_bentley_1.PerfLogger(`ChangeSummaryManager.extractChangeSummaries [ChangeSets: ${startChangeSetId} through ${endChangeSetId}, iModel: ${iModelId}]`);
100
+ // download necessary changesets if they were not downloaded before and retrieve infos about those changesets
101
+ let perfLogger = new core_bentley_1.PerfLogger("ChangeSummaryManager.extractChangeSummaries>Retrieve ChangeSetInfos and download Changesets from Hub");
102
+ const first = (await IModelHost_1.IModelHost.hubAccess.queryChangeset({ iModelId, changeset: { id: startChangeSetId }, accessToken })).index;
103
+ const end = (await IModelHost_1.IModelHost.hubAccess.queryChangeset({ iModelId, changeset: { id: endChangeSetId }, accessToken })).index;
104
+ const changeSetInfos = await IModelHost_1.IModelHost.hubAccess.downloadChangesets({ accessToken, iModelId, range: { first, end }, targetDir: BriefcaseManager_1.BriefcaseManager.getChangeSetsPath(iModelId) });
105
+ perfLogger.dispose();
106
+ core_bentley_1.Logger.logTrace(loggerCategory, "Retrieved changesets to extract from from cache or from hub.", () => ({ iModelId, startChangeSetId, endChangeSetId, changeSets: changeSetInfos }));
107
+ // Ensure change cache is detached as it's being written to during the extraction
108
+ if (this.isChangeCacheAttached(iModel)) {
109
+ throw new core_common_1.IModelError(core_bentley_1.DbResult.BE_SQLITE_ERROR, "Change cache must be detached before extraction");
110
+ }
111
+ perfLogger = new core_bentley_1.PerfLogger("ChangeSummaryManager.extractChangeSummaries>Open or create local Change Cache file");
112
+ const changesFile = ChangeSummaryManager.openOrCreateChangesFile(iModel);
113
+ (0, core_bentley_1.assert)(changesFile.nativeDb !== undefined, "Should not happen as an exception should have been thrown in that case");
114
+ perfLogger.dispose();
115
+ core_bentley_1.Logger.logTrace(loggerCategory, "Opened or created Changes Cachefile.", () => ({ iModelId, startChangeSetId, endChangeSetId }));
116
+ try {
117
+ // extract summaries from end changeset through start changeset, so that we only have to go back in history
118
+ const changeSetCount = changeSetInfos.length;
119
+ const endChangeSetIx = changeSetCount - 1;
120
+ const summaries = [];
121
+ for (let i = endChangeSetIx; i >= 0; i--) {
122
+ const currentChangeSetInfo = changeSetInfos[i];
123
+ const currentChangeSetId = currentChangeSetInfo.id;
124
+ core_bentley_1.Logger.logInfo(loggerCategory, `Started Change Summary extraction for changeset #${i + 1}...`, () => ({ iModelId, changeSetId: currentChangeSetId }));
125
+ const existingSummaryId = ChangeSummaryManager.isSummaryAlreadyExtracted(changesFile, currentChangeSetId);
126
+ if (!!existingSummaryId) {
127
+ core_bentley_1.Logger.logInfo(loggerCategory, `Change Summary for changeset #${i + 1} already exists. It is not extracted again.`, () => ({ iModelId, changeSetId: currentChangeSetId }));
128
+ summaries.push(existingSummaryId);
129
+ continue;
130
+ }
131
+ // iModel is at end changeset, so no need to reverse for it.
132
+ if (i !== endChangeSetIx) {
133
+ perfLogger = new core_bentley_1.PerfLogger("ChangeSummaryManager.extractChangeSummaries>Roll iModel to previous changeset");
134
+ await iModel.pullChanges({ accessToken, toIndex: currentChangeSetInfo.index });
135
+ perfLogger.dispose();
136
+ core_bentley_1.Logger.logTrace(loggerCategory, `Moved iModel to changeset #${i + 1} to extract summary from.`, () => ({ iModelId, changeSetId: currentChangeSetId }));
137
+ }
138
+ const changeSetFilePath = currentChangeSetInfo.pathname;
139
+ if (!IModelJsFs_1.IModelJsFs.existsSync(changeSetFilePath))
140
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.FileNotFound, `Failed to extract change summary: ChangeSet file "${changeSetFilePath}" does not exist.`);
141
+ perfLogger = new core_bentley_1.PerfLogger("ChangeSummaryManager.extractChangeSummaries>Extract ChangeSummary");
142
+ const stat = iModel.nativeDb.extractChangeSummary(changesFile.nativeDb, changeSetFilePath);
143
+ perfLogger.dispose();
144
+ if (stat.error && stat.error.status !== core_bentley_1.DbResult.BE_SQLITE_OK)
145
+ throw new core_common_1.IModelError(stat.error.status, stat.error.message);
146
+ core_bentley_1.Logger.logTrace(loggerCategory, `Actual Change summary extraction done for changeset #${i + 1}.`, () => ({ iModelId, changeSetId: currentChangeSetId }));
147
+ perfLogger = new core_bentley_1.PerfLogger("ChangeSummaryManager.extractChangeSummaries>Add ChangeSet info to ChangeSummary");
148
+ (0, core_bentley_1.assert)(undefined !== stat.result);
149
+ const changeSummaryId = stat.result;
150
+ summaries.push(changeSummaryId);
151
+ ChangeSummaryManager.addExtendedInfos(changesFile, changeSummaryId, currentChangeSetId, currentChangeSetInfo.parentId, currentChangeSetInfo.description, currentChangeSetInfo.pushDate, currentChangeSetInfo.userCreated);
152
+ perfLogger.dispose();
153
+ core_bentley_1.Logger.logTrace(loggerCategory, `Added extended infos to Change Summary for changeset #${i + 1}.`, () => ({ iModelId, changeSetId: currentChangeSetId }));
154
+ core_bentley_1.Logger.logInfo(loggerCategory, `Finished Change Summary extraction for changeset #${i + 1}.`, () => ({ iModelId, changeSetId: currentChangeSetId }));
155
+ }
156
+ changesFile.saveChanges();
157
+ return summaries;
158
+ }
159
+ finally {
160
+ changesFile.dispose();
161
+ perfLogger = new core_bentley_1.PerfLogger("ChangeSummaryManager.extractChangeSummaries>Move iModel to original changeset");
162
+ if (iModel.changeset.id !== endChangeSetId)
163
+ await iModel.pullChanges({ accessToken });
164
+ perfLogger.dispose();
165
+ core_bentley_1.Logger.logTrace(loggerCategory, "Moved iModel to initial changeset (the end changeset).", () => ({ iModelId, startChangeSetId, endChangeSetId }));
166
+ totalPerf.dispose();
167
+ core_bentley_1.Logger.logInfo(loggerCategory, "Finished Change Summary extraction.", () => ({ iModelId, startChangeSetId, endChangeSetId }));
168
+ }
169
+ }
170
+ static openOrCreateChangesFile(iModel) {
171
+ if (!iModel?.isOpen)
172
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, "Invalid iModel handle. iModel must be open.");
173
+ const changesFile = new ECDb_1.ECDb();
174
+ const changeCacheFilePath = BriefcaseManager_1.BriefcaseManager.getChangeCachePathName(iModel.iModelId);
175
+ if (IModelJsFs_1.IModelJsFs.existsSync(changeCacheFilePath)) {
176
+ ChangeSummaryManager.openChangeCacheFile(changesFile, changeCacheFilePath);
177
+ return changesFile;
178
+ }
179
+ try {
180
+ ChangeSummaryManager.createChangeCacheFile(iModel, changesFile, changeCacheFilePath);
181
+ return changesFile;
182
+ }
183
+ catch (e) {
184
+ // delete cache file again in case it was created but schema import failed
185
+ if (IModelJsFs_1.IModelJsFs.existsSync(changeCacheFilePath))
186
+ IModelJsFs_1.IModelJsFs.removeSync(changeCacheFilePath);
187
+ throw e;
188
+ }
189
+ }
190
+ static createChangeCacheFile(iModel, changesFile, changeCacheFilePath) {
191
+ if (!iModel?.isOpen)
192
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, "Invalid iModel object. iModel must be open.");
193
+ const stat = iModel.nativeDb.createChangeCache(changesFile.nativeDb, changeCacheFilePath);
194
+ if (stat !== core_bentley_1.DbResult.BE_SQLITE_OK)
195
+ throw new core_common_1.IModelError(stat, `Failed to create Change Cache file at "${changeCacheFilePath}".`);
196
+ // Extended information like changeset ids, push dates are persisted in the IModelChange ECSchema
197
+ changesFile.importSchema(ChangeSummaryManager.getExtendedSchemaPath());
198
+ }
199
+ static openChangeCacheFile(changesFile, changeCacheFilePath) {
200
+ changesFile.openDb(changeCacheFilePath, ECDb_1.ECDbOpenMode.FileUpgrade);
201
+ const actualSchemaVersion = changesFile.withPreparedStatement("SELECT VersionMajor read,VersionWrite write,VersionMinor minor FROM meta.ECSchemaDef WHERE Name='IModelChange'", (stmt) => {
202
+ if (stmt.step() !== core_bentley_1.DbResult.BE_SQLITE_ROW)
203
+ throw new core_common_1.IModelError(core_bentley_1.DbResult.BE_SQLITE_ERROR, "File is not a valid Change Cache file.");
204
+ return stmt.getRow();
205
+ });
206
+ if (actualSchemaVersion.read === ChangeSummaryManager._currentIModelChangeSchemaVersion.read &&
207
+ actualSchemaVersion.write === ChangeSummaryManager._currentIModelChangeSchemaVersion.write &&
208
+ actualSchemaVersion.minor === ChangeSummaryManager._currentIModelChangeSchemaVersion.minor)
209
+ return;
210
+ changesFile.importSchema(ChangeSummaryManager.getExtendedSchemaPath());
211
+ }
212
+ static getExtendedSchemaPath() { return path.join(IModelHost_1.KnownLocations.packageAssetsDir, "IModelChange.02.00.00.ecschema.xml"); }
213
+ static isSummaryAlreadyExtracted(changesFile, changeSetId) {
214
+ return changesFile.withPreparedStatement("SELECT Summary.Id summaryid FROM imodelchange.ChangeSet WHERE WsgId=?", (stmt) => {
215
+ stmt.bindString(1, changeSetId);
216
+ if (core_bentley_1.DbResult.BE_SQLITE_ROW === stmt.step())
217
+ return stmt.getValue(0).getId();
218
+ return undefined;
219
+ });
220
+ }
221
+ static addExtendedInfos(changesFile, changeSummaryId, changesetWsgId, changesetParentWsgId, description, changesetPushDate, changeSetUserCreated) {
222
+ changesFile.withPreparedStatement("INSERT INTO imodelchange.ChangeSet(Summary.Id,WsgId,ParentWsgId,Description,PushDate,UserCreated) VALUES(?,?,?,?,?,?)", (stmt) => {
223
+ stmt.bindId(1, changeSummaryId);
224
+ stmt.bindString(2, changesetWsgId);
225
+ if (changesetParentWsgId)
226
+ stmt.bindString(3, changesetParentWsgId);
227
+ if (description)
228
+ stmt.bindString(4, description);
229
+ if (changesetPushDate)
230
+ stmt.bindDateTime(5, changesetPushDate);
231
+ if (changeSetUserCreated)
232
+ stmt.bindString(6, changeSetUserCreated);
233
+ const r = stmt.step();
234
+ if (r !== core_bentley_1.DbResult.BE_SQLITE_DONE)
235
+ throw new core_common_1.IModelError(r, `Failed to add changeset information to extracted change summary ${changeSummaryId}`);
236
+ });
237
+ }
238
+ /** Queries the ChangeSummary for the specified change summary id
239
+ *
240
+ * See also
241
+ * - `ECDbChange.ChangeSummary` ECClass in the *ECDbChange* ECSchema
242
+ * - [Change Summary Overview]($docs/learning/ChangeSummaries)
243
+ * @param iModel iModel
244
+ * @param changeSummaryId ECInstanceId of the ChangeSummary
245
+ * @returns Returns the requested ChangeSummary object
246
+ * @throws [IModelError]($common) If change summary does not exist for the specified id, or if the
247
+ * change cache file hasn't been attached, or in case of other errors.
248
+ */
249
+ static queryChangeSummary(iModel, changeSummaryId) {
250
+ if (!ChangeSummaryManager.isChangeCacheAttached(iModel))
251
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, "Change Cache file must be attached to iModel.");
252
+ return iModel.withPreparedStatement("SELECT WsgId,ParentWsgId,Description,PushDate,UserCreated FROM ecchange.imodelchange.ChangeSet WHERE Summary.Id=?", (stmt) => {
253
+ stmt.bindId(1, changeSummaryId);
254
+ if (stmt.step() !== core_bentley_1.DbResult.BE_SQLITE_ROW)
255
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, `No ChangeSet information found for ChangeSummary ${changeSummaryId}.`);
256
+ const row = stmt.getRow();
257
+ return { id: changeSummaryId, changeSet: { wsgId: row.wsgId, parentWsgId: row.parentWsgId, description: row.description, pushDate: row.pushDate, userCreated: row.userCreated } };
258
+ });
259
+ }
260
+ /** Queries the InstanceChange for the specified instance change id.
261
+ *
262
+ * See also
263
+ * - `ECDbChange.InstanceChange` ECClass in the *ECDbChange* ECSchema
264
+ * - [Change Summary Overview]($docs/learning/ChangeSummaries)
265
+ * @param iModel iModel
266
+ * @param instanceChangeId ECInstanceId of the InstanceChange (see `ECDbChange.InstanceChange` ECClass in the *ECDbChange* ECSchema)
267
+ * @returns Returns the requested InstanceChange object (see `ECDbChange.InstanceChange` ECClass in the *ECDbChange* ECSchema)
268
+ * @throws [IModelError]($common) if instance change does not exist for the specified id, or if the
269
+ * change cache file hasn't been attached, or in case of other errors.
270
+ */
271
+ static queryInstanceChange(iModel, instanceChangeId) {
272
+ if (!ChangeSummaryManager.isChangeCacheAttached(iModel))
273
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, "Change Cache file must be attached to iModel.");
274
+ // query instance changes
275
275
  const instanceChange = iModel.withPreparedStatement(`SELECT ic.Summary.Id summaryId, s.Name changedInstanceSchemaName, c.Name changedInstanceClassName, ic.ChangedInstance.Id changedInstanceId,
276
276
  ic.OpCode, ic.IsIndirect FROM ecchange.change.InstanceChange ic JOIN main.meta.ECClassDef c ON c.ECInstanceId = ic.ChangedInstance.ClassId
277
- JOIN main.meta.ECSchemaDef s ON c.Schema.Id = s.ECInstanceId WHERE ic.ECInstanceId =? `, (stmt) => {
278
- stmt.bindId(1, instanceChangeId);
279
- if (stmt.step() !== core_bentley_1.DbResult.BE_SQLITE_ROW)
280
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, `No InstanceChange found for id ${instanceChangeId}.`);
281
- const row = stmt.getRow();
282
- const changedInstanceId = row.changedInstanceId;
283
- const changedInstanceClassName = `[${row.changedInstanceSchemaName}].[${row.changedInstanceClassName}]`;
284
- const op = row.opCode;
285
- return {
286
- id: instanceChangeId, summaryId: row.summaryId, changedInstance: { id: changedInstanceId, className: changedInstanceClassName },
287
- opCode: op, isIndirect: row.isIndirect,
288
- };
289
- });
290
- return instanceChange;
291
- }
292
- /** Retrieves the names of the properties whose values have changed for the given instance change
293
- *
294
- * See also [Change Summary Overview]($docs/learning/ChangeSummaries)
295
- * @param iModel iModel
296
- * @param instanceChangeId Id of the InstanceChange to query the properties whose values have changed
297
- * @returns Returns names of the properties whose values have changed for the given instance change
298
- * @throws [IModelError]($common) if the change cache file hasn't been attached, or in case of other errors.
299
- */
300
- static getChangedPropertyValueNames(iModel, instanceChangeId) {
301
- return iModel.withPreparedStatement("SELECT AccessString FROM ecchange.change.PropertyValueChange WHERE InstanceChange.Id=?", (stmt) => {
302
- stmt.bindId(1, instanceChangeId);
303
- const selectClauseItems = [];
304
- while (stmt.step() === core_bentley_1.DbResult.BE_SQLITE_ROW) {
305
- // access string tokens need to be escaped as they might collide with reserved words in ECSQL or SQLite
306
- const accessString = stmt.getValue(0).getString();
307
- const accessStringTokens = accessString.split(".");
308
- (0, core_bentley_1.assert)(accessStringTokens.length > 0);
309
- let isFirstToken = true;
310
- let item = "";
311
- for (const token of accessStringTokens) {
312
- if (!isFirstToken)
313
- item += ".";
314
- item += `[${token}]`;
315
- isFirstToken = false;
316
- }
317
- selectClauseItems.push(item);
318
- }
319
- return selectClauseItems;
320
- });
321
- }
322
- /** Builds the ECSQL to query the property value changes for the specified instance change and the specified ChangedValueState.
323
- *
324
- * See also [Change Summary Overview]($docs/learning/ChangeSummaries)
325
- * @param iModel iModel
326
- * @param instanceChangeInfo InstanceChange to query the property value changes for
327
- * changedInstance.className must be fully qualified and schema and class name must be escaped with square brackets if they collide with reserved ECSQL words: `[schema name].[class name]`
328
- * @param changedValueState The Changed State to query the values for. This must correspond to the [InstanceChange.OpCode]($backend) of the InstanceChange.
329
- * @param changedPropertyNames List of the property names for which values have changed for the specified instance change.
330
- * The list can be obtained by calling [ChangeSummaryManager.getChangedPropertyValueNames]($core-backend).
331
- * If omitted, the method will call the above method by itself. The parameter allows for checking first whether
332
- * an instance change has any property value changes at all. If there are no property value changes, this method
333
- * should not be called, as it will throw an error.
334
- * @returns Returns the ECSQL that will retrieve the property value changes
335
- * @throws [IModelError]($common) if instance change does not exist, if there are not property value changes for the instance change,
336
- * if the change cache file hasn't been attached, or in case of other errors.
337
- */
338
- static buildPropertyValueChangesECSql(iModel, instanceChangeInfo, changedValueState, changedPropertyNames) {
339
- let selectClauseItems;
340
- if (!changedPropertyNames) {
341
- // query property value changes just to build a SELECT statement against the class of the changed instance
342
- selectClauseItems = ChangeSummaryManager.getChangedPropertyValueNames(iModel, instanceChangeInfo.id);
343
- }
344
- else
345
- selectClauseItems = changedPropertyNames;
346
- if (selectClauseItems.length === 0)
347
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, `No property value changes found for InstanceChange ${instanceChangeInfo.id}.`);
348
- let ecsql = "SELECT ";
349
- selectClauseItems.map((item, index) => {
350
- if (index !== 0)
351
- ecsql += ",";
352
- ecsql += item;
353
- });
354
- // Avoiding parameters in the Changes function speeds up performance because ECDb can do optimizations
355
- // if it knows the function args at prepare time
356
- ecsql += ` FROM main.${instanceChangeInfo.changedInstance.className}.Changes(${instanceChangeInfo.summaryId},${changedValueState}) WHERE ECInstanceId=${instanceChangeInfo.changedInstance.id}`;
357
- return ecsql;
358
- }
359
- /**
360
- * Creates a change summary for the last applied change set to the iModel
361
- * @param accessToken A valid access token string
362
- * @param iModel iModel to extract change summaries for. The iModel must not be a standalone iModel, and must have at least one change set applied to it.
363
- * @returns The id of the extracted change summary.
364
- * @beta
365
- */
366
- static async createChangeSummary(accessToken, iModel) {
367
- if (!(iModel === null || iModel === void 0 ? void 0 : iModel.isOpen))
368
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, "Briefcase must be open");
369
- const changesetId = iModel.changeset.id;
370
- if (!changesetId)
371
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, "No change set was applied to the iModel");
372
- if (this.isChangeCacheAttached(iModel))
373
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, "Change cache must be detached before extraction");
374
- const iModelId = iModel.iModelId;
375
- const changesetsFolder = BriefcaseManager_1.BriefcaseManager.getChangeSetsPath(iModelId);
376
- const changeset = await IModelHost_1.IModelHost.hubAccess.downloadChangeset({ accessToken, iModelId, changeset: { id: iModel.changeset.id }, targetDir: changesetsFolder });
377
- if (!IModelJsFs_1.IModelJsFs.existsSync(changeset.pathname))
378
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.FileNotFound, `Failed to download change set: ${changeset.pathname}`);
379
- let changesFile;
380
- try {
381
- changesFile = ChangeSummaryManager.openOrCreateChangesFile(iModel);
382
- (0, core_bentley_1.assert)(changesFile.nativeDb !== undefined, "Invalid changesFile - should've caused an exception");
383
- let changeSummaryId = ChangeSummaryManager.isSummaryAlreadyExtracted(changesFile, changesetId);
384
- if (changeSummaryId !== undefined) {
385
- core_bentley_1.Logger.logInfo(loggerCategory, `Change Summary for changeset already exists. It is not extracted again.`, () => ({ iModelId, changeSetId: changesetId }));
386
- return changeSummaryId;
387
- }
388
- const stat = iModel.nativeDb.extractChangeSummary(changesFile.nativeDb, changeset.pathname);
389
- if (stat.error && stat.error.status !== core_bentley_1.DbResult.BE_SQLITE_OK)
390
- throw new core_common_1.IModelError(stat.error.status, stat.error.message);
391
- (0, core_bentley_1.assert)(undefined !== stat.result);
392
- changeSummaryId = stat.result;
393
- ChangeSummaryManager.addExtendedInfos(changesFile, changeSummaryId, changesetId, changeset.parentId, changeset.description, changeset.pushDate, changeset.userCreated);
394
- changesFile.saveChanges();
395
- return changeSummaryId;
396
- }
397
- finally {
398
- if (changesFile !== undefined)
399
- changesFile.dispose();
400
- IModelJsFs_1.IModelJsFs.unlinkSync(changeset.pathname);
401
- }
402
- }
403
- /**
404
- * Creates change summaries for the specified iModel and a specified range of versions
405
- * @note This may be an expensive operation - downloads the first version and starts applying the change sets, extracting summaries one by one
406
- * @param args Arguments including the range of versions for which Change Summaries are to be created, and other necessary input for creation
407
- */
408
- static async createChangeSummaries(args) {
409
- var _a, _b, _c;
410
- const accessToken = (_b = (_a = args.accessToken) !== null && _a !== void 0 ? _a : await IModelHost_1.IModelHost.getAccessToken()) !== null && _b !== void 0 ? _b : "";
411
- const { iModelId, iTwinId, range } = args;
412
- range.end = (_c = range.end) !== null && _c !== void 0 ? _c : (await IModelHost_1.IModelHost.hubAccess.getChangesetFromVersion({ accessToken, iModelId, version: core_common_1.IModelVersion.latest() })).index;
413
- if (range.first > range.end)
414
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, "Invalid range of changesets");
415
- if (range.first === 0 && range.end === 0)
416
- return []; // no changesets exist, so the inclusive range is empty
417
- const changesets = await IModelHost_1.IModelHost.hubAccess.queryChangesets({ accessToken, iModelId, range });
418
- // Setup a temporary briefcase to help with extracting change summaries
419
- const briefcasePath = BriefcaseManager_1.BriefcaseManager.getBriefcaseBasePath(iModelId);
420
- const fileName = path.join(briefcasePath, `ChangeSummaryBriefcase.bim`);
421
- if (IModelJsFs_1.IModelJsFs.existsSync(fileName))
422
- IModelJsFs_1.IModelJsFs.removeSync(fileName);
423
- let iModel;
424
- try {
425
- // Download a version that has the first change set applied
426
- const props = await BriefcaseManager_1.BriefcaseManager.downloadBriefcase({ accessToken, iTwinId, iModelId, asOf: { afterChangeSetId: changesets[0].id }, briefcaseId: 0, fileName });
427
- iModel = await IModelDb_1.BriefcaseDb.open({ fileName: props.fileName });
428
- const summaryIds = new Array();
429
- for (let index = 0; index < changesets.length; index++) {
430
- // Apply a change set if necessary
431
- if (index > 0)
432
- await iModel.pullChanges({ accessToken, toIndex: changesets[index].index });
433
- // Create a change summary for the last change set that was applied
434
- const summaryId = await this.createChangeSummary(accessToken, iModel);
435
- summaryIds.push(summaryId);
436
- }
437
- return summaryIds;
438
- }
439
- finally {
440
- if (iModel !== undefined)
441
- iModel.close();
442
- IModelJsFs_1.IModelJsFs.removeSync(fileName);
443
- }
444
- }
445
- }
446
- exports.ChangeSummaryManager = ChangeSummaryManager;
447
- ChangeSummaryManager._currentIModelChangeSchemaVersion = { read: 2, write: 0, minor: 0 };
277
+ JOIN main.meta.ECSchemaDef s ON c.Schema.Id = s.ECInstanceId WHERE ic.ECInstanceId =? `, (stmt) => {
278
+ stmt.bindId(1, instanceChangeId);
279
+ if (stmt.step() !== core_bentley_1.DbResult.BE_SQLITE_ROW)
280
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, `No InstanceChange found for id ${instanceChangeId}.`);
281
+ const row = stmt.getRow();
282
+ const changedInstanceId = row.changedInstanceId;
283
+ const changedInstanceClassName = `[${row.changedInstanceSchemaName}].[${row.changedInstanceClassName}]`;
284
+ const op = row.opCode;
285
+ return {
286
+ id: instanceChangeId, summaryId: row.summaryId, changedInstance: { id: changedInstanceId, className: changedInstanceClassName },
287
+ opCode: op, isIndirect: row.isIndirect,
288
+ };
289
+ });
290
+ return instanceChange;
291
+ }
292
+ /** Retrieves the names of the properties whose values have changed for the given instance change
293
+ *
294
+ * See also [Change Summary Overview]($docs/learning/ChangeSummaries)
295
+ * @param iModel iModel
296
+ * @param instanceChangeId Id of the InstanceChange to query the properties whose values have changed
297
+ * @returns Returns names of the properties whose values have changed for the given instance change
298
+ * @throws [IModelError]($common) if the change cache file hasn't been attached, or in case of other errors.
299
+ */
300
+ static getChangedPropertyValueNames(iModel, instanceChangeId) {
301
+ return iModel.withPreparedStatement("SELECT AccessString FROM ecchange.change.PropertyValueChange WHERE InstanceChange.Id=?", (stmt) => {
302
+ stmt.bindId(1, instanceChangeId);
303
+ const selectClauseItems = [];
304
+ while (stmt.step() === core_bentley_1.DbResult.BE_SQLITE_ROW) {
305
+ // access string tokens need to be escaped as they might collide with reserved words in ECSQL or SQLite
306
+ const accessString = stmt.getValue(0).getString();
307
+ const accessStringTokens = accessString.split(".");
308
+ (0, core_bentley_1.assert)(accessStringTokens.length > 0);
309
+ let isFirstToken = true;
310
+ let item = "";
311
+ for (const token of accessStringTokens) {
312
+ if (!isFirstToken)
313
+ item += ".";
314
+ item += `[${token}]`;
315
+ isFirstToken = false;
316
+ }
317
+ selectClauseItems.push(item);
318
+ }
319
+ return selectClauseItems;
320
+ });
321
+ }
322
+ /** Builds the ECSQL to query the property value changes for the specified instance change and the specified ChangedValueState.
323
+ *
324
+ * See also [Change Summary Overview]($docs/learning/ChangeSummaries)
325
+ * @param iModel iModel
326
+ * @param instanceChangeInfo InstanceChange to query the property value changes for
327
+ * changedInstance.className must be fully qualified and schema and class name must be escaped with square brackets if they collide with reserved ECSQL words: `[schema name].[class name]`
328
+ * @param changedValueState The Changed State to query the values for. This must correspond to the [InstanceChange.OpCode]($backend) of the InstanceChange.
329
+ * @param changedPropertyNames List of the property names for which values have changed for the specified instance change.
330
+ * The list can be obtained by calling [ChangeSummaryManager.getChangedPropertyValueNames]($core-backend).
331
+ * If omitted, the method will call the above method by itself. The parameter allows for checking first whether
332
+ * an instance change has any property value changes at all. If there are no property value changes, this method
333
+ * should not be called, as it will throw an error.
334
+ * @returns Returns the ECSQL that will retrieve the property value changes
335
+ * @throws [IModelError]($common) if instance change does not exist, if there are not property value changes for the instance change,
336
+ * if the change cache file hasn't been attached, or in case of other errors.
337
+ */
338
+ static buildPropertyValueChangesECSql(iModel, instanceChangeInfo, changedValueState, changedPropertyNames) {
339
+ let selectClauseItems;
340
+ if (!changedPropertyNames) {
341
+ // query property value changes just to build a SELECT statement against the class of the changed instance
342
+ selectClauseItems = ChangeSummaryManager.getChangedPropertyValueNames(iModel, instanceChangeInfo.id);
343
+ }
344
+ else
345
+ selectClauseItems = changedPropertyNames;
346
+ if (selectClauseItems.length === 0)
347
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, `No property value changes found for InstanceChange ${instanceChangeInfo.id}.`);
348
+ let ecsql = "SELECT ";
349
+ selectClauseItems.map((item, index) => {
350
+ if (index !== 0)
351
+ ecsql += ",";
352
+ ecsql += item;
353
+ });
354
+ // Avoiding parameters in the Changes function speeds up performance because ECDb can do optimizations
355
+ // if it knows the function args at prepare time
356
+ ecsql += ` FROM main.${instanceChangeInfo.changedInstance.className}.Changes(${instanceChangeInfo.summaryId},${changedValueState}) WHERE ECInstanceId=${instanceChangeInfo.changedInstance.id}`;
357
+ return ecsql;
358
+ }
359
+ /**
360
+ * Creates a change summary for the last applied change set to the iModel
361
+ * @param accessToken A valid access token string
362
+ * @param iModel iModel to extract change summaries for. The iModel must not be a standalone iModel, and must have at least one change set applied to it.
363
+ * @returns The id of the extracted change summary.
364
+ * @beta
365
+ */
366
+ static async createChangeSummary(accessToken, iModel) {
367
+ if (!iModel?.isOpen)
368
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, "Briefcase must be open");
369
+ const changesetId = iModel.changeset.id;
370
+ if (!changesetId)
371
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, "No change set was applied to the iModel");
372
+ if (this.isChangeCacheAttached(iModel))
373
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, "Change cache must be detached before extraction");
374
+ const iModelId = iModel.iModelId;
375
+ const changesetsFolder = BriefcaseManager_1.BriefcaseManager.getChangeSetsPath(iModelId);
376
+ const changeset = await IModelHost_1.IModelHost.hubAccess.downloadChangeset({ accessToken, iModelId, changeset: { id: iModel.changeset.id }, targetDir: changesetsFolder });
377
+ if (!IModelJsFs_1.IModelJsFs.existsSync(changeset.pathname))
378
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.FileNotFound, `Failed to download change set: ${changeset.pathname}`);
379
+ let changesFile;
380
+ try {
381
+ changesFile = ChangeSummaryManager.openOrCreateChangesFile(iModel);
382
+ (0, core_bentley_1.assert)(changesFile.nativeDb !== undefined, "Invalid changesFile - should've caused an exception");
383
+ let changeSummaryId = ChangeSummaryManager.isSummaryAlreadyExtracted(changesFile, changesetId);
384
+ if (changeSummaryId !== undefined) {
385
+ core_bentley_1.Logger.logInfo(loggerCategory, `Change Summary for changeset already exists. It is not extracted again.`, () => ({ iModelId, changeSetId: changesetId }));
386
+ return changeSummaryId;
387
+ }
388
+ const stat = iModel.nativeDb.extractChangeSummary(changesFile.nativeDb, changeset.pathname);
389
+ if (stat.error && stat.error.status !== core_bentley_1.DbResult.BE_SQLITE_OK)
390
+ throw new core_common_1.IModelError(stat.error.status, stat.error.message);
391
+ (0, core_bentley_1.assert)(undefined !== stat.result);
392
+ changeSummaryId = stat.result;
393
+ ChangeSummaryManager.addExtendedInfos(changesFile, changeSummaryId, changesetId, changeset.parentId, changeset.description, changeset.pushDate, changeset.userCreated);
394
+ changesFile.saveChanges();
395
+ return changeSummaryId;
396
+ }
397
+ finally {
398
+ if (changesFile !== undefined)
399
+ changesFile.dispose();
400
+ IModelJsFs_1.IModelJsFs.unlinkSync(changeset.pathname);
401
+ }
402
+ }
403
+ /**
404
+ * Creates change summaries for the specified iModel and a specified range of versions
405
+ * @note This may be an expensive operation - downloads the first version and starts applying the change sets, extracting summaries one by one
406
+ * @param args Arguments including the range of versions for which Change Summaries are to be created, and other necessary input for creation
407
+ */
408
+ static async createChangeSummaries(args) {
409
+ const accessToken = args.accessToken ?? await IModelHost_1.IModelHost.getAccessToken() ?? "";
410
+ const { iModelId, iTwinId, range } = args;
411
+ range.end = range.end ?? (await IModelHost_1.IModelHost.hubAccess.getChangesetFromVersion({ accessToken, iModelId, version: core_common_1.IModelVersion.latest() })).index;
412
+ if (range.first > range.end)
413
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, "Invalid range of changesets");
414
+ if (range.first === 0 && range.end === 0)
415
+ return []; // no changesets exist, so the inclusive range is empty
416
+ const changesets = await IModelHost_1.IModelHost.hubAccess.queryChangesets({ accessToken, iModelId, range });
417
+ // Setup a temporary briefcase to help with extracting change summaries
418
+ const briefcasePath = BriefcaseManager_1.BriefcaseManager.getBriefcaseBasePath(iModelId);
419
+ const fileName = path.join(briefcasePath, `ChangeSummaryBriefcase.bim`);
420
+ if (IModelJsFs_1.IModelJsFs.existsSync(fileName))
421
+ IModelJsFs_1.IModelJsFs.removeSync(fileName);
422
+ let iModel;
423
+ try {
424
+ // Download a version that has the first change set applied
425
+ const props = await BriefcaseManager_1.BriefcaseManager.downloadBriefcase({ accessToken, iTwinId, iModelId, asOf: { afterChangeSetId: changesets[0].id }, briefcaseId: 0, fileName });
426
+ iModel = await IModelDb_1.BriefcaseDb.open({ fileName: props.fileName });
427
+ const summaryIds = new Array();
428
+ for (let index = 0; index < changesets.length; index++) {
429
+ // Apply a change set if necessary
430
+ if (index > 0)
431
+ await iModel.pullChanges({ accessToken, toIndex: changesets[index].index });
432
+ // Create a change summary for the last change set that was applied
433
+ const summaryId = await this.createChangeSummary(accessToken, iModel);
434
+ summaryIds.push(summaryId);
435
+ }
436
+ return summaryIds;
437
+ }
438
+ finally {
439
+ if (iModel !== undefined)
440
+ iModel.close();
441
+ IModelJsFs_1.IModelJsFs.removeSync(fileName);
442
+ }
443
+ }
444
+ }
445
+ ChangeSummaryManager._currentIModelChangeSchemaVersion = { read: 2, write: 0, minor: 0 };
446
+ exports.ChangeSummaryManager = ChangeSummaryManager;
448
447
  //# sourceMappingURL=ChangeSummaryManager.js.map