@itwin/core-backend 3.5.0-dev.18 → 3.5.0-dev.20

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 (246) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/lib/cjs/AliCloudStorageService.d.ts +23 -23
  3. package/lib/cjs/AliCloudStorageService.js +71 -71
  4. package/lib/cjs/AliCloudStorageService.js.map +1 -1
  5. package/lib/cjs/BackendHubAccess.d.ts +224 -224
  6. package/lib/cjs/BackendHubAccess.js +41 -41
  7. package/lib/cjs/BackendHubAccess.js.map +1 -1
  8. package/lib/cjs/BackendLoggerCategory.d.ts +91 -91
  9. package/lib/cjs/BackendLoggerCategory.js +99 -99
  10. package/lib/cjs/BackendLoggerCategory.js.map +1 -1
  11. package/lib/cjs/BisCoreSchema.d.ts +21 -21
  12. package/lib/cjs/BisCoreSchema.js +60 -60
  13. package/lib/cjs/BisCoreSchema.js.map +1 -1
  14. package/lib/cjs/BriefcaseManager.d.ts +165 -165
  15. package/lib/cjs/BriefcaseManager.js +405 -405
  16. package/lib/cjs/BriefcaseManager.js.map +1 -1
  17. package/lib/cjs/Category.d.ts +153 -153
  18. package/lib/cjs/Category.js +243 -243
  19. package/lib/cjs/Category.js.map +1 -1
  20. package/lib/cjs/ChangeSummaryManager.d.ts +187 -187
  21. package/lib/cjs/ChangeSummaryManager.js +445 -445
  22. package/lib/cjs/ChangeSummaryManager.js.map +1 -1
  23. package/lib/cjs/ChangedElementsDb.d.ts +99 -99
  24. package/lib/cjs/ChangedElementsDb.js +165 -165
  25. package/lib/cjs/ChangedElementsDb.js.map +1 -1
  26. package/lib/cjs/ChangedElementsManager.d.ts +39 -39
  27. package/lib/cjs/ChangedElementsManager.js +88 -88
  28. package/lib/cjs/ChangedElementsManager.js.map +1 -1
  29. package/lib/cjs/CheckpointManager.d.ts +120 -120
  30. package/lib/cjs/CheckpointManager.js +343 -343
  31. package/lib/cjs/CheckpointManager.js.map +1 -1
  32. package/lib/cjs/ClassRegistry.d.ts +72 -71
  33. package/lib/cjs/ClassRegistry.d.ts.map +1 -1
  34. package/lib/cjs/ClassRegistry.js +243 -215
  35. package/lib/cjs/ClassRegistry.js.map +1 -1
  36. package/lib/cjs/CloudSqlite.d.ts +350 -349
  37. package/lib/cjs/CloudSqlite.d.ts.map +1 -1
  38. package/lib/cjs/CloudSqlite.js +152 -151
  39. package/lib/cjs/CloudSqlite.js.map +1 -1
  40. package/lib/cjs/CloudStorageBackend.d.ts +58 -58
  41. package/lib/cjs/CloudStorageBackend.js +173 -173
  42. package/lib/cjs/CloudStorageBackend.js.map +1 -1
  43. package/lib/cjs/CodeService.d.ts +396 -396
  44. package/lib/cjs/CodeService.js +63 -63
  45. package/lib/cjs/CodeService.js.map +1 -1
  46. package/lib/cjs/CodeSpecs.d.ts +50 -50
  47. package/lib/cjs/CodeSpecs.js +112 -112
  48. package/lib/cjs/CodeSpecs.js.map +1 -1
  49. package/lib/cjs/ConcurrentQuery.d.ts +11 -11
  50. package/lib/cjs/ConcurrentQuery.js +30 -30
  51. package/lib/cjs/ConcurrentQuery.js.map +1 -1
  52. package/lib/cjs/CustomViewState3dCreator.d.ts +32 -32
  53. package/lib/cjs/CustomViewState3dCreator.js +113 -113
  54. package/lib/cjs/CustomViewState3dCreator.js.map +1 -1
  55. package/lib/cjs/DevTools.d.ts +71 -71
  56. package/lib/cjs/DevTools.js +154 -154
  57. package/lib/cjs/DevTools.js.map +1 -1
  58. package/lib/cjs/DisplayStyle.d.ts +106 -106
  59. package/lib/cjs/DisplayStyle.d.ts.map +1 -1
  60. package/lib/cjs/DisplayStyle.js +256 -256
  61. package/lib/cjs/DisplayStyle.js.map +1 -1
  62. package/lib/cjs/ECDb.d.ts +191 -191
  63. package/lib/cjs/ECDb.js +350 -350
  64. package/lib/cjs/ECDb.js.map +1 -1
  65. package/lib/cjs/ECSchemaXmlContext.d.ts +18 -18
  66. package/lib/cjs/ECSchemaXmlContext.js +41 -41
  67. package/lib/cjs/ECSchemaXmlContext.js.map +1 -1
  68. package/lib/cjs/ECSqlStatement.d.ts +466 -466
  69. package/lib/cjs/ECSqlStatement.js +791 -791
  70. package/lib/cjs/ECSqlStatement.js.map +1 -1
  71. package/lib/cjs/Element.d.ts +1102 -1109
  72. package/lib/cjs/Element.d.ts.map +1 -1
  73. package/lib/cjs/Element.js +1416 -1420
  74. package/lib/cjs/Element.js.map +1 -1
  75. package/lib/cjs/ElementAspect.d.ts +158 -156
  76. package/lib/cjs/ElementAspect.d.ts.map +1 -1
  77. package/lib/cjs/ElementAspect.js +186 -178
  78. package/lib/cjs/ElementAspect.js.map +1 -1
  79. package/lib/cjs/ElementGraphics.d.ts +9 -9
  80. package/lib/cjs/ElementGraphics.js +41 -41
  81. package/lib/cjs/ElementGraphics.js.map +1 -1
  82. package/lib/cjs/ElementTreeWalker.d.ts +162 -162
  83. package/lib/cjs/ElementTreeWalker.js +409 -409
  84. package/lib/cjs/ElementTreeWalker.js.map +1 -1
  85. package/lib/cjs/Entity.d.ts +106 -76
  86. package/lib/cjs/Entity.d.ts.map +1 -1
  87. package/lib/cjs/Entity.js +134 -82
  88. package/lib/cjs/Entity.js.map +1 -1
  89. package/lib/cjs/EntityReferences.d.ts +50 -0
  90. package/lib/cjs/EntityReferences.d.ts.map +1 -0
  91. package/lib/cjs/EntityReferences.js +96 -0
  92. package/lib/cjs/EntityReferences.js.map +1 -0
  93. package/lib/cjs/ExportGraphics.d.ts +317 -317
  94. package/lib/cjs/ExportGraphics.js +208 -208
  95. package/lib/cjs/ExportGraphics.js.map +1 -1
  96. package/lib/cjs/ExternalSource.d.ts +96 -94
  97. package/lib/cjs/ExternalSource.d.ts.map +1 -1
  98. package/lib/cjs/ExternalSource.js +131 -125
  99. package/lib/cjs/ExternalSource.js.map +1 -1
  100. package/lib/cjs/GeoCoordConfig.d.ts +19 -19
  101. package/lib/cjs/GeoCoordConfig.js +82 -82
  102. package/lib/cjs/GeoCoordConfig.js.map +1 -1
  103. package/lib/cjs/GeometrySummary.d.ts +4 -4
  104. package/lib/cjs/GeometrySummary.js +380 -380
  105. package/lib/cjs/GeometrySummary.js.map +1 -1
  106. package/lib/cjs/HubMock.d.ts +93 -93
  107. package/lib/cjs/HubMock.js +190 -190
  108. package/lib/cjs/HubMock.js.map +1 -1
  109. package/lib/cjs/IModelCloneContext.d.ts +8 -85
  110. package/lib/cjs/IModelCloneContext.d.ts.map +1 -1
  111. package/lib/cjs/IModelCloneContext.js +15 -150
  112. package/lib/cjs/IModelCloneContext.js.map +1 -1
  113. package/lib/cjs/IModelDb.d.ts +1167 -1164
  114. package/lib/cjs/IModelDb.d.ts.map +1 -1
  115. package/lib/cjs/IModelDb.js +2332 -2324
  116. package/lib/cjs/IModelDb.js.map +1 -1
  117. package/lib/cjs/IModelElementCloneContext.d.ts +90 -0
  118. package/lib/cjs/IModelElementCloneContext.d.ts.map +1 -0
  119. package/lib/cjs/IModelElementCloneContext.js +160 -0
  120. package/lib/cjs/IModelElementCloneContext.js.map +1 -0
  121. package/lib/cjs/IModelHost.d.ts +369 -361
  122. package/lib/cjs/IModelHost.d.ts.map +1 -1
  123. package/lib/cjs/IModelHost.js +492 -489
  124. package/lib/cjs/IModelHost.js.map +1 -1
  125. package/lib/cjs/IModelJsFs.d.ts +62 -62
  126. package/lib/cjs/IModelJsFs.js +140 -140
  127. package/lib/cjs/IModelJsFs.js.map +1 -1
  128. package/lib/cjs/IpcHost.d.ts +98 -98
  129. package/lib/cjs/IpcHost.js +234 -234
  130. package/lib/cjs/IpcHost.js.map +1 -1
  131. package/lib/cjs/LineStyle.d.ts +311 -311
  132. package/lib/cjs/LineStyle.js +295 -295
  133. package/lib/cjs/LineStyle.js.map +1 -1
  134. package/lib/cjs/LocalHub.d.ts +162 -162
  135. package/lib/cjs/LocalHub.js +587 -587
  136. package/lib/cjs/LocalHub.js.map +1 -1
  137. package/lib/cjs/LocalhostIpcHost.d.ts +20 -20
  138. package/lib/cjs/LocalhostIpcHost.js +81 -81
  139. package/lib/cjs/LocalhostIpcHost.js.map +1 -1
  140. package/lib/cjs/Material.d.ts +103 -103
  141. package/lib/cjs/Material.js +147 -147
  142. package/lib/cjs/Material.js.map +1 -1
  143. package/lib/cjs/Model.d.ts +388 -386
  144. package/lib/cjs/Model.d.ts.map +1 -1
  145. package/lib/cjs/Model.js +479 -471
  146. package/lib/cjs/Model.js.map +1 -1
  147. package/lib/cjs/NativeAppStorage.d.ts +51 -51
  148. package/lib/cjs/NativeAppStorage.js +202 -202
  149. package/lib/cjs/NativeAppStorage.js.map +1 -1
  150. package/lib/cjs/NativeHost.d.ts +52 -52
  151. package/lib/cjs/NativeHost.js +168 -168
  152. package/lib/cjs/NativeHost.js.map +1 -1
  153. package/lib/cjs/NavigationRelationship.d.ts +156 -156
  154. package/lib/cjs/NavigationRelationship.js +225 -225
  155. package/lib/cjs/NavigationRelationship.js.map +1 -1
  156. package/lib/cjs/PromiseMemoizer.d.ts +51 -51
  157. package/lib/cjs/PromiseMemoizer.js +101 -101
  158. package/lib/cjs/PromiseMemoizer.js.map +1 -1
  159. package/lib/cjs/PropertyStore.d.ts +132 -132
  160. package/lib/cjs/PropertyStore.js +11 -11
  161. package/lib/cjs/PropertyStore.js.map +1 -1
  162. package/lib/cjs/Relationship.d.ts +416 -400
  163. package/lib/cjs/Relationship.d.ts.map +1 -1
  164. package/lib/cjs/Relationship.js +494 -465
  165. package/lib/cjs/Relationship.js.map +1 -1
  166. package/lib/cjs/RpcBackend.d.ts +28 -28
  167. package/lib/cjs/RpcBackend.js +126 -126
  168. package/lib/cjs/RpcBackend.js.map +1 -1
  169. package/lib/cjs/SQLiteDb.d.ts +219 -219
  170. package/lib/cjs/SQLiteDb.js +214 -214
  171. package/lib/cjs/SQLiteDb.js.map +1 -1
  172. package/lib/cjs/Schema.d.ts +55 -55
  173. package/lib/cjs/Schema.js +83 -83
  174. package/lib/cjs/Schema.js.map +1 -1
  175. package/lib/cjs/ServerBasedLocks.d.ts +57 -57
  176. package/lib/cjs/ServerBasedLocks.js +168 -168
  177. package/lib/cjs/ServerBasedLocks.js.map +1 -1
  178. package/lib/cjs/SqliteStatement.d.ts +360 -283
  179. package/lib/cjs/SqliteStatement.d.ts.map +1 -1
  180. package/lib/cjs/SqliteStatement.js +586 -448
  181. package/lib/cjs/SqliteStatement.js.map +1 -1
  182. package/lib/cjs/Texture.d.ts +58 -58
  183. package/lib/cjs/Texture.js +82 -82
  184. package/lib/cjs/Texture.js.map +1 -1
  185. package/lib/cjs/TileStorage.d.ts +18 -18
  186. package/lib/cjs/TileStorage.js +90 -90
  187. package/lib/cjs/TileStorage.js.map +1 -1
  188. package/lib/cjs/TxnManager.d.ts +202 -202
  189. package/lib/cjs/TxnManager.js +356 -356
  190. package/lib/cjs/TxnManager.js.map +1 -1
  191. package/lib/cjs/ViewDefinition.d.ts +439 -435
  192. package/lib/cjs/ViewDefinition.d.ts.map +1 -1
  193. package/lib/cjs/ViewDefinition.js +646 -635
  194. package/lib/cjs/ViewDefinition.js.map +1 -1
  195. package/lib/cjs/ViewStateHydrator.d.ts +13 -13
  196. package/lib/cjs/ViewStateHydrator.js +103 -103
  197. package/lib/cjs/ViewStateHydrator.js.map +1 -1
  198. package/lib/cjs/assets/IModelChange.02.00.00.ecschema.xml +90 -90
  199. package/lib/cjs/assets/Settings/Schemas/Cloud.Schema.json +67 -67
  200. package/lib/cjs/assets/Settings/Schemas/Gcs.schema.json +31 -31
  201. package/lib/cjs/assets/Settings/Schemas/Workspace.Schema.json +52 -52
  202. package/lib/cjs/assets/Settings/backend.setting.json5 +138 -138
  203. package/lib/cjs/core-backend.d.ts +184 -182
  204. package/lib/cjs/core-backend.d.ts.map +1 -1
  205. package/lib/cjs/core-backend.js +204 -202
  206. package/lib/cjs/core-backend.js.map +1 -1
  207. package/lib/cjs/domains/FunctionalElements.d.ts +101 -101
  208. package/lib/cjs/domains/FunctionalElements.js +145 -145
  209. package/lib/cjs/domains/FunctionalElements.js.map +1 -1
  210. package/lib/cjs/domains/FunctionalSchema.d.ts +13 -13
  211. package/lib/cjs/domains/FunctionalSchema.js +40 -40
  212. package/lib/cjs/domains/FunctionalSchema.js.map +1 -1
  213. package/lib/cjs/domains/GenericElements.d.ts +177 -177
  214. package/lib/cjs/domains/GenericElements.js +263 -263
  215. package/lib/cjs/domains/GenericElements.js.map +1 -1
  216. package/lib/cjs/domains/GenericSchema.d.ts +10 -10
  217. package/lib/cjs/domains/GenericSchema.js +28 -28
  218. package/lib/cjs/domains/GenericSchema.js.map +1 -1
  219. package/lib/cjs/rpc-impl/DevToolsRpcImpl.d.ts +15 -15
  220. package/lib/cjs/rpc-impl/DevToolsRpcImpl.js +32 -32
  221. package/lib/cjs/rpc-impl/DevToolsRpcImpl.js.map +1 -1
  222. package/lib/cjs/rpc-impl/IModelReadRpcImpl.d.ts +45 -45
  223. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js +262 -262
  224. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js.map +1 -1
  225. package/lib/cjs/rpc-impl/IModelTileRpcImpl.d.ts +22 -22
  226. package/lib/cjs/rpc-impl/IModelTileRpcImpl.js +204 -204
  227. package/lib/cjs/rpc-impl/IModelTileRpcImpl.js.map +1 -1
  228. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.d.ts +36 -36
  229. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js +168 -168
  230. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js.map +1 -1
  231. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.d.ts +16 -16
  232. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js +43 -43
  233. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js.map +1 -1
  234. package/lib/cjs/rpc-impl/WipRpcImpl.d.ts +15 -15
  235. package/lib/cjs/rpc-impl/WipRpcImpl.js +37 -37
  236. package/lib/cjs/rpc-impl/WipRpcImpl.js.map +1 -1
  237. package/lib/cjs/workspace/Settings.d.ts +186 -186
  238. package/lib/cjs/workspace/Settings.js +155 -155
  239. package/lib/cjs/workspace/Settings.js.map +1 -1
  240. package/lib/cjs/workspace/SettingsSchemas.d.ts +75 -75
  241. package/lib/cjs/workspace/SettingsSchemas.js +191 -191
  242. package/lib/cjs/workspace/SettingsSchemas.js.map +1 -1
  243. package/lib/cjs/workspace/Workspace.d.ts +414 -414
  244. package/lib/cjs/workspace/Workspace.js +543 -543
  245. package/lib/cjs/workspace/Workspace.js.map +1 -1
  246. package/package.json +14 -13
@@ -1,406 +1,406 @@
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.BriefcaseManager = void 0;
11
- // cspell:ignore cset csets ecchanges
12
- const path = require("path");
13
- const core_bentley_1 = require("@itwin/core-bentley");
14
- const core_common_1 = require("@itwin/core-common");
15
- const core_telemetry_1 = require("@itwin/core-telemetry");
16
- const BackendLoggerCategory_1 = require("./BackendLoggerCategory");
17
- const CheckpointManager_1 = require("./CheckpointManager");
18
- const IModelDb_1 = require("./IModelDb");
19
- const IModelHost_1 = require("./IModelHost");
20
- const IModelJsFs_1 = require("./IModelJsFs");
21
- const loggerCategory = BackendLoggerCategory_1.BackendLoggerCategory.IModelDb;
22
- /** Manages downloading Briefcases and downloading and uploading changesets.
23
- * @public
24
- */
25
- class BriefcaseManager {
26
- /** Get the local path of the folder storing files that are associated with an imodel */
27
- static getIModelPath(iModelId) { return path.join(this._cacheDir, iModelId); }
28
- /** @internal */
29
- static getChangeSetsPath(iModelId) { return path.join(this.getIModelPath(iModelId), "changesets"); }
30
- /** @internal */
31
- static getChangeCachePathName(iModelId) { return path.join(this.getIModelPath(iModelId), iModelId.concat(".bim.ecchanges")); }
32
- /** @internal */
33
- static getChangedElementsPathName(iModelId) { return path.join(this.getIModelPath(iModelId), iModelId.concat(".bim.elems")); }
34
- /** @internal */
35
- static getBriefcaseBasePath(iModelId) {
36
- return path.join(this.getIModelPath(iModelId), this._briefcaseSubDir);
37
- }
38
- /** Get the name of the local file that holds, or will hold, a local briefcase in the briefcase cache.
39
- * @note The briefcase cache is a local directory established in the call to [[BriefcaseManager.initialize]].
40
- * @param briefcase the iModelId and BriefcaseId for the filename
41
- * @see getIModelPath
42
- */
43
- static getFileName(briefcase) {
44
- return path.join(this.getBriefcaseBasePath(briefcase.iModelId), `${briefcase.briefcaseId}.bim`);
45
- }
46
- static setupCacheDir(cacheRootDir) {
47
- this._cacheDir = cacheRootDir;
48
- IModelJsFs_1.IModelJsFs.recursiveMkDirSync(this._cacheDir);
49
- }
50
- /** Initialize BriefcaseManager
51
- * @param cacheRootDir The root directory for storing a cache of downloaded briefcase files on the local computer.
52
- * Briefcases are stored relative to this path in sub-folders organized by IModelId.
53
- * @note It is perfectly valid for applications to store briefcases in locations they manage, outside of `cacheRootDir`.
54
- */
55
- static initialize(cacheRootDir) {
56
- if (this._initialized)
57
- return;
58
- this.setupCacheDir(cacheRootDir);
59
- IModelHost_1.IModelHost.onBeforeShutdown.addOnce(this.finalize, this);
60
- this._initialized = true;
61
- }
62
- static finalize() {
63
- this._initialized = false;
64
- }
65
- /** Get a list of the local briefcase held in the briefcase cache, optionally for a single iModelId
66
- * @param iModelId if present, only briefcases for this iModelId are returned, otherwise all briefcases for all
67
- * iModels in the briefcase cache are returned.
68
- * @note usually there should only be one briefcase per iModel.
69
- */
70
- static getCachedBriefcases(iModelId) {
71
- var _a, _b, _c;
72
- const briefcaseList = [];
73
- const iModelDirs = IModelJsFs_1.IModelJsFs.readdirSync(this._cacheDir);
74
- for (const iModelDir of iModelDirs) {
75
- if (iModelId && iModelId !== iModelDir)
76
- continue;
77
- const bcPath = path.join(this._cacheDir, iModelDir, this._briefcaseSubDir);
78
- try {
79
- if (!((_a = IModelJsFs_1.IModelJsFs.lstatSync(bcPath)) === null || _a === void 0 ? void 0 : _a.isDirectory))
80
- continue;
81
- }
82
- catch (err) {
83
- continue;
84
- }
85
- const briefcases = IModelJsFs_1.IModelJsFs.readdirSync(bcPath);
86
- for (const briefcaseName of briefcases) {
87
- if (briefcaseName.endsWith(".bim")) {
88
- try {
89
- const fileName = path.join(bcPath, briefcaseName);
90
- const fileSize = (_c = (_b = IModelJsFs_1.IModelJsFs.lstatSync(fileName)) === null || _b === void 0 ? void 0 : _b.size) !== null && _c !== void 0 ? _c : 0;
91
- const db = IModelDb_1.IModelDb.openDgnDb({ path: fileName }, core_bentley_1.OpenMode.Readonly);
92
- briefcaseList.push({ fileName, iTwinId: db.getITwinId(), iModelId: db.getIModelId(), briefcaseId: db.getBriefcaseId(), changeset: db.getCurrentChangeset(), fileSize });
93
- db.closeIModel();
94
- }
95
- catch (_err) {
96
- }
97
- }
98
- }
99
- }
100
- return briefcaseList;
101
- }
102
- /** Get the root directory for the briefcase cache */
103
- static get cacheDir() { return this._cacheDir; }
104
- /** Determine whether the supplied briefcaseId is in the range of assigned BriefcaseIds issued by iModelHub
105
- * @note this does check whether the id was actually acquired by the caller.
106
- */
107
- static isValidBriefcaseId(id) {
108
- return id >= core_common_1.BriefcaseIdValue.FirstValid && id <= core_common_1.BriefcaseIdValue.LastValid;
109
- }
110
- /** Acquire a new briefcaseId from iModelHub for the supplied iModelId
111
- * @note usually there should only be one briefcase per iModel per user. If a single user acquires more than one briefcaseId,
112
- * it's a good idea to supply different aliases for each of them.
113
- */
114
- static async acquireNewBriefcaseId(arg) {
115
- return IModelHost_1.IModelHost.hubAccess.acquireNewBriefcaseId(arg);
116
- }
117
- /**
118
- * Download a new briefcase from iModelHub for the supplied iModelId.
119
- *
120
- * Briefcases are local files holding a copy of an iModel.
121
- * Briefcases may either be specific to an individual user (so that it can be modified to create changesets), or it can be readonly so it can accept but not create changesets.
122
- * Every briefcase internally holds its [[BriefcaseId]]. Writeable briefcases have a `BriefcaseId` "assigned" to them by iModelHub. No two users will ever have the same BriefcaseId.
123
- * Readonly briefcases are "unassigned" with the special value [[BriefcaseId.Unassigned]].
124
- *
125
- * Typically a given user will have only one briefcase on their machine for a given iModelId. Rarely, it may be necessary to use more than one
126
- * briefcase to make isolated independent sets of changes, but that is exceedingly complicated and rare.
127
- *
128
- * Callers of this method may supply a BriefcaseId, or if none is supplied, a new one is acquired from iModelHub.
129
- *
130
- * @param arg The arguments that specify the briefcase file to be downloaded.
131
- * @returns The properties of the local briefcase in a Promise that is resolved after the briefcase is fully downloaded and the briefcase file is ready for use via [BriefcaseDb.open]($backend).
132
- * @note The location of the local file to hold the briefcase is arbitrary and may be any valid *local* path on your machine. If you don't supply
133
- * a filename, the local briefcase cache is used by creating a file with the briefcaseId as its name in the `briefcases` folder below the folder named
134
- * for the IModelId.
135
- * @note *It is invalid to edit briefcases on a shared network drive* and that is a sure way to corrupt your briefcase (see https://www.sqlite.org/howtocorrupt.html)
136
- */
137
- static async downloadBriefcase(arg) {
138
- var _a, _b, _c, _d, _e;
139
- const briefcaseId = arg.briefcaseId = (_a = arg.briefcaseId) !== null && _a !== void 0 ? _a : await this.acquireNewBriefcaseId(arg);
140
- const fileName = (_b = arg.fileName) !== null && _b !== void 0 ? _b : this.getFileName(arg);
141
- if (IModelJsFs_1.IModelJsFs.existsSync(fileName))
142
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.FileAlreadyExists, `Briefcase "${fileName}" already exists`);
143
- const asOf = (_c = arg.asOf) !== null && _c !== void 0 ? _c : core_common_1.IModelVersion.latest().toJSON();
144
- const changeset = await IModelHost_1.IModelHost.hubAccess.getChangesetFromVersion({ ...arg, version: core_common_1.IModelVersion.fromJSON(asOf) });
145
- const checkpoint = { ...arg, changeset };
146
- await CheckpointManager_1.CheckpointManager.downloadCheckpoint({ localFile: fileName, checkpoint, onProgress: arg.onProgress });
147
- const fileSize = (_e = (_d = IModelJsFs_1.IModelJsFs.lstatSync(fileName)) === null || _d === void 0 ? void 0 : _d.size) !== null && _e !== void 0 ? _e : 0;
148
- const response = {
149
- fileName,
150
- briefcaseId,
151
- iModelId: arg.iModelId,
152
- iTwinId: arg.iTwinId,
153
- changeset: checkpoint.changeset,
154
- fileSize,
155
- };
156
- // now open the downloaded checkpoint and reset its BriefcaseId
157
- const nativeDb = new IModelHost_1.IModelHost.platform.DgnDb();
158
- try {
159
- nativeDb.openIModel(fileName, core_bentley_1.OpenMode.ReadWrite);
160
- }
161
- catch (err) {
162
- throw new core_common_1.IModelError(err.errorNumber, `Could not open downloaded briefcase for write access: ${fileName}, err=${err.message}`);
163
- }
164
- try {
165
- nativeDb.resetBriefcaseId(briefcaseId);
166
- if (nativeDb.getCurrentChangeset().id !== checkpoint.changeset.id)
167
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.InvalidId, `Downloaded briefcase has wrong changesetId: ${fileName}`);
168
- }
169
- finally {
170
- nativeDb.saveChanges();
171
- nativeDb.closeIModel();
172
- }
173
- return response;
174
- }
175
- /** Deletes change sets of an iModel from local disk
176
- * @internal
177
- */
178
- static deleteChangeSetsFromLocalDisk(iModelId) {
179
- const changesetsPath = BriefcaseManager.getChangeSetsPath(iModelId);
180
- BriefcaseManager.deleteFolderAndContents(changesetsPath);
181
- }
182
- /** Releases a briefcaseId from iModelHub. After this call it is illegal to generate changesets for the released briefcaseId.
183
- * @note generally, this method should not be called directly. Instead use [[deleteBriefcaseFiles]].
184
- * @see deleteBriefcaseFiles
185
- */
186
- static async releaseBriefcase(accessToken, briefcase) {
187
- if (this.isValidBriefcaseId(briefcase.briefcaseId))
188
- return IModelHost_1.IModelHost.hubAccess.releaseBriefcase({ accessToken, iModelId: briefcase.iModelId, briefcaseId: briefcase.briefcaseId });
189
- }
190
- /**
191
- * Delete and clean up a briefcase and all of its associated files. First, this method opens the supplied filename to determine its briefcaseId.
192
- * Then, if a requestContext is supplied, it releases a BriefcaseId from iModelHub. Finally it deletes the local briefcase file and
193
- * associated files (that is, all files in the same directory that start with the briefcase name).
194
- * @param filePath the full file name of the Briefcase to delete
195
- * @param accessToken for releasing the briefcaseId
196
- */
197
- static async deleteBriefcaseFiles(filePath, accessToken) {
198
- try {
199
- const db = IModelDb_1.IModelDb.openDgnDb({ path: filePath }, core_bentley_1.OpenMode.Readonly);
200
- const briefcase = {
201
- iModelId: db.getIModelId(),
202
- briefcaseId: db.getBriefcaseId(),
203
- };
204
- db.closeIModel();
205
- if (accessToken) {
206
- if (this.isValidBriefcaseId(briefcase.briefcaseId)) {
207
- await BriefcaseManager.releaseBriefcase(accessToken, briefcase);
208
- }
209
- }
210
- }
211
- catch (error) {
212
- }
213
- // first try to delete the briefcase file
214
- try {
215
- if (IModelJsFs_1.IModelJsFs.existsSync(filePath))
216
- IModelJsFs_1.IModelJsFs.unlinkSync(filePath);
217
- }
218
- catch (err) {
219
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, `cannot delete briefcase file ${err}`);
220
- }
221
- // next, delete all files that start with the briefcase's filePath (e.g. "a.bim-locks", "a.bim-journal", etc.)
222
- try {
223
- const dirName = path.dirname(filePath);
224
- const fileName = path.basename(filePath);
225
- const files = IModelJsFs_1.IModelJsFs.readdirSync(dirName);
226
- for (const file of files) {
227
- if (file.startsWith(fileName))
228
- this.deleteFile(path.join(dirName, file)); // don't throw on error
229
- }
230
- }
231
- catch (err) {
232
- }
233
- }
234
- /** Deletes a file
235
- * - Does not throw any error, but logs it instead
236
- * - Returns true if the delete was successful
237
- */
238
- static deleteFile(pathname) {
239
- try {
240
- IModelJsFs_1.IModelJsFs.unlinkSync(pathname);
241
- }
242
- catch (error) {
243
- core_bentley_1.Logger.logError(loggerCategory, `Cannot delete file ${pathname}, ${error}`);
244
- return false;
245
- }
246
- return true;
247
- }
248
- /** Deletes a folder, checking if it's empty
249
- * - Does not throw any error, but logs it instead
250
- * - Returns true if the delete was successful
251
- */
252
- static deleteFolderIfEmpty(folderPathname) {
253
- try {
254
- const files = IModelJsFs_1.IModelJsFs.readdirSync(folderPathname);
255
- if (files.length > 0)
256
- return false;
257
- IModelJsFs_1.IModelJsFs.rmdirSync(folderPathname);
258
- }
259
- catch (error) {
260
- core_bentley_1.Logger.logError(loggerCategory, `Cannot delete folder: ${folderPathname}`);
261
- return false;
262
- }
263
- return true;
264
- }
265
- /** Deletes the contents of a folder, but not the folder itself
266
- * - Does not throw any errors, but logs them.
267
- * - returns true if the delete was successful.
268
- */
269
- static deleteFolderContents(folderPathname) {
270
- var _a;
271
- if (!IModelJsFs_1.IModelJsFs.existsSync(folderPathname))
272
- return false;
273
- let status = true;
274
- const files = IModelJsFs_1.IModelJsFs.readdirSync(folderPathname);
275
- for (const file of files) {
276
- const curPath = path.join(folderPathname, file);
277
- const locStatus = ((_a = IModelJsFs_1.IModelJsFs.lstatSync(curPath)) === null || _a === void 0 ? void 0 : _a.isDirectory) ? BriefcaseManager.deleteFolderAndContents(curPath) : BriefcaseManager.deleteFile(curPath);
278
- if (!locStatus)
279
- status = false;
280
- }
281
- return status;
282
- }
283
- /** Deletes a folder and all it's contents.
284
- * - Does not throw any errors, but logs them.
285
- * - returns true if the delete was successful.
286
- */
287
- static deleteFolderAndContents(folderPathname) {
288
- if (!IModelJsFs_1.IModelJsFs.existsSync(folderPathname))
289
- return true;
290
- let status = false;
291
- status = BriefcaseManager.deleteFolderContents(folderPathname);
292
- if (!status)
293
- return false;
294
- status = BriefcaseManager.deleteFolderIfEmpty(folderPathname);
295
- return status;
296
- }
297
- static async applySingleChangeset(db, changesetFile) {
298
- if (changesetFile.changesType === core_common_1.ChangesetType.Schema)
299
- db.clearCaches(); // for schema changesets, statement caches may become invalid. Do this *before* applying, in case db needs to be closed (open statements hold db open.)
300
- db.nativeDb.applyChangeset(changesetFile);
301
- db.changeset = db.nativeDb.getCurrentChangeset();
302
- // we're done with this changeset, delete it
303
- IModelJsFs_1.IModelJsFs.removeSync(changesetFile.pathname);
304
- }
305
- /** @internal */
306
- static async pullAndApplyChangesets(db, arg) {
307
- if (!db.isOpen || db.nativeDb.isReadonly()) // don't use db.isReadonly - we reopen the file writable just for this operation but db.isReadonly is still true
308
- throw new core_common_1.IModelError(core_bentley_1.ChangeSetStatus.ApplyError, "Briefcase must be open ReadWrite to process change sets");
309
- let currentIndex = db.changeset.index;
310
- if (currentIndex === undefined)
311
- currentIndex = (await IModelHost_1.IModelHost.hubAccess.queryChangeset({ accessToken: arg.accessToken, iModelId: db.iModelId, changeset: { id: db.changeset.id } })).index;
312
- const reverse = (arg.toIndex && arg.toIndex < currentIndex) ? true : false;
313
- // Download change sets
314
- const changesets = await IModelHost_1.IModelHost.hubAccess.downloadChangesets({
315
- accessToken: arg.accessToken,
316
- iModelId: db.iModelId,
317
- range: { first: reverse ? arg.toIndex + 1 : currentIndex + 1, end: reverse ? currentIndex : arg.toIndex },
318
- targetDir: BriefcaseManager.getChangeSetsPath(db.iModelId),
319
- });
320
- if (changesets.length === 0)
321
- return; // nothing to apply
322
- if (reverse)
323
- changesets.reverse();
324
- for (const changeset of changesets)
325
- await this.applySingleChangeset(db, changeset);
326
- // notify listeners
327
- db.notifyChangesetApplied();
328
- }
329
- /** create a changeset from the current changes, and push it to iModelHub */
330
- static async pushChanges(db, arg) {
331
- var _a, _b;
332
- const changesetProps = db.nativeDb.startCreateChangeset();
333
- changesetProps.briefcaseId = db.briefcaseId;
334
- changesetProps.description = arg.description;
335
- changesetProps.size = (_a = IModelJsFs_1.IModelJsFs.lstatSync(changesetProps.pathname)) === null || _a === void 0 ? void 0 : _a.size;
336
- if (!changesetProps.size) // either undefined or 0 means error
337
- throw new core_common_1.IModelError(core_bentley_1.IModelStatus.NoContent, "error creating changeset");
338
- let retryCount = (_b = arg.pushRetryCount) !== null && _b !== void 0 ? _b : 3;
339
- while (true) {
340
- try {
341
- const accessToken = await IModelHost_1.IModelHost.getAccessToken();
342
- const index = await IModelHost_1.IModelHost.hubAccess.pushChangeset({ accessToken, iModelId: db.iModelId, changesetProps });
343
- db.nativeDb.completeCreateChangeset({ index });
344
- db.changeset = db.nativeDb.getCurrentChangeset();
345
- if (!arg.retainLocks)
346
- await db.locks.releaseAllLocks();
347
- return;
348
- }
349
- catch (err) {
350
- const shouldRetry = () => {
351
- if (retryCount-- <= 0)
352
- return false;
353
- switch (err.errorNumber) {
354
- case core_bentley_1.IModelHubStatus.AnotherUserPushing:
355
- case core_bentley_1.IModelHubStatus.DatabaseTemporarilyLocked:
356
- case core_bentley_1.IModelHubStatus.OperationFailed:
357
- return true;
358
- }
359
- return false;
360
- };
361
- if (!shouldRetry()) {
362
- db.nativeDb.abandonCreateChangeset();
363
- throw err;
364
- }
365
- }
366
- finally {
367
- IModelJsFs_1.IModelJsFs.removeSync(changesetProps.pathname);
368
- }
369
- }
370
- }
371
- /** Pull/merge (if necessary), then push all local changes as a changeset. Called by [[BriefcaseDb.pushChanges]]
372
- * @internal
373
- */
374
- static async pullMergePush(db, arg) {
375
- var _a, _b;
376
- let retryCount = (_a = arg.mergeRetryCount) !== null && _a !== void 0 ? _a : 5;
377
- while (true) {
378
- try {
379
- await BriefcaseManager.pullAndApplyChangesets(db, arg);
380
- return await BriefcaseManager.pushChanges(db, arg);
381
- }
382
- catch (err) {
383
- if (retryCount-- <= 0 || err.errorNumber !== core_bentley_1.IModelHubStatus.PullIsRequired)
384
- throw (err);
385
- await ((_b = arg.mergeRetryDelay) !== null && _b !== void 0 ? _b : core_bentley_1.BeDuration.fromSeconds(3)).wait();
386
- }
387
- }
388
- }
389
- /** @internal */
390
- static logUsage(imodel, activity) {
391
- var _a;
392
- const telemetryEvent = new core_telemetry_1.TelemetryEvent("core-backend - Open iModel", "7a6424d1-2114-4e89-b13b-43670a38ccd4", // Feature: "iModel Use"
393
- imodel.iTwinId, imodel.iModelId, (_a = imodel.changeset) === null || _a === void 0 ? void 0 : _a.id);
394
- activity = activity !== null && activity !== void 0 ? activity : {
395
- activityId: "",
396
- applicationId: IModelHost_1.IModelHost.applicationId,
397
- applicationVersion: IModelHost_1.IModelHost.applicationVersion,
398
- sessionId: IModelHost_1.IModelHost.sessionId,
399
- accessToken: "", // IModelHost.getAccessToken(); ACCESS_TOKEN_NEEDS_WORK
400
- };
401
- IModelHost_1.IModelHost.telemetry.postTelemetry(activity, telemetryEvent); // eslint-disable-line @typescript-eslint/no-floating-promises
402
- }
403
- }
404
- exports.BriefcaseManager = BriefcaseManager;
405
- BriefcaseManager._briefcaseSubDir = "briefcases";
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.BriefcaseManager = void 0;
11
+ // cspell:ignore cset csets ecchanges
12
+ const path = require("path");
13
+ const core_bentley_1 = require("@itwin/core-bentley");
14
+ const core_common_1 = require("@itwin/core-common");
15
+ const core_telemetry_1 = require("@itwin/core-telemetry");
16
+ const BackendLoggerCategory_1 = require("./BackendLoggerCategory");
17
+ const CheckpointManager_1 = require("./CheckpointManager");
18
+ const IModelDb_1 = require("./IModelDb");
19
+ const IModelHost_1 = require("./IModelHost");
20
+ const IModelJsFs_1 = require("./IModelJsFs");
21
+ const loggerCategory = BackendLoggerCategory_1.BackendLoggerCategory.IModelDb;
22
+ /** Manages downloading Briefcases and downloading and uploading changesets.
23
+ * @public
24
+ */
25
+ class BriefcaseManager {
26
+ /** Get the local path of the folder storing files that are associated with an imodel */
27
+ static getIModelPath(iModelId) { return path.join(this._cacheDir, iModelId); }
28
+ /** @internal */
29
+ static getChangeSetsPath(iModelId) { return path.join(this.getIModelPath(iModelId), "changesets"); }
30
+ /** @internal */
31
+ static getChangeCachePathName(iModelId) { return path.join(this.getIModelPath(iModelId), iModelId.concat(".bim.ecchanges")); }
32
+ /** @internal */
33
+ static getChangedElementsPathName(iModelId) { return path.join(this.getIModelPath(iModelId), iModelId.concat(".bim.elems")); }
34
+ /** @internal */
35
+ static getBriefcaseBasePath(iModelId) {
36
+ return path.join(this.getIModelPath(iModelId), this._briefcaseSubDir);
37
+ }
38
+ /** Get the name of the local file that holds, or will hold, a local briefcase in the briefcase cache.
39
+ * @note The briefcase cache is a local directory established in the call to [[BriefcaseManager.initialize]].
40
+ * @param briefcase the iModelId and BriefcaseId for the filename
41
+ * @see getIModelPath
42
+ */
43
+ static getFileName(briefcase) {
44
+ return path.join(this.getBriefcaseBasePath(briefcase.iModelId), `${briefcase.briefcaseId}.bim`);
45
+ }
46
+ static setupCacheDir(cacheRootDir) {
47
+ this._cacheDir = cacheRootDir;
48
+ IModelJsFs_1.IModelJsFs.recursiveMkDirSync(this._cacheDir);
49
+ }
50
+ /** Initialize BriefcaseManager
51
+ * @param cacheRootDir The root directory for storing a cache of downloaded briefcase files on the local computer.
52
+ * Briefcases are stored relative to this path in sub-folders organized by IModelId.
53
+ * @note It is perfectly valid for applications to store briefcases in locations they manage, outside of `cacheRootDir`.
54
+ */
55
+ static initialize(cacheRootDir) {
56
+ if (this._initialized)
57
+ return;
58
+ this.setupCacheDir(cacheRootDir);
59
+ IModelHost_1.IModelHost.onBeforeShutdown.addOnce(this.finalize, this);
60
+ this._initialized = true;
61
+ }
62
+ static finalize() {
63
+ this._initialized = false;
64
+ }
65
+ /** Get a list of the local briefcase held in the briefcase cache, optionally for a single iModelId
66
+ * @param iModelId if present, only briefcases for this iModelId are returned, otherwise all briefcases for all
67
+ * iModels in the briefcase cache are returned.
68
+ * @note usually there should only be one briefcase per iModel.
69
+ */
70
+ static getCachedBriefcases(iModelId) {
71
+ var _a, _b, _c;
72
+ const briefcaseList = [];
73
+ const iModelDirs = IModelJsFs_1.IModelJsFs.readdirSync(this._cacheDir);
74
+ for (const iModelDir of iModelDirs) {
75
+ if (iModelId && iModelId !== iModelDir)
76
+ continue;
77
+ const bcPath = path.join(this._cacheDir, iModelDir, this._briefcaseSubDir);
78
+ try {
79
+ if (!((_a = IModelJsFs_1.IModelJsFs.lstatSync(bcPath)) === null || _a === void 0 ? void 0 : _a.isDirectory))
80
+ continue;
81
+ }
82
+ catch (err) {
83
+ continue;
84
+ }
85
+ const briefcases = IModelJsFs_1.IModelJsFs.readdirSync(bcPath);
86
+ for (const briefcaseName of briefcases) {
87
+ if (briefcaseName.endsWith(".bim")) {
88
+ try {
89
+ const fileName = path.join(bcPath, briefcaseName);
90
+ const fileSize = (_c = (_b = IModelJsFs_1.IModelJsFs.lstatSync(fileName)) === null || _b === void 0 ? void 0 : _b.size) !== null && _c !== void 0 ? _c : 0;
91
+ const db = IModelDb_1.IModelDb.openDgnDb({ path: fileName }, core_bentley_1.OpenMode.Readonly);
92
+ briefcaseList.push({ fileName, iTwinId: db.getITwinId(), iModelId: db.getIModelId(), briefcaseId: db.getBriefcaseId(), changeset: db.getCurrentChangeset(), fileSize });
93
+ db.closeIModel();
94
+ }
95
+ catch (_err) {
96
+ }
97
+ }
98
+ }
99
+ }
100
+ return briefcaseList;
101
+ }
102
+ /** Get the root directory for the briefcase cache */
103
+ static get cacheDir() { return this._cacheDir; }
104
+ /** Determine whether the supplied briefcaseId is in the range of assigned BriefcaseIds issued by iModelHub
105
+ * @note this does check whether the id was actually acquired by the caller.
106
+ */
107
+ static isValidBriefcaseId(id) {
108
+ return id >= core_common_1.BriefcaseIdValue.FirstValid && id <= core_common_1.BriefcaseIdValue.LastValid;
109
+ }
110
+ /** Acquire a new briefcaseId from iModelHub for the supplied iModelId
111
+ * @note usually there should only be one briefcase per iModel per user. If a single user acquires more than one briefcaseId,
112
+ * it's a good idea to supply different aliases for each of them.
113
+ */
114
+ static async acquireNewBriefcaseId(arg) {
115
+ return IModelHost_1.IModelHost.hubAccess.acquireNewBriefcaseId(arg);
116
+ }
117
+ /**
118
+ * Download a new briefcase from iModelHub for the supplied iModelId.
119
+ *
120
+ * Briefcases are local files holding a copy of an iModel.
121
+ * Briefcases may either be specific to an individual user (so that it can be modified to create changesets), or it can be readonly so it can accept but not create changesets.
122
+ * Every briefcase internally holds its [[BriefcaseId]]. Writeable briefcases have a `BriefcaseId` "assigned" to them by iModelHub. No two users will ever have the same BriefcaseId.
123
+ * Readonly briefcases are "unassigned" with the special value [[BriefcaseId.Unassigned]].
124
+ *
125
+ * Typically a given user will have only one briefcase on their machine for a given iModelId. Rarely, it may be necessary to use more than one
126
+ * briefcase to make isolated independent sets of changes, but that is exceedingly complicated and rare.
127
+ *
128
+ * Callers of this method may supply a BriefcaseId, or if none is supplied, a new one is acquired from iModelHub.
129
+ *
130
+ * @param arg The arguments that specify the briefcase file to be downloaded.
131
+ * @returns The properties of the local briefcase in a Promise that is resolved after the briefcase is fully downloaded and the briefcase file is ready for use via [BriefcaseDb.open]($backend).
132
+ * @note The location of the local file to hold the briefcase is arbitrary and may be any valid *local* path on your machine. If you don't supply
133
+ * a filename, the local briefcase cache is used by creating a file with the briefcaseId as its name in the `briefcases` folder below the folder named
134
+ * for the IModelId.
135
+ * @note *It is invalid to edit briefcases on a shared network drive* and that is a sure way to corrupt your briefcase (see https://www.sqlite.org/howtocorrupt.html)
136
+ */
137
+ static async downloadBriefcase(arg) {
138
+ var _a, _b, _c, _d, _e;
139
+ const briefcaseId = arg.briefcaseId = (_a = arg.briefcaseId) !== null && _a !== void 0 ? _a : await this.acquireNewBriefcaseId(arg);
140
+ const fileName = (_b = arg.fileName) !== null && _b !== void 0 ? _b : this.getFileName(arg);
141
+ if (IModelJsFs_1.IModelJsFs.existsSync(fileName))
142
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.FileAlreadyExists, `Briefcase "${fileName}" already exists`);
143
+ const asOf = (_c = arg.asOf) !== null && _c !== void 0 ? _c : core_common_1.IModelVersion.latest().toJSON();
144
+ const changeset = await IModelHost_1.IModelHost.hubAccess.getChangesetFromVersion({ ...arg, version: core_common_1.IModelVersion.fromJSON(asOf) });
145
+ const checkpoint = { ...arg, changeset };
146
+ await CheckpointManager_1.CheckpointManager.downloadCheckpoint({ localFile: fileName, checkpoint, onProgress: arg.onProgress });
147
+ const fileSize = (_e = (_d = IModelJsFs_1.IModelJsFs.lstatSync(fileName)) === null || _d === void 0 ? void 0 : _d.size) !== null && _e !== void 0 ? _e : 0;
148
+ const response = {
149
+ fileName,
150
+ briefcaseId,
151
+ iModelId: arg.iModelId,
152
+ iTwinId: arg.iTwinId,
153
+ changeset: checkpoint.changeset,
154
+ fileSize,
155
+ };
156
+ // now open the downloaded checkpoint and reset its BriefcaseId
157
+ const nativeDb = new IModelHost_1.IModelHost.platform.DgnDb();
158
+ try {
159
+ nativeDb.openIModel(fileName, core_bentley_1.OpenMode.ReadWrite);
160
+ }
161
+ catch (err) {
162
+ throw new core_common_1.IModelError(err.errorNumber, `Could not open downloaded briefcase for write access: ${fileName}, err=${err.message}`);
163
+ }
164
+ try {
165
+ nativeDb.resetBriefcaseId(briefcaseId);
166
+ if (nativeDb.getCurrentChangeset().id !== checkpoint.changeset.id)
167
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.InvalidId, `Downloaded briefcase has wrong changesetId: ${fileName}`);
168
+ }
169
+ finally {
170
+ nativeDb.saveChanges();
171
+ nativeDb.closeIModel();
172
+ }
173
+ return response;
174
+ }
175
+ /** Deletes change sets of an iModel from local disk
176
+ * @internal
177
+ */
178
+ static deleteChangeSetsFromLocalDisk(iModelId) {
179
+ const changesetsPath = BriefcaseManager.getChangeSetsPath(iModelId);
180
+ BriefcaseManager.deleteFolderAndContents(changesetsPath);
181
+ }
182
+ /** Releases a briefcaseId from iModelHub. After this call it is illegal to generate changesets for the released briefcaseId.
183
+ * @note generally, this method should not be called directly. Instead use [[deleteBriefcaseFiles]].
184
+ * @see deleteBriefcaseFiles
185
+ */
186
+ static async releaseBriefcase(accessToken, briefcase) {
187
+ if (this.isValidBriefcaseId(briefcase.briefcaseId))
188
+ return IModelHost_1.IModelHost.hubAccess.releaseBriefcase({ accessToken, iModelId: briefcase.iModelId, briefcaseId: briefcase.briefcaseId });
189
+ }
190
+ /**
191
+ * Delete and clean up a briefcase and all of its associated files. First, this method opens the supplied filename to determine its briefcaseId.
192
+ * Then, if a requestContext is supplied, it releases a BriefcaseId from iModelHub. Finally it deletes the local briefcase file and
193
+ * associated files (that is, all files in the same directory that start with the briefcase name).
194
+ * @param filePath the full file name of the Briefcase to delete
195
+ * @param accessToken for releasing the briefcaseId
196
+ */
197
+ static async deleteBriefcaseFiles(filePath, accessToken) {
198
+ try {
199
+ const db = IModelDb_1.IModelDb.openDgnDb({ path: filePath }, core_bentley_1.OpenMode.Readonly);
200
+ const briefcase = {
201
+ iModelId: db.getIModelId(),
202
+ briefcaseId: db.getBriefcaseId(),
203
+ };
204
+ db.closeIModel();
205
+ if (accessToken) {
206
+ if (this.isValidBriefcaseId(briefcase.briefcaseId)) {
207
+ await BriefcaseManager.releaseBriefcase(accessToken, briefcase);
208
+ }
209
+ }
210
+ }
211
+ catch (error) {
212
+ }
213
+ // first try to delete the briefcase file
214
+ try {
215
+ if (IModelJsFs_1.IModelJsFs.existsSync(filePath))
216
+ IModelJsFs_1.IModelJsFs.unlinkSync(filePath);
217
+ }
218
+ catch (err) {
219
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadRequest, `cannot delete briefcase file ${err}`);
220
+ }
221
+ // next, delete all files that start with the briefcase's filePath (e.g. "a.bim-locks", "a.bim-journal", etc.)
222
+ try {
223
+ const dirName = path.dirname(filePath);
224
+ const fileName = path.basename(filePath);
225
+ const files = IModelJsFs_1.IModelJsFs.readdirSync(dirName);
226
+ for (const file of files) {
227
+ if (file.startsWith(fileName))
228
+ this.deleteFile(path.join(dirName, file)); // don't throw on error
229
+ }
230
+ }
231
+ catch (err) {
232
+ }
233
+ }
234
+ /** Deletes a file
235
+ * - Does not throw any error, but logs it instead
236
+ * - Returns true if the delete was successful
237
+ */
238
+ static deleteFile(pathname) {
239
+ try {
240
+ IModelJsFs_1.IModelJsFs.unlinkSync(pathname);
241
+ }
242
+ catch (error) {
243
+ core_bentley_1.Logger.logError(loggerCategory, `Cannot delete file ${pathname}, ${error}`);
244
+ return false;
245
+ }
246
+ return true;
247
+ }
248
+ /** Deletes a folder, checking if it's empty
249
+ * - Does not throw any error, but logs it instead
250
+ * - Returns true if the delete was successful
251
+ */
252
+ static deleteFolderIfEmpty(folderPathname) {
253
+ try {
254
+ const files = IModelJsFs_1.IModelJsFs.readdirSync(folderPathname);
255
+ if (files.length > 0)
256
+ return false;
257
+ IModelJsFs_1.IModelJsFs.rmdirSync(folderPathname);
258
+ }
259
+ catch (error) {
260
+ core_bentley_1.Logger.logError(loggerCategory, `Cannot delete folder: ${folderPathname}`);
261
+ return false;
262
+ }
263
+ return true;
264
+ }
265
+ /** Deletes the contents of a folder, but not the folder itself
266
+ * - Does not throw any errors, but logs them.
267
+ * - returns true if the delete was successful.
268
+ */
269
+ static deleteFolderContents(folderPathname) {
270
+ var _a;
271
+ if (!IModelJsFs_1.IModelJsFs.existsSync(folderPathname))
272
+ return false;
273
+ let status = true;
274
+ const files = IModelJsFs_1.IModelJsFs.readdirSync(folderPathname);
275
+ for (const file of files) {
276
+ const curPath = path.join(folderPathname, file);
277
+ const locStatus = ((_a = IModelJsFs_1.IModelJsFs.lstatSync(curPath)) === null || _a === void 0 ? void 0 : _a.isDirectory) ? BriefcaseManager.deleteFolderAndContents(curPath) : BriefcaseManager.deleteFile(curPath);
278
+ if (!locStatus)
279
+ status = false;
280
+ }
281
+ return status;
282
+ }
283
+ /** Deletes a folder and all it's contents.
284
+ * - Does not throw any errors, but logs them.
285
+ * - returns true if the delete was successful.
286
+ */
287
+ static deleteFolderAndContents(folderPathname) {
288
+ if (!IModelJsFs_1.IModelJsFs.existsSync(folderPathname))
289
+ return true;
290
+ let status = false;
291
+ status = BriefcaseManager.deleteFolderContents(folderPathname);
292
+ if (!status)
293
+ return false;
294
+ status = BriefcaseManager.deleteFolderIfEmpty(folderPathname);
295
+ return status;
296
+ }
297
+ static async applySingleChangeset(db, changesetFile) {
298
+ if (changesetFile.changesType === core_common_1.ChangesetType.Schema)
299
+ db.clearCaches(); // for schema changesets, statement caches may become invalid. Do this *before* applying, in case db needs to be closed (open statements hold db open.)
300
+ db.nativeDb.applyChangeset(changesetFile);
301
+ db.changeset = db.nativeDb.getCurrentChangeset();
302
+ // we're done with this changeset, delete it
303
+ IModelJsFs_1.IModelJsFs.removeSync(changesetFile.pathname);
304
+ }
305
+ /** @internal */
306
+ static async pullAndApplyChangesets(db, arg) {
307
+ if (!db.isOpen || db.nativeDb.isReadonly()) // don't use db.isReadonly - we reopen the file writable just for this operation but db.isReadonly is still true
308
+ throw new core_common_1.IModelError(core_bentley_1.ChangeSetStatus.ApplyError, "Briefcase must be open ReadWrite to process change sets");
309
+ let currentIndex = db.changeset.index;
310
+ if (currentIndex === undefined)
311
+ currentIndex = (await IModelHost_1.IModelHost.hubAccess.queryChangeset({ accessToken: arg.accessToken, iModelId: db.iModelId, changeset: { id: db.changeset.id } })).index;
312
+ const reverse = (arg.toIndex && arg.toIndex < currentIndex) ? true : false;
313
+ // Download change sets
314
+ const changesets = await IModelHost_1.IModelHost.hubAccess.downloadChangesets({
315
+ accessToken: arg.accessToken,
316
+ iModelId: db.iModelId,
317
+ range: { first: reverse ? arg.toIndex + 1 : currentIndex + 1, end: reverse ? currentIndex : arg.toIndex },
318
+ targetDir: BriefcaseManager.getChangeSetsPath(db.iModelId),
319
+ });
320
+ if (changesets.length === 0)
321
+ return; // nothing to apply
322
+ if (reverse)
323
+ changesets.reverse();
324
+ for (const changeset of changesets)
325
+ await this.applySingleChangeset(db, changeset);
326
+ // notify listeners
327
+ db.notifyChangesetApplied();
328
+ }
329
+ /** create a changeset from the current changes, and push it to iModelHub */
330
+ static async pushChanges(db, arg) {
331
+ var _a, _b;
332
+ const changesetProps = db.nativeDb.startCreateChangeset();
333
+ changesetProps.briefcaseId = db.briefcaseId;
334
+ changesetProps.description = arg.description;
335
+ changesetProps.size = (_a = IModelJsFs_1.IModelJsFs.lstatSync(changesetProps.pathname)) === null || _a === void 0 ? void 0 : _a.size;
336
+ if (!changesetProps.size) // either undefined or 0 means error
337
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.NoContent, "error creating changeset");
338
+ let retryCount = (_b = arg.pushRetryCount) !== null && _b !== void 0 ? _b : 3;
339
+ while (true) {
340
+ try {
341
+ const accessToken = await IModelHost_1.IModelHost.getAccessToken();
342
+ const index = await IModelHost_1.IModelHost.hubAccess.pushChangeset({ accessToken, iModelId: db.iModelId, changesetProps });
343
+ db.nativeDb.completeCreateChangeset({ index });
344
+ db.changeset = db.nativeDb.getCurrentChangeset();
345
+ if (!arg.retainLocks)
346
+ await db.locks.releaseAllLocks();
347
+ return;
348
+ }
349
+ catch (err) {
350
+ const shouldRetry = () => {
351
+ if (retryCount-- <= 0)
352
+ return false;
353
+ switch (err.errorNumber) {
354
+ case core_bentley_1.IModelHubStatus.AnotherUserPushing:
355
+ case core_bentley_1.IModelHubStatus.DatabaseTemporarilyLocked:
356
+ case core_bentley_1.IModelHubStatus.OperationFailed:
357
+ return true;
358
+ }
359
+ return false;
360
+ };
361
+ if (!shouldRetry()) {
362
+ db.nativeDb.abandonCreateChangeset();
363
+ throw err;
364
+ }
365
+ }
366
+ finally {
367
+ IModelJsFs_1.IModelJsFs.removeSync(changesetProps.pathname);
368
+ }
369
+ }
370
+ }
371
+ /** Pull/merge (if necessary), then push all local changes as a changeset. Called by [[BriefcaseDb.pushChanges]]
372
+ * @internal
373
+ */
374
+ static async pullMergePush(db, arg) {
375
+ var _a, _b;
376
+ let retryCount = (_a = arg.mergeRetryCount) !== null && _a !== void 0 ? _a : 5;
377
+ while (true) {
378
+ try {
379
+ await BriefcaseManager.pullAndApplyChangesets(db, arg);
380
+ return await BriefcaseManager.pushChanges(db, arg);
381
+ }
382
+ catch (err) {
383
+ if (retryCount-- <= 0 || err.errorNumber !== core_bentley_1.IModelHubStatus.PullIsRequired)
384
+ throw (err);
385
+ await ((_b = arg.mergeRetryDelay) !== null && _b !== void 0 ? _b : core_bentley_1.BeDuration.fromSeconds(3)).wait();
386
+ }
387
+ }
388
+ }
389
+ /** @internal */
390
+ static logUsage(imodel, activity) {
391
+ var _a;
392
+ const telemetryEvent = new core_telemetry_1.TelemetryEvent("core-backend - Open iModel", "7a6424d1-2114-4e89-b13b-43670a38ccd4", // Feature: "iModel Use"
393
+ imodel.iTwinId, imodel.iModelId, (_a = imodel.changeset) === null || _a === void 0 ? void 0 : _a.id);
394
+ activity = activity !== null && activity !== void 0 ? activity : {
395
+ activityId: "",
396
+ applicationId: IModelHost_1.IModelHost.applicationId,
397
+ applicationVersion: IModelHost_1.IModelHost.applicationVersion,
398
+ sessionId: IModelHost_1.IModelHost.sessionId,
399
+ accessToken: "", // IModelHost.getAccessToken(); ACCESS_TOKEN_NEEDS_WORK
400
+ };
401
+ IModelHost_1.IModelHost.telemetry.postTelemetry(activity, telemetryEvent); // eslint-disable-line @typescript-eslint/no-floating-promises
402
+ }
403
+ }
404
+ exports.BriefcaseManager = BriefcaseManager;
405
+ BriefcaseManager._briefcaseSubDir = "briefcases";
406
406
  //# sourceMappingURL=BriefcaseManager.js.map