@sitevision/api 1.1.0-alpha.2 → 2.0.0-alpha.1

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 (558) hide show
  1. package/client/requester/index.d.ts +7 -7
  2. package/client/toasts/index.d.ts +5 -5
  3. package/common/app/index.d.ts +20 -1
  4. package/common/events/index.d.ts +6 -3
  5. package/common/i18n/index.d.ts +1 -0
  6. package/common/router/index.d.ts +43 -21
  7. package/index.d.ts +23 -18
  8. package/package.json +4 -2
  9. package/server/AliasUtil/index.d.ts +4 -4
  10. package/server/ArchiveUtil/index.d.ts +3 -23
  11. package/server/ArchiveUtil/index.js +1 -3
  12. package/server/ArraysInstance/index.d.ts +4 -18
  13. package/server/ArraysInstance/index.js +27 -0
  14. package/server/ArticleUtil/index.d.ts +11 -158
  15. package/server/ArticleUtil/index.js +3 -17
  16. package/server/AuthenticationUtil/index.d.ts +5 -11
  17. package/server/AuthenticationUtil/index.js +12 -0
  18. package/server/BookmarkUtil/index.d.ts +6 -12
  19. package/server/BuddyIconRenderer/index.d.ts +6 -46
  20. package/server/BuddyIconRenderer/index.js +21 -0
  21. package/server/ClientUtil/index.d.ts +3 -3
  22. package/server/CollaborationFactory/index.d.ts +5 -5
  23. package/server/CollaborationFactory/index.js +6 -1
  24. package/server/CollaborationGroupFolderUtil/index.d.ts +4 -9
  25. package/server/CollaborationGroupFolderUtil/index.js +2 -6
  26. package/server/CollaborationGroupTemplateUtil/index.d.ts +4 -23
  27. package/server/CollaborationGroupTemplateUtil/index.js +3 -9
  28. package/server/CollaborationGroupUtil/index.d.ts +4 -40
  29. package/server/CollaborationGroupUtil/index.js +2 -6
  30. package/server/CollectionsInstance/index.d.ts +36 -53
  31. package/server/CollectionsInstance/index.js +69 -0
  32. package/server/ColorUtil/index.d.ts +4 -4
  33. package/server/CompoundAndFilterBuilder/index.d.ts +5 -8
  34. package/server/CompoundAndFilterBuilder/index.js +12 -0
  35. package/server/CompoundComparatorBuilder/index.d.ts +4 -11
  36. package/server/CompoundComparatorBuilder/index.js +12 -0
  37. package/server/CompoundOrFilterBuilder/index.d.ts +5 -8
  38. package/server/CompoundOrFilterBuilder/index.js +12 -0
  39. package/server/ContentNodeUtil/index.d.ts +3 -19
  40. package/server/ContentNodeUtil/index.js +11 -0
  41. package/server/CurrencyFactory/index.d.ts +3 -54
  42. package/server/CurrencyFactory/index.js +11 -0
  43. package/server/DateUtil/index.d.ts +3 -28
  44. package/server/DateUtil/index.js +5 -5
  45. package/server/DecorationUtil/index.d.ts +4 -4
  46. package/server/DecorationUtil/index.js +10 -0
  47. package/server/DeviceUtil/index.d.ts +4 -4
  48. package/server/DeviceUtil/index.js +11 -0
  49. package/server/DirectoryUtil/index.d.ts +10 -30
  50. package/server/DirectoryUtil/index.js +2 -2
  51. package/server/DocTypeUtil/index.d.ts +8 -9
  52. package/server/DocTypeUtil/index.js +17 -0
  53. package/server/EndecUtil/index.d.ts +2 -210
  54. package/server/EndecUtil/index.js +12 -12
  55. package/server/ExtendedDismaxParserBuilder/index.d.ts +5 -40
  56. package/server/ExtendedDismaxParserBuilder/index.js +22 -0
  57. package/server/FileIconRenderer/index.d.ts +3 -24
  58. package/server/FileIconRenderer/index.js +29 -0
  59. package/server/FileUtil/index.d.ts +4 -145
  60. package/server/FileUtil/index.js +20 -0
  61. package/server/FilterBuilder/index.d.ts +4 -18
  62. package/server/FilterBuilder/index.js +12 -0
  63. package/server/FolderUtil/index.d.ts +3 -51
  64. package/server/FolderUtil/index.js +13 -0
  65. package/server/FontUtil/index.d.ts +4 -4
  66. package/server/FontUtil/index.js +11 -0
  67. package/server/FormatterBuilderFactory/index.d.ts +4 -35
  68. package/server/FormatterBuilderFactory/index.js +12 -0
  69. package/server/HighlightBuilder/index.d.ts +4 -33
  70. package/server/HighlightBuilder/index.js +15 -0
  71. package/server/IconUtil/index.d.ts +4 -4
  72. package/server/IconUtil/index.js +12 -0
  73. package/server/ImageLinkRenderer/index.d.ts +2 -11
  74. package/server/ImageLinkRenderer/index.js +12 -0
  75. package/server/ImageRenderer/index.d.ts +7 -77
  76. package/server/ImageRenderer/index.js +49 -0
  77. package/server/ImageUtil/index.d.ts +4 -148
  78. package/server/ImageUtil/index.js +18 -0
  79. package/server/IndexUtil/index.d.ts +4 -24
  80. package/server/IndexUtil/index.js +11 -0
  81. package/server/IndexingUtil/index.d.ts +3 -33
  82. package/server/IndexingUtil/index.js +10 -0
  83. package/server/InstanceCreatorUtil/index.d.ts +9 -142
  84. package/server/InstanceCreatorUtil/index.js +36 -1
  85. package/server/InstanceTypeUtil/index.d.ts +3 -3
  86. package/server/InstanceTypeUtil/index.js +31 -0
  87. package/server/JwtUtil/index.d.ts +3 -74
  88. package/server/JwtUtil/index.js +13 -0
  89. package/server/LandingPageUtil/index.d.ts +4 -4
  90. package/server/LandingPageUtil/index.js +6 -6
  91. package/server/LinkPageUtil/index.d.ts +8 -177
  92. package/server/LinkPageUtil/index.js +13 -0
  93. package/server/LinkRenderer/index.d.ts +3 -209
  94. package/server/LinkRenderer/index.js +64 -0
  95. package/server/LinkTargetBuilder/index.d.ts +6 -11
  96. package/server/LinkTargetBuilder/index.js +16 -0
  97. package/server/LinkValueBuilder/index.d.ts +7 -5
  98. package/server/LinkValueBuilder/index.js +4 -4
  99. package/server/ListWrapper/index.d.ts +5 -15
  100. package/server/ListWrapper/index.js +19 -0
  101. package/server/LocaleUtil/index.d.ts +3 -302
  102. package/server/LocaleUtil/index.js +4 -4
  103. package/server/LogUtil/index.d.ts +3 -15
  104. package/server/LogUtil/index.js +7 -7
  105. package/server/MailBuilder/index.d.ts +5 -4
  106. package/server/MailBuilder/index.js +23 -0
  107. package/server/MailUtil/index.d.ts +2 -18
  108. package/server/MailUtil/index.js +15 -0
  109. package/server/MathInstance/index.d.ts +3 -10
  110. package/server/MathInstance/index.js +56 -0
  111. package/server/MessageDigesterFactory/index.d.ts +4 -4
  112. package/server/MessageDigesterFactory/index.js +13 -0
  113. package/server/MetadataDefinitionUtil/index.d.ts +5 -5
  114. package/server/MetadataDefinitionUtil/index.js +14 -0
  115. package/server/MetadataUtil/index.d.ts +6 -188
  116. package/server/MetadataUtil/index.js +5 -5
  117. package/server/MimeTypeUtil/index.d.ts +3 -86
  118. package/server/MimeTypeUtil/index.js +21 -0
  119. package/server/MonitorBuilder/index.d.ts +5 -4
  120. package/server/MonitorBuilder/index.js +11 -0
  121. package/server/NodeComparatorUtil/index.d.ts +3 -155
  122. package/server/NodeComparatorUtil/index.js +15 -0
  123. package/server/NodeFactoryUtil/index.d.ts +3 -3
  124. package/server/NodeFactoryUtil/index.js +11 -0
  125. package/server/NodeFilterUtil/index.d.ts +11 -97
  126. package/server/NodeFilterUtil/index.js +59 -0
  127. package/server/NodeIteratorUtil/index.d.ts +11 -117
  128. package/server/NodeIteratorUtil/index.js +6 -6
  129. package/server/NodeResolverUtil/index.d.ts +4 -354
  130. package/server/NodeResolverUtil/index.js +16 -0
  131. package/server/NodeTreeUtil/index.d.ts +10 -128
  132. package/server/NodeTreeUtil/index.js +4 -4
  133. package/server/NodeTypeUtil/index.d.ts +171 -54
  134. package/server/NodeTypeUtil/index.js +28 -23
  135. package/server/OfflineVersionPropertyUtil/index.d.ts +6 -2
  136. package/server/OfflineVersionPropertyUtil/index.js +8 -0
  137. package/server/OnlineVersionPropertyUtil/index.d.ts +6 -2
  138. package/server/OnlineVersionPropertyUtil/index.js +8 -0
  139. package/server/OutputUtil/index.d.ts +4 -244
  140. package/server/OutputUtil/index.js +16 -0
  141. package/server/PageUtil/index.d.ts +11 -122
  142. package/server/PageUtil/index.js +12 -0
  143. package/server/PermissionUtil/index.d.ts +9 -200
  144. package/server/PermissionUtil/index.js +24 -0
  145. package/server/PortletContextUtil/index.d.ts +3 -26
  146. package/server/PortletContextUtil/index.js +6 -5
  147. package/server/PortletUtil/index.d.ts +4 -9
  148. package/server/PortletUtil/index.js +10 -0
  149. package/server/PrincipalUtil/index.d.ts +5 -10
  150. package/server/PrincipalUtil/index.js +12 -0
  151. package/server/Properties/index.d.ts +3 -25
  152. package/server/Properties/index.js +4 -12
  153. package/server/PropertyUtil/index.d.ts +17 -822
  154. package/server/PropertyUtil/index.js +23 -69
  155. package/server/PublishingUtil/index.d.ts +3 -141
  156. package/server/QueryStringUtil/index.d.ts +3 -309
  157. package/server/QueryStringUtil/index.js +17 -0
  158. package/server/RedirectUtil/index.d.ts +4 -20
  159. package/server/RedirectUtil/index.js +14 -0
  160. package/server/RelatedValueBuilder/index.d.ts +8 -6
  161. package/server/RelatedValueBuilder/index.js +3 -3
  162. package/server/Requester/index.d.ts +8 -33
  163. package/server/Requester/index.js +6 -22
  164. package/server/ResourceLocatorUtil/index.d.ts +3 -106
  165. package/server/ResourceLocatorUtil/index.js +27 -25
  166. package/server/RestApi/index.d.ts +7 -39
  167. package/server/RestApi/index.js +2 -2
  168. package/server/RestAppInvokerFactory/index.d.ts +5 -5
  169. package/server/RestAppInvokerFactory/index.js +12 -0
  170. package/server/RoleAssignmentBuilder/index.d.ts +6 -9
  171. package/server/RoleAssignmentBuilder/index.js +13 -0
  172. package/server/RoleMatcherBuilder/index.d.ts +6 -9
  173. package/server/RoleMatcherBuilder/index.js +13 -0
  174. package/server/RoleUtil/index.d.ts +6 -9
  175. package/server/RoleUtil/index.js +13 -0
  176. package/server/ScriptUtil/index.d.ts +4 -194
  177. package/server/ScriptUtil/index.js +19 -14
  178. package/server/SearchFactory/index.d.ts +5 -7
  179. package/server/SearchFactory/index.js +22 -0
  180. package/server/SearchUtil/index.d.ts +5 -40
  181. package/server/SearchUtil/index.js +10 -0
  182. package/server/SearcherBuilder/index.d.ts +11 -49
  183. package/server/SearcherBuilder/index.js +17 -0
  184. package/server/Session/index.d.ts +28 -636
  185. package/server/Session/index.js +48 -0
  186. package/server/SimpleUserUtil/index.d.ts +4 -9
  187. package/server/SiteCookieUtil/index.d.ts +11 -16
  188. package/server/SiteCookieUtil/index.js +3 -0
  189. package/server/SortBuilder/index.d.ts +6 -6
  190. package/server/SortBuilder/index.js +12 -0
  191. package/server/SpellCheckBuilder/index.d.ts +4 -12
  192. package/server/SpellCheckBuilder/index.js +11 -0
  193. package/server/StandardParserBuilder/index.d.ts +5 -12
  194. package/server/StandardParserBuilder/index.js +12 -0
  195. package/server/StructureUtil/index.d.ts +3 -73
  196. package/server/StructureUtil/index.js +10 -0
  197. package/server/SubscriberUtil/index.d.ts +4 -27
  198. package/server/SubscriberUtil/index.js +13 -0
  199. package/server/SubscriptionUtil/index.d.ts +3 -54
  200. package/server/SubscriptionUtil/index.js +14 -0
  201. package/server/SystemUserUtil/index.d.ts +3 -79
  202. package/server/SystemUserUtil/index.js +3 -3
  203. package/server/TagUtil/index.d.ts +4 -60
  204. package/server/TagUtil/index.js +15 -0
  205. package/server/TemplateUtil/index.d.ts +6 -70
  206. package/server/TemplateUtil/index.js +15 -0
  207. package/server/TemporaryFileNodeBuilder/index.d.ts +5 -8
  208. package/server/TemporaryFileNodeBuilder/index.js +12 -0
  209. package/server/TemporaryNodeBuilder/index.d.ts +5 -44
  210. package/server/TemporaryNodeBuilder/index.js +21 -0
  211. package/server/TextModuleRendererBuilder/index.d.ts +6 -5
  212. package/server/TextModuleRendererBuilder/index.js +11 -0
  213. package/server/TimestampUtil/index.d.ts +3 -3
  214. package/server/TimestampUtil/index.js +7 -7
  215. package/server/TranslationUtil/index.d.ts +5 -62
  216. package/server/TranslationUtil/index.js +13 -0
  217. package/server/TrashcanUtil/index.d.ts +3 -78
  218. package/server/TrashcanUtil/index.js +3 -3
  219. package/server/UserDataUtil/index.d.ts +4 -55
  220. package/server/UserDataUtil/index.js +2 -2
  221. package/server/UserFactory/index.d.ts +5 -5
  222. package/server/UserFactory/index.js +4 -4
  223. package/server/UserFieldRenderer/index.d.ts +3 -67
  224. package/server/UserFieldRenderer/index.js +16 -0
  225. package/server/UserIdentityUtil/index.d.ts +3 -20
  226. package/server/UserIdentityUtil/index.js +1 -1
  227. package/server/UserUtil/index.d.ts +3 -14
  228. package/server/Utils/index.d.ts +14 -52
  229. package/server/Utils/index.js +82 -1
  230. package/server/VelocityRenderer/index.d.ts +4 -52
  231. package/server/VelocityRenderer/index.js +11 -0
  232. package/server/VersionUtil/index.d.ts +3 -3
  233. package/server/VersionUtil/index.js +0 -2
  234. package/server/WebContentUtil/index.d.ts +7 -181
  235. package/server/WebContentUtil/index.js +14 -0
  236. package/server/WebResourceFactory/index.d.ts +3 -3
  237. package/server/WebResourceFactory/index.js +15 -0
  238. package/server/XSLTUtil/index.d.ts +2 -15
  239. package/server/XmlParserUtil/index.d.ts +6 -5
  240. package/server/appData/index.d.ts +2 -2
  241. package/server/appInfo/index.d.ts +33 -0
  242. package/server/appInfo/index.js +38 -0
  243. package/server/appResource/index.d.ts +5 -3
  244. package/server/cache/index.d.ts +13 -0
  245. package/server/cache/index.js +15 -0
  246. package/server/globalAppData/index.d.ts +2 -2
  247. package/server/headless/index.d.ts +97 -0
  248. package/server/headless/index.js +10 -0
  249. package/server/hooks/index.d.ts +7 -7
  250. package/server/oauth2/index.d.ts +7 -2
  251. package/server/privileged/index.d.ts +4 -2
  252. package/server/storage/index.d.ts +27 -7
  253. package/{hidden → types}/javax/jcr/Binary/index.d.ts +3 -26
  254. package/types/javax/jcr/Binary/index.js +13 -0
  255. package/{hidden → types}/javax/jcr/Credentials/index.d.ts +3 -3
  256. package/types/javax/jcr/Credentials/index.js +8 -0
  257. package/{hidden → types}/javax/jcr/ImportUUIDBehavior/index.d.ts +3 -3
  258. package/types/javax/jcr/ImportUUIDBehavior/index.js +8 -0
  259. package/{hidden → types}/javax/jcr/Item/index.d.ts +6 -121
  260. package/types/javax/jcr/Item/index.js +23 -0
  261. package/{hidden → types}/javax/jcr/ItemVisitor/index.d.ts +6 -11
  262. package/types/javax/jcr/ItemVisitor/index.js +10 -0
  263. package/{hidden → types}/javax/jcr/NamespaceRegistry/index.d.ts +3 -20
  264. package/types/javax/jcr/NamespaceRegistry/index.js +15 -0
  265. package/{hidden → types}/javax/jcr/Node/index.d.ts +23 -1028
  266. package/types/javax/jcr/Node/index.js +56 -0
  267. package/{hidden → types}/javax/jcr/NodeIterator/index.d.ts +5 -6
  268. package/types/javax/jcr/NodeIterator/index.js +10 -0
  269. package/{hidden → types}/javax/jcr/Property/index.d.ts +71 -197
  270. package/types/javax/jcr/Property/index.js +27 -0
  271. package/{hidden → types}/javax/jcr/PropertyIterator/index.d.ts +5 -6
  272. package/types/javax/jcr/PropertyIterator/index.js +10 -0
  273. package/{hidden → types}/javax/jcr/RangeIterator/index.d.ts +3 -28
  274. package/types/javax/jcr/RangeIterator/index.js +12 -0
  275. package/{hidden → types}/javax/jcr/Repository/index.d.ts +54 -63
  276. package/types/javax/jcr/Repository/index.js +16 -0
  277. package/{hidden → types}/javax/jcr/RepositoryFactory/index.d.ts +5 -19
  278. package/types/javax/jcr/RepositoryFactory/index.js +10 -0
  279. package/{hidden → types}/javax/jcr/Value/index.d.ts +4 -36
  280. package/types/javax/jcr/Value/index.js +18 -0
  281. package/{hidden → types}/javax/jcr/ValueFactory/index.d.ts +7 -44
  282. package/types/javax/jcr/ValueFactory/index.js +11 -0
  283. package/{hidden → types}/javax/jcr/Workspace/index.d.ts +29 -426
  284. package/types/javax/jcr/Workspace/index.js +26 -0
  285. package/{hidden → types}/javax/jcr/lock/Lock/index.d.ts +4 -42
  286. package/types/javax/jcr/lock/Lock/index.js +18 -0
  287. package/{hidden → types}/javax/jcr/lock/LockManager/index.d.ts +4 -66
  288. package/types/javax/jcr/lock/LockManager/index.js +17 -0
  289. package/{hidden → types}/javax/jcr/nodetype/ItemDefinition/index.d.ts +4 -93
  290. package/types/javax/jcr/nodetype/ItemDefinition/index.js +15 -0
  291. package/{hidden → types}/javax/jcr/nodetype/NodeDefinition/index.d.ts +6 -64
  292. package/types/javax/jcr/nodetype/NodeDefinition/index.js +14 -0
  293. package/{hidden → types}/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +5 -8
  294. package/types/javax/jcr/nodetype/NodeDefinitionTemplate/index.js +17 -0
  295. package/{hidden → types}/javax/jcr/nodetype/NodeType/index.d.ts +39 -69
  296. package/types/javax/jcr/nodetype/NodeType/index.js +21 -0
  297. package/{hidden → types}/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +5 -90
  298. package/types/javax/jcr/nodetype/NodeTypeDefinition/index.js +18 -0
  299. package/{hidden → types}/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +5 -6
  300. package/types/javax/jcr/nodetype/NodeTypeIterator/index.js +10 -0
  301. package/{hidden → types}/javax/jcr/nodetype/NodeTypeManager/index.d.ts +10 -50
  302. package/types/javax/jcr/nodetype/NodeTypeManager/index.js +21 -0
  303. package/{hidden → types}/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +7 -17
  304. package/types/javax/jcr/nodetype/NodeTypeTemplate/index.js +18 -0
  305. package/{hidden → types}/javax/jcr/nodetype/PropertyDefinition/index.d.ts +6 -247
  306. package/types/javax/jcr/nodetype/PropertyDefinition/index.js +16 -0
  307. package/{hidden → types}/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +5 -8
  308. package/types/javax/jcr/nodetype/PropertyDefinitionTemplate/index.js +21 -0
  309. package/{hidden → types}/javax/jcr/observation/Event/index.d.ts +7 -26
  310. package/types/javax/jcr/observation/Event/index.js +16 -0
  311. package/{hidden → types}/javax/jcr/observation/EventIterator/index.d.ts +5 -6
  312. package/types/javax/jcr/observation/EventIterator/index.js +10 -0
  313. package/{hidden → types}/javax/jcr/observation/EventJournal/index.d.ts +5 -8
  314. package/types/javax/jcr/observation/EventJournal/index.js +10 -0
  315. package/{hidden → types}/javax/jcr/observation/EventListener/index.d.ts +4 -6
  316. package/types/javax/jcr/observation/EventListener/index.js +10 -0
  317. package/{hidden → types}/javax/jcr/observation/EventListenerIterator/index.d.ts +5 -6
  318. package/types/javax/jcr/observation/EventListenerIterator/index.js +10 -0
  319. package/{hidden → types}/javax/jcr/observation/ObservationManager/index.d.ts +7 -80
  320. package/types/javax/jcr/observation/ObservationManager/index.js +14 -0
  321. package/{hidden → types}/javax/jcr/query/Query/index.d.ts +12 -66
  322. package/types/javax/jcr/query/Query/index.js +18 -0
  323. package/{hidden → types}/javax/jcr/query/QueryManager/index.d.ts +6 -21
  324. package/types/javax/jcr/query/QueryManager/index.js +13 -0
  325. package/{hidden → types}/javax/jcr/query/QueryResult/index.d.ts +5 -12
  326. package/types/javax/jcr/query/QueryResult/index.js +13 -0
  327. package/{hidden → types}/javax/jcr/query/Row/index.d.ts +6 -47
  328. package/types/javax/jcr/query/Row/index.js +14 -0
  329. package/{hidden → types}/javax/jcr/query/RowIterator/index.d.ts +5 -6
  330. package/types/javax/jcr/query/RowIterator/index.js +10 -0
  331. package/{hidden → types}/javax/jcr/query/qom/And/index.d.ts +4 -6
  332. package/types/javax/jcr/query/qom/And/index.js +11 -0
  333. package/{hidden → types}/javax/jcr/query/qom/BindVariableValue/index.d.ts +5 -5
  334. package/types/javax/jcr/query/qom/BindVariableValue/index.js +10 -0
  335. package/{hidden → types}/javax/jcr/query/qom/ChildNode/index.d.ts +5 -5
  336. package/types/javax/jcr/query/qom/ChildNode/index.js +11 -0
  337. package/{hidden → types}/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +5 -5
  338. package/types/javax/jcr/query/qom/ChildNodeJoinCondition/index.js +11 -0
  339. package/{hidden → types}/javax/jcr/query/qom/Column/index.d.ts +3 -6
  340. package/types/javax/jcr/query/qom/Column/index.js +12 -0
  341. package/{hidden → types}/javax/jcr/query/qom/Comparison/index.d.ts +7 -7
  342. package/types/javax/jcr/query/qom/Comparison/index.js +12 -0
  343. package/{hidden → types}/javax/jcr/query/qom/Constraint/index.d.ts +3 -3
  344. package/types/javax/jcr/query/qom/Constraint/index.js +8 -0
  345. package/{hidden → types}/javax/jcr/query/qom/DescendantNode/index.d.ts +5 -5
  346. package/types/javax/jcr/query/qom/DescendantNode/index.js +11 -0
  347. package/{hidden → types}/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +5 -5
  348. package/types/javax/jcr/query/qom/DescendantNodeJoinCondition/index.js +11 -0
  349. package/{hidden → types}/javax/jcr/query/qom/DynamicOperand/index.d.ts +5 -3
  350. package/types/javax/jcr/query/qom/DynamicOperand/index.js +8 -0
  351. package/{hidden → types}/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +5 -5
  352. package/types/javax/jcr/query/qom/EquiJoinCondition/index.js +13 -0
  353. package/{hidden → types}/javax/jcr/query/qom/FullTextSearch/index.d.ts +5 -6
  354. package/types/javax/jcr/query/qom/FullTextSearch/index.js +12 -0
  355. package/{hidden → types}/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +5 -5
  356. package/types/javax/jcr/query/qom/FullTextSearchScore/index.js +10 -0
  357. package/{hidden → types}/javax/jcr/query/qom/Join/index.d.ts +6 -7
  358. package/types/javax/jcr/query/qom/Join/index.js +13 -0
  359. package/{hidden → types}/javax/jcr/query/qom/JoinCondition/index.d.ts +3 -3
  360. package/types/javax/jcr/query/qom/JoinCondition/index.js +8 -0
  361. package/{hidden → types}/javax/jcr/query/qom/Length/index.d.ts +5 -6
  362. package/types/javax/jcr/query/qom/Length/index.js +10 -0
  363. package/{hidden → types}/javax/jcr/query/qom/Literal/index.d.ts +5 -6
  364. package/types/javax/jcr/query/qom/Literal/index.js +10 -0
  365. package/{hidden → types}/javax/jcr/query/qom/LowerCase/index.d.ts +4 -6
  366. package/types/javax/jcr/query/qom/LowerCase/index.js +10 -0
  367. package/{hidden → types}/javax/jcr/query/qom/NodeLocalName/index.d.ts +5 -5
  368. package/types/javax/jcr/query/qom/NodeLocalName/index.js +10 -0
  369. package/{hidden → types}/javax/jcr/query/qom/NodeName/index.d.ts +5 -5
  370. package/types/javax/jcr/query/qom/NodeName/index.js +10 -0
  371. package/{hidden → types}/javax/jcr/query/qom/Not/index.d.ts +4 -6
  372. package/types/javax/jcr/query/qom/Not/index.js +10 -0
  373. package/{hidden → types}/javax/jcr/query/qom/Operand/index.d.ts +3 -3
  374. package/types/javax/jcr/query/qom/Operand/index.js +8 -0
  375. package/{hidden → types}/javax/jcr/query/qom/Or/index.d.ts +4 -6
  376. package/types/javax/jcr/query/qom/Or/index.js +11 -0
  377. package/{hidden → types}/javax/jcr/query/qom/Ordering/index.d.ts +4 -6
  378. package/types/javax/jcr/query/qom/Ordering/index.js +11 -0
  379. package/{hidden → types}/javax/jcr/query/qom/PropertyExistence/index.d.ts +5 -5
  380. package/types/javax/jcr/query/qom/PropertyExistence/index.js +11 -0
  381. package/{hidden → types}/javax/jcr/query/qom/PropertyValue/index.d.ts +5 -5
  382. package/types/javax/jcr/query/qom/PropertyValue/index.js +11 -0
  383. package/{hidden → types}/javax/jcr/query/qom/QueryObjectModel/index.d.ts +8 -9
  384. package/types/javax/jcr/query/qom/QueryObjectModel/index.js +13 -0
  385. package/{hidden → types}/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +3 -3
  386. package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.js +8 -0
  387. package/{hidden → types}/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +38 -174
  388. package/types/javax/jcr/query/qom/QueryObjectModelFactory/index.js +37 -0
  389. package/{hidden → types}/javax/jcr/query/qom/SameNode/index.d.ts +5 -5
  390. package/types/javax/jcr/query/qom/SameNode/index.js +11 -0
  391. package/{hidden → types}/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +5 -5
  392. package/types/javax/jcr/query/qom/SameNodeJoinCondition/index.js +12 -0
  393. package/{hidden → types}/javax/jcr/query/qom/Selector/index.d.ts +5 -8
  394. package/types/javax/jcr/query/qom/Selector/index.js +11 -0
  395. package/{hidden → types}/javax/jcr/query/qom/Source/index.d.ts +3 -3
  396. package/types/javax/jcr/query/qom/Source/index.js +8 -0
  397. package/{hidden → types}/javax/jcr/query/qom/StaticOperand/index.d.ts +5 -3
  398. package/types/javax/jcr/query/qom/StaticOperand/index.js +8 -0
  399. package/{hidden → types}/javax/jcr/query/qom/UpperCase/index.d.ts +4 -6
  400. package/types/javax/jcr/query/qom/UpperCase/index.js +10 -0
  401. package/{hidden → types}/javax/jcr/retention/Hold/index.d.ts +3 -5
  402. package/types/javax/jcr/retention/Hold/index.js +11 -0
  403. package/{hidden → types}/javax/jcr/retention/RetentionManager/index.d.ts +6 -60
  404. package/types/javax/jcr/retention/RetentionManager/index.js +15 -0
  405. package/{hidden → types}/javax/jcr/retention/RetentionPolicy/index.d.ts +3 -5
  406. package/types/javax/jcr/retention/RetentionPolicy/index.js +10 -0
  407. package/{hidden → types}/javax/jcr/security/AccessControlEntry/index.d.ts +4 -6
  408. package/types/javax/jcr/security/AccessControlEntry/index.js +11 -0
  409. package/{hidden → types}/javax/jcr/security/AccessControlList/index.d.ts +8 -31
  410. package/types/javax/jcr/security/AccessControlList/index.js +12 -0
  411. package/{hidden → types}/javax/jcr/security/AccessControlManager/index.d.ts +7 -102
  412. package/types/javax/jcr/security/AccessControlManager/index.js +18 -0
  413. package/{hidden → types}/javax/jcr/security/AccessControlPolicy/index.d.ts +3 -3
  414. package/types/javax/jcr/security/AccessControlPolicy/index.js +8 -0
  415. package/{hidden → types}/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +5 -6
  416. package/types/javax/jcr/security/AccessControlPolicyIterator/index.js +10 -0
  417. package/{hidden → types}/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +5 -6
  418. package/types/javax/jcr/security/NamedAccessControlPolicy/index.js +10 -0
  419. package/{hidden → types}/javax/jcr/security/Privilege/index.d.ts +3 -15
  420. package/types/javax/jcr/security/Privilege/index.js +14 -0
  421. package/{hidden → types}/javax/jcr/version/Version/index.d.ts +6 -35
  422. package/types/javax/jcr/version/Version/index.js +16 -0
  423. package/{hidden → types}/javax/jcr/version/VersionHistory/index.d.ts +8 -87
  424. package/types/javax/jcr/version/VersionHistory/index.js +23 -0
  425. package/{hidden → types}/javax/jcr/version/VersionIterator/index.d.ts +5 -6
  426. package/types/javax/jcr/version/VersionIterator/index.js +10 -0
  427. package/{hidden → types}/javax/jcr/version/VersionManager/index.d.ts +8 -410
  428. package/types/javax/jcr/version/VersionManager/index.js +25 -0
  429. package/{hidden → types}/senselogic/sitevision/api/base/Builder/index.d.ts +3 -5
  430. package/types/senselogic/sitevision/api/base/Builder/index.js +10 -0
  431. package/{hidden → types}/senselogic/sitevision/api/base/Filter/index.d.ts +3 -5
  432. package/types/senselogic/sitevision/api/base/Filter/index.js +10 -0
  433. package/{hidden → types}/senselogic/sitevision/api/base/FilterSplit/index.d.ts +6 -12
  434. package/types/senselogic/sitevision/api/base/FilterSplit/index.js +12 -0
  435. package/{hidden → types}/senselogic/sitevision/api/base/Loadable/index.d.ts +3 -5
  436. package/types/senselogic/sitevision/api/base/Loadable/index.js +10 -0
  437. package/{hidden → types}/senselogic/sitevision/api/base/Resolver/index.d.ts +3 -5
  438. package/types/senselogic/sitevision/api/base/Resolver/index.js +10 -0
  439. package/{hidden → types}/senselogic/sitevision/api/base/Wrapper/index.d.ts +3 -5
  440. package/types/senselogic/sitevision/api/base/Wrapper/index.js +10 -0
  441. package/{hidden → types}/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +12 -136
  442. package/types/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.js +30 -0
  443. package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatter/index.d.ts +2 -20
  444. package/types/senselogic/sitevision/api/format/NumericFormatter/index.js +13 -0
  445. package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +5 -26
  446. package/types/senselogic/sitevision/api/format/NumericFormatterBuilder/index.js +15 -0
  447. package/{hidden → types}/senselogic/sitevision/api/i18n/Currency/index.d.ts +2 -45
  448. package/types/senselogic/sitevision/api/i18n/Currency/index.js +12 -0
  449. package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +5 -16
  450. package/types/senselogic/sitevision/api/link/CustomLinkProcessor/index.js +11 -0
  451. package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkRenderData/index.d.ts +4 -31
  452. package/types/senselogic/sitevision/api/link/CustomLinkRenderData/index.js +10 -0
  453. package/{hidden → types}/senselogic/sitevision/api/mail/Mail/index.d.ts +3 -8
  454. package/types/senselogic/sitevision/api/mail/Mail/index.js +11 -0
  455. package/{hidden → types}/senselogic/sitevision/api/message/MessageTextLinker/index.d.ts +3 -5
  456. package/types/senselogic/sitevision/api/message/MessageTextLinker/index.js +10 -0
  457. package/{hidden → types}/senselogic/sitevision/api/metadata/value/LinkValue/index.d.ts +3 -3
  458. package/types/senselogic/sitevision/api/metadata/value/LinkValue/index.js +8 -0
  459. package/{hidden → types}/senselogic/sitevision/api/metadata/value/RelatedValue/index.d.ts +3 -3
  460. package/types/senselogic/sitevision/api/metadata/value/RelatedValue/index.js +8 -0
  461. package/{hidden → types}/senselogic/sitevision/api/property/VersionedPropertyUtil/index.d.ts +9 -200
  462. package/types/senselogic/sitevision/api/property/VersionedPropertyUtil/index.js +18 -0
  463. package/{hidden → types}/senselogic/sitevision/api/render/ImageScaler/index.d.ts +3 -16
  464. package/types/senselogic/sitevision/api/render/ImageScaler/index.js +12 -0
  465. package/{hidden → types}/senselogic/sitevision/api/render/TextModuleRenderer/index.d.ts +3 -72
  466. package/types/senselogic/sitevision/api/render/TextModuleRenderer/index.js +16 -0
  467. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityAccess/index.d.ts +3 -3
  468. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess/index.js +8 -0
  469. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityContext/index.d.ts +3 -6
  470. package/types/senselogic/sitevision/api/render/velocity/VelocityContext/index.js +14 -0
  471. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.d.ts +2 -38
  472. package/types/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.js +10 -0
  473. package/{hidden → types}/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +5 -52
  474. package/types/senselogic/sitevision/api/script/RequesterChainable/index.js +11 -0
  475. package/{hidden → types}/senselogic/sitevision/api/script/app/RestAppInvoker/index.d.ts +2 -36
  476. package/types/senselogic/sitevision/api/script/app/RestAppInvoker/index.js +13 -0
  477. package/{hidden → types}/senselogic/sitevision/api/script/factory/TypedArgument/index.d.ts +3 -5
  478. package/types/senselogic/sitevision/api/script/factory/TypedArgument/index.js +11 -0
  479. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.d.ts +3 -5
  480. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.js +10 -0
  481. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.d.ts +3 -38
  482. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.js +12 -0
  483. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +3 -5
  484. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.js +12 -0
  485. package/{hidden → types}/senselogic/sitevision/api/search/SearchFieldUtil/index.d.ts +2 -16
  486. package/types/senselogic/sitevision/api/search/SearchFieldUtil/index.js +15 -0
  487. package/{hidden → types}/senselogic/sitevision/api/search/SearchHighlighter/index.d.ts +4 -6
  488. package/types/senselogic/sitevision/api/search/SearchHighlighter/index.js +10 -0
  489. package/{hidden → types}/senselogic/sitevision/api/search/SearchHit/index.d.ts +12 -411
  490. package/types/senselogic/sitevision/api/search/SearchHit/index.js +35 -0
  491. package/{hidden → types}/senselogic/sitevision/api/search/SearchResult/index.d.ts +10 -147
  492. package/types/senselogic/sitevision/api/search/SearchResult/index.js +24 -0
  493. package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetField/index.d.ts +4 -6
  494. package/types/senselogic/sitevision/api/search/facet/SearchFacetField/index.js +12 -0
  495. package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetValue/index.d.ts +3 -16
  496. package/types/senselogic/sitevision/api/search/facet/SearchFacetValue/index.js +14 -0
  497. package/{hidden → types}/senselogic/sitevision/api/search/searcher/Searcher/index.d.ts +3 -39
  498. package/types/senselogic/sitevision/api/search/searcher/Searcher/index.js +10 -0
  499. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Filter/index.d.ts +3 -3
  500. package/types/senselogic/sitevision/api/search/searcher/component/Filter/index.js +8 -0
  501. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Highlight/index.d.ts +3 -3
  502. package/types/senselogic/sitevision/api/search/searcher/component/Highlight/index.js +8 -0
  503. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Monitor/index.d.ts +3 -3
  504. package/types/senselogic/sitevision/api/search/searcher/component/Monitor/index.js +8 -0
  505. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Parser/index.d.ts +3 -3
  506. package/types/senselogic/sitevision/api/search/searcher/component/Parser/index.js +8 -0
  507. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Sort/index.d.ts +3 -3
  508. package/types/senselogic/sitevision/api/search/searcher/component/Sort/index.js +8 -0
  509. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.d.ts +3 -3
  510. package/types/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.js +8 -0
  511. package/{hidden → types}/senselogic/sitevision/api/search/sort/CustomSort/index.d.ts +3 -20
  512. package/types/senselogic/sitevision/api/search/sort/CustomSort/index.js +16 -0
  513. package/{hidden → types}/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.d.ts +3 -5
  514. package/types/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.js +11 -0
  515. package/{hidden → types}/senselogic/sitevision/api/security/DirectoryAttributes/index.d.ts +5 -10
  516. package/types/senselogic/sitevision/api/security/DirectoryAttributes/index.js +13 -0
  517. package/{hidden → types}/senselogic/sitevision/api/security/MessageDigester/index.d.ts +3 -7
  518. package/types/senselogic/sitevision/api/security/MessageDigester/index.js +13 -0
  519. package/{hidden → types}/senselogic/sitevision/api/security/RoleAssignment/index.d.ts +4 -15
  520. package/types/senselogic/sitevision/api/security/RoleAssignment/index.js +13 -0
  521. package/{hidden → types}/senselogic/sitevision/api/security/RoleMatcher/index.d.ts +4 -6
  522. package/types/senselogic/sitevision/api/security/RoleMatcher/index.js +11 -0
  523. package/{hidden → types}/senselogic/sitevision/api/security/SecretStore/index.d.ts +5 -7
  524. package/types/senselogic/sitevision/api/security/SecretStore/index.js +15 -0
  525. package/{hidden → types}/senselogic/sitevision/api/security/UserUtil/index.d.ts +4 -6
  526. package/types/senselogic/sitevision/api/security/UserUtil/index.js +14 -0
  527. package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +6 -8
  528. package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.js +10 -0
  529. package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.d.ts +4 -6
  530. package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.js +10 -0
  531. package/{hidden → types}/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +8 -198
  532. package/{server → types/senselogic/sitevision/api/user}/UserIdentityWrapper/index.js +20 -14
  533. package/{hidden → types}/senselogic/sitevision/api/webresource/LinkTarget/index.d.ts +3 -3
  534. package/types/senselogic/sitevision/api/webresource/LinkTarget/index.js +8 -0
  535. package/{hidden → types}/senselogic/sitevision/api/xml/XmlElement/index.d.ts +3 -5
  536. package/types/senselogic/sitevision/api/xml/XmlElement/index.js +15 -0
  537. package/{hidden → types}/senselogic/sitevision/api/xml/XmlElementHandler/index.d.ts +4 -6
  538. package/types/senselogic/sitevision/api/xml/XmlElementHandler/index.js +10 -0
  539. package/hidden/senselogic/sitevision/api/render/BuddyIconRenderer/BuddyIconInfo/index.d.ts +0 -51
  540. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/ArticleUtilConstants/index.d.ts +0 -85
  541. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/ExceptionSuppressingProxyConstants/index.d.ts +0 -31
  542. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/IndexingUtilConstants/index.d.ts +0 -31
  543. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/LinkPageUtilConstants/index.d.ts +0 -67
  544. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/MathInstanceConstants/index.d.ts +0 -25
  545. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/MimeTypeUtilConstants/index.d.ts +0 -19
  546. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/NodeTypeUtilConstants/index.d.ts +0 -1243
  547. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/OutputUtilConstants/index.d.ts +0 -31
  548. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/PageUtilConstants/index.d.ts +0 -91
  549. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/PortletContextUtilConstants/index.d.ts +0 -27
  550. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/PortletUtilConstants/index.d.ts +0 -19
  551. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/QueryStringUtilConstants/index.d.ts +0 -19
  552. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/SearchHitConstants/index.d.ts +0 -25
  553. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/SearchResultConstants/index.d.ts +0 -37
  554. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/VersionUtilConstants/index.d.ts +0 -25
  555. package/server/ImageScaler/index.d.ts +0 -24
  556. package/server/SourceSetMode/index.d.ts +0 -7
  557. package/server/SourceSetMode/index.js +0 -1
  558. package/server/UserIdentityWrapper/index.d.ts +0 -138
@@ -1,11 +1,12 @@
1
1
  import Session from "../../../../server/Session";
2
- import Version from "../version/Version";
3
- import LockManager from "../lock/LockManager";
4
- import QueryManager from "../query/QueryManager";
5
- import NamespaceRegistry from "../NamespaceRegistry";
6
- import NodeTypeManager from "../nodetype/NodeTypeManager";
7
- import ObservationManager from "../observation/ObservationManager";
8
- import VersionManager from "../version/VersionManager";
2
+
3
+ import type { Version } from "../version/Version";
4
+ import type { LockManager } from "../lock/LockManager";
5
+ import type { QueryManager } from "../query/QueryManager";
6
+ import type { NamespaceRegistry } from "../NamespaceRegistry";
7
+ import type { NodeTypeManager } from "../nodetype/NodeTypeManager";
8
+ import type { ObservationManager } from "../observation/ObservationManager";
9
+ import type { VersionManager } from "../version/VersionManager";
9
10
 
10
11
  /**
11
12
  * A <code>Workspace</code> object represents a view onto a persitent workspace
@@ -14,427 +15,31 @@ import VersionManager from "../version/VersionManager";
14
15
  * object. Each <code>Workspace</code> object is associated one-to-one with a
15
16
  * <code>Session</code> object. The <code>Workspace</code> object can be
16
17
  * acquired by calling <code>{@link Session#getWorkspace()}</code> on the
17
- * associated <code>Session</code> object.Returns the <code>Session</code> object through which this
18
- * <code>Workspace</code> object was acquired.Returns the name of the actual persistent workspace represented by this
19
- * <code>Workspace</code> object. This the name used in
20
- * <code>Repository.login</code>.This method copies the subgraph rooted at, and including, the node at
21
- * <code>srcAbsPath</code> to the new location at <code>destAbsPath</code>.
22
- * <p>
23
- * This is a workspace-write operation and therefore dispatches changes
24
- * immediately and does not require a <code>save</code>.
25
- * <p>
26
- * When a node <code>N</code> is copied to a path location where no node
27
- * currently exists, a new node <code>N'</code> is created at that location.
28
- * The subgraph rooted at and including <code>N'</code> (call it <code>S'</code>)
29
- * is created and is identical to the subgraph rooted at and including <code>N</code>
30
- * (call it <code>S</code>) with the following exceptions:
31
- * <ul>
32
- * <li>Every node in <code>S'</code> is given a new and distinct identifier.</li>
33
- * <li>The repository <i>may</i> automatically drop any mixin node type <code>T</code>
34
- * present on any node <code>M</code> in <code>S</code>. Dropping a mixin node type
35
- * in this context means that while <code>M</code> remains unchanged, its copy
36
- * <code>M'</code> will lack the mixin <code>T</code> and any child nodes and properties
37
- * defined by <code>T</code> that are present on <code>M</code>. For example, a node
38
- * <code>M</code> that is <code>mix:versionable</code> may be copied such that the
39
- * resulting node <code>M'</code> will be a copy of <code>N</code> except that
40
- * <code>M'</code> will not be <code>mix:versionable</code> and will not have any of the
41
- * properties defined by <code>mix:versionable</code>. In order for a mixin node type to
42
- * be dropped it must be listed by name in the <code>jcr:mixinTypes</code> property of
43
- * <code>M</code>. The resulting <code>jcr:mixinTypes</code> property of <code>M'</code>
44
- * will reflect any change.</li>
45
- * <li>If a node <code>M</code> in <code>S</code> is referenceable and its
46
- * <code>mix:referenceable</code> mixin is not dropped on copy, then the resulting
47
- * <code>jcr:uuid</code> property of <code>M'</code> will reflect the new identifier
48
- * assigned to <code>M'</code>.</li>
49
- * <li>Each <code>REFERENCE</code> or <code>WEAKEREFERENCE</code> property <code>R</code>
50
- * in <code>S</code> is copied to its new location <code>R'</code> in <code>S'</code>.
51
- * If <code>R</code> references a node <code>M</code> within <code>S</code> then the value
52
- * of <code>R'</code> will be the identifier of <code>M'</code>, the new copy of
53
- * <code>M</code>, thus preserving the reference within the subgraph.</li>
54
- * </ul>
55
- * When a node <code>N</code> is copied to a location where a node <code>N'</code> already
56
- * exists, the repository may either immediately throw an <code>ItemExistsException</code>
57
- * or attempt to update the node <code>N'</code> by selectively replacing part of its subgraph
58
- * with a copy of the relevant part of the subgraph of <code>N</code>. If the node types of
59
- * <code>N</code> and <code>N'</code> are compatible, the implementation supports update-on-copy
60
- * for these node types and no other errors occur, then the copy will succeed. Otherwise an
61
- * <code>ItemExistsException</code> is thrown.
62
- * <p>
63
- * Which node types can be updated on copy and the details of any such updates are
64
- * implementation-dependent. For example, some implementations may support update-on-copy
65
- * for <code>mix:versionable</code> nodes. In such a case the versioning-related properties
66
- * of the target node would remain unchanged (<code>jcr:uuid</code>,
67
- * <code>jcr:versionHistory</code>, etc.) while the substantive content part of the subgraph
68
- * would be replaced with that of the source node.
69
- * <p>
70
- * The <code>destAbsPath</code> provided must not have an index on its final
71
- * element. If it does then a <code>RepositoryException</code> is thrown.
72
- * Strictly speaking, the <code>destAbsPath</code> parameter is actually an
73
- * <i>absolute path</i> to the parent node of the new location, appended
74
- * with the new <i>name</i> desired for the copied node. It does not specify
75
- * a position within the child node ordering. If ordering is supported by
76
- * the node type of the parent node of the new location, then the new copy
77
- * of the node is appended to the end of the child node list.
78
- * <p>
79
- * This method cannot be used to copy an individual property by itself. It
80
- * copies an entire node and its subgraph.
81
- *
82
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>This method copies the subgraph at <code>srcAbsPath</code> in
83
- * <code>srcWorkspace</code> to <code>destAbsPath</code> in
84
- * <code>this</code> workspace.
85
- * <p>
86
- * When a node <code>N</code> is copied to a path location where no node
87
- * currently exists, a new node <code>N'</code> is created at that location.
88
- * The subgraph rooted at and including <code>N'</code> (call it <code>S'</code>)
89
- * is created and is identical to the subgraph rooted at and including <code>N</code>
90
- * (call it <code>S</code>) with the following exceptions:
91
- * <ul>
92
- * <li>Every referenceable node in <code>S'</code> is given a new and distinct identifier
93
- * while every non-referenceable node in <code>S'</code> <i>may</i> be given a new and
94
- * distinct identifier.</li>
95
- * <li>The repository <i>may</i> automatically drop any mixin node type <code>T</code>
96
- * present on any node <code>M</code> in <code>S</code>. Dropping a mixin node type
97
- * in this context means that while <code>M</code> remains unchanged, its copy
98
- * <code>M'</code> will lack the mixin <code>T</code> and any child nodes and properties
99
- * defined by <code>T</code> that are present on <code>M</code>. For example, a node
100
- * <code>M</code> that is <code>mix:versionable</code> may be copied such that the
101
- * resulting node <code>M'</code> will be a copy of <code>N</code> except that
102
- * <code>M'</code> will not be <code>mix:versionable</code> and will not have any of the
103
- * properties defined by <code>mix:versionable</code>. In order for a mixin node type to
104
- * be dropped it must be listed by name in the <code>jcr:mixinTypes</code> property of
105
- * <code>M</code>. The resulting <code>jcr:mixinTypes</code> property of <code>M'</code>
106
- * will reflect any change.</li>
107
- * <li>If a node <code>M</code> in <code>S</code> is referenceable and its
108
- * <code>mix:referenceable</code> mixin is not dropped on copy, then the resulting
109
- * <code>jcr:uuid</code> property of <code>M'</code> will reflect the new identifier
110
- * assigned to <code>M'</code>.</li>
111
- * <li>Each <code>REFERENCE</code> or <code>WEAKEREFERENCE</code> property <code>R</code>
112
- * in <code>S</code> is copied to its new location <code>R'</code> in <code>S'</code>.
113
- * If <code>R</code> references a node <code>M</code> within <code>S</code> then the value
114
- * of <code>R'</code> will be the identifier of <code>M'</code>, the new copy of
115
- * <code>M</code>, thus preserving the reference within the subgraph.</li>
116
- * </ul>
117
- * When a node <code>N</code> is copied to a location where a node <code>N'</code> already
118
- * exists, the repository may either immediately throw an <code>ItemExistsException</code>
119
- * or attempt to update the node <code>N'</code> by selectively replacing part of its subgraph
120
- * with a copy of the relevant part of the subgraph of <code>N</code>. If the node types of
121
- * <code>N</code> and <code>N'</code> are compatible, the implementation supports update-on-copy
122
- * for these node types and no other errors occur, then the copy will succeed. Otherwise an
123
- * <code>ItemExistsException</code> is thrown.
124
- * <p>
125
- * Which node types can be updated on copy and the details of any such updates are
126
- * implementation-dependent. For example, some implementations may support update-on-copy
127
- * for <code>mix:versionable</code> nodes. In such a case the versioning-related properties
128
- * of the target node would remain unchanged (<code>jcr:uuid</code>,
129
- * <code>jcr:versionHistory</code>, etc.) while the substantive content part of the subgraph
130
- * would be replaced with that of the source node.
131
- * <p>
132
- * The <code>destAbsPath</code> provided must not have an index on its final
133
- * element. If it does then a <code>RepositoryException</code> is thrown.
134
- * Strictly speaking, the <code>destAbsPath</code> parameter is actually an
135
- * <i>absolute path</i> to the parent node of the new location, appended
136
- * with the new <i>name</i> desired for the copied node. It does not specify
137
- * a position within the child node ordering. If ordering is supported by
138
- * the node type of the parent node of the new location, then the new copy
139
- * of the node is appended to the end of the child node list.
140
- * <p>
141
- * This method cannot be used to copy just an individual property by itself.
142
- * It copies an entire node and its subgraph (including, of course, any
143
- * properties contained therein).
144
- *
145
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>Clones the subgraph at the node <code>srcAbsPath</code> in
146
- * <code>srcWorkspace</code> to the new location at <code>destAbsPath</code>
147
- * in <code>this</code> workspace.
148
- * <p>
149
- * Unlike the signature of <code>copy</code> that copies between workspaces,
150
- * this method <i>does not</i> assign new identifiers to the newly cloned
151
- * nodes but preserves the identifiers of their respective source nodes.
152
- * This applies to both referenceable and non-referenceable nodes.
153
- * <p>
154
- * In some implementations there may be cases where preservation of a
155
- * non-referenceable identifier is not possible, due to how
156
- * non-referenceable identifiers are constructed in that implementation. In
157
- * such a case this method will throw a <code>RepositoryException</code>.
158
- * <p>
159
- * If <code>removeExisting</code> is true and an existing node in this
160
- * workspace (the destination workspace) has the same identifier as a node
161
- * being cloned from <code>srcWorkspace</code>, then the incoming node takes
162
- * precedence, and the existing node (and its subgraph) is removed. If
163
- * <code>removeExisting</code> is false then an identifier collision causes
164
- * this method to throw a <code>ItemExistsException</code> and no changes
165
- * are made.
166
- * <p>
167
- * If successful, the change is persisted immediately, there is no need to
168
- * call <code>save</code>.
169
- * <p>
170
- * The <code>destAbsPath</code> provided must not have an index on its final
171
- * element. If it does then a <code>RepositoryException</code> is thrown. If
172
- * ordering is supported by the node type of the parent node of the new
173
- * location, then the new clone of the node is appended to the end of the
174
- * child node list.
175
- * <p>
176
- * This method cannot be used to clone just an individual property; it
177
- * clones an node and its subgraph.
178
- *
179
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>Moves the node at <code>srcAbsPath</code> (and its entire subgraph) to
180
- * the new location at <code>destAbsPath</code>.
181
- * <p>
182
- * If successful, the change is persisted immediately, there is no need to
183
- * call <code>save</code>. Note that this is in contrast to {@link
184
- * Session#move} which operates within the transient space and hence
185
- * requires a <code>save</code>.
186
- * <p>
187
- * The identifiers of referenceable nodes must not be changed by a
188
- * <code>move</code>. The identifiers of non-referenceable nodes <i>may</i>
189
- * change.
190
- * <p>
191
- * The <code>destAbsPath</code> provided must not have an index on its final
192
- * element. If it does then a <code>RepositoryException</code> is thrown.
193
- * Strictly speaking, the <code>destAbsPath</code> parameter is actually an
194
- * <i>absolute path</i> to the parent node of the new location, appended
195
- * with the new <i>name</i> desired for the moved node. It does not specify
196
- * a position within the child node ordering. If ordering is supported by
197
- * the node type of the parent node of the new location, then the newly
198
- * moved node is appended to the end of the child node list.
199
- * <p>
200
- * This method cannot be used to move just an individual property by itself.
201
- * It moves an entire node and its subgraph (including, of course, any
202
- * properties contained therein).
203
- * <p>
204
- * The identifiers of referenceable nodes must not be changed by a
205
- * <code>move</code>. The identifiers of non-referenceable nodes may
206
- * change.
207
- * <p>
208
- * A <code>ConstraintViolationException</code> is thrown if the operation
209
- * would violate a node-type or other implementation-specific constraint.
210
- * <p>
211
- * A <code>VersionException</code> is thrown if the parent node of
212
- * <code>destAbsPath</code> or the parent node of <code>srcAbsPath</code> is
213
- * versionable and checked-in, or is non-versionable but its nearest
214
- * versionable ancestor is checked-in.
215
- * <p>
216
- * An <code>AccessDeniedException</code> is thrown if the current session
217
- * (i.e. the session that was used to acquire this <code>Workspace</code>
218
- * object) does not have sufficient access rights to complete the
219
- * operation.
220
- * <p>
221
- * A <code>PathNotFoundException</code> is thrown if the node at
222
- * <code>srcAbsPath</code> or the parent of <code>destAbsPath</code> does
223
- * not exist.
224
- * <p>
225
- * An <code>ItemExistException</code> is thrown if a node already exists at
226
- * <code>destAbsPath</code> and same-name siblings are not allowed.
227
- * <p>
228
- * Note that if a property already exists at <code>destAbsPath</code>, the
229
- * operation succeeds, since a node may have a child node and property with
230
- * the same name
231
- * <p>
232
- * A <code>LockException</code> if a lock prevents the move.
233
- *
234
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>Restores a set of versions at once. Used in cases where a "chicken and
235
- * egg" problem of mutually referring <code>REFERENCE</code> properties
236
- * would prevent the restore in any serial order.
237
- * <p>
238
- * If the restore succeeds the changes made to <code>this</code> node are
239
- * persisted immediately, there is no need to call <code>save</code>.
240
- * <p>
241
- * The following restrictions apply to the set of versions specified:
242
- * <p>
243
- * If <code>S</code> is the set of versions being restored simultaneously,
244
- * <ul> <li> For every version <code>V</code> in <code>S</code> that
245
- * corresponds to a <i>missing</i> node, there must also be a parent of V in
246
- * S. </li> <li> <code>S</code> must contain at least one version that
247
- * corresponds to an existing node in the workspace. </li> <li> No
248
- * <code>V</code> in <code>S</code> can be a root version
249
- * (<code>jcr:rootVersion</code>). </li> </ul> If any of these restrictions
250
- * does not hold, the restore will fail because the system will be unable to
251
- * determine the path locations to which one or more versions are to be
252
- * restored. In this case a <code>VersionException</code> is thrown.
253
- * <p>
254
- * The versionable nodes in this workspace that correspond to the versions
255
- * being restored define a set of (one or more) subgraphs. An identifier
256
- * collision occurs when this workspace contains a node <i>outside these
257
- * subgraphs</i> that has the same identifier as one of the nodes that would
258
- * be introduced by the <code>restore</code> operation <i>into one of these
259
- * subgraphs</i>. The result in such a case is governed by the
260
- * <code>removeExisting</code> flag. If <code>removeExisting</code> is
261
- * <code>true</code> then the incoming node takes precedence, and the
262
- * existing node (and its subgraph) is removed. If <code>removeExisting</code>
263
- * is <code>false</code> then a <code>ItemExistsException</code> is thrown
264
- * and no changes are made. Note that this applies not only to cases where
265
- * the restored node itself conflicts with an existing node but also to
266
- * cases where a conflict occurs with any node that would be introduced into
267
- * the workspace by the restore operation. In particular, conflicts
268
- * involving subnodes of the restored node that have
269
- * <code>OnParentVersion</code> settings of <code>COPY</code> or
270
- * <code>VERSION</code> are also governed by the <code>removeExisting</code>
271
- * flag.
272
- *
273
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>Returns the <code>LockManager</code> object, through which locking
274
- * methods are accessed.
275
- *
276
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>Returns the <code>QueryManager</code> object, through search methods are
277
- * accessed.Returns the <code>NamespaceRegistry</code> object, which is used to
278
- * access the mapping between prefixes and namespaces. In level 2
279
- * repositories the <code>NamespaceRegistry</code> can also be used to
280
- * change the namespace mappings.Returns the <code>NodeTypeManager</code> through which node type
281
- * information can be queried. There is one node type registry per
282
- * repository, therefore the <code>NodeTypeManager</code> is not
283
- * workspace-specific; it provides introspection methods for the global,
284
- * repository-wide set of available node types. In repositories that support
285
- * it, the <code>NodeTypeManager</code> can also be used to register new
286
- * node types.Returns the <code>ObservationManager</code> object.
287
- *
288
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>Returns the <code>VersionManager</code> object.
289
- *
290
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>Returns a string array containing the names of all workspaces in this
291
- * repository that are accessible to this user, given the
292
- * <code>Credentials</code> that were used to get the <code>Session</code>
293
- * to which this <code>Workspace</code> is tied.
294
- * <p>
295
- * In order to access one of the listed workspaces, the user performs
296
- * another {@link Repository#login}, specifying the name of the desired
297
- * workspace, and receives a new <code>Session</code> object.Returns an <code>org.xml.sax.ContentHandler</code> which can be used to
298
- * push SAX events into the repository. If the incoming XML stream (in the
299
- * form of SAX events) does not appear to be a JCR system view XML document
300
- * then it is interpreted as a document view XML document.
301
- * <p>
302
- * The incoming XML is deserialized into a subgraph of items immediately
303
- * below the node at <code>parentAbsPath</code>.
304
- * <p>
305
- * This method simply returns the <code>ContentHandler</code> without
306
- * altering the state of the repository; the actual deserialization is done
307
- * through the methods of the <code>ContentHandler</code>. Invalid XML data
308
- * will cause the <code>ContentHandler</code> to throw a
309
- * <code>SAXException</code>.
310
- * <p>
311
- * As SAX events are fed into the <code>ContentHandler</code>, changes are
312
- * made directly at the workspace level, without going through the
313
- * <code>Session</code>. As a result, there is not need to call
314
- * <code>save</code>. The advantage of this direct-to-workspace method is
315
- * that a large import will not result in a large cache of pending nodes in
316
- * the <code>Session</code>. The disadvantage is that structures that
317
- * violate node type constraints cannot be imported, fixed and then saved.
318
- * Instead, a constraint violation will cause the <code>ContentHandler</code>
319
- * to throw a <code>SAXException</code>. See <code>Session.getImportContentHandler</code>
320
- * for a version of this method that <i>does</i> go through the
321
- * <code>Session</code>.
322
- * <p>
323
- * The flag <code>uuidBehavior</code> governs how the identifiers of
324
- * incoming (deserialized) nodes are handled. There are four options: <ul>
325
- * <li>{@link ImportUUIDBehavior#IMPORT_UUID_CREATE_NEW}: Incoming nodes are
326
- * assigned newly created identifiers upon addition to the workspace. As a
327
- * result identifier collisions never occur. <li>{@link
328
- * ImportUUIDBehavior#IMPORT_UUID_COLLISION_REMOVE_EXISTING}: If an incoming
329
- * node has the same identifier as a node already existing in the workspace,
330
- * then the already existing node (and its subgraph) is removed from
331
- * wherever it may be in the workspace before the incoming node is added.
332
- * Note that this can result in nodes "disappearing" from locations in the
333
- * workspace that are remote from the location to which the incoming
334
- * subgraph is being written. <li>{@link ImportUUIDBehavior#IMPORT_UUID_COLLISION_REPLACE_EXISTING}:
335
- * If an incoming node has the same identifier as a node already existing in
336
- * the workspace then the already existing node is replaced by the incoming
337
- * node in the same position as the existing node. Note that this may result
338
- * in the incoming subgraph being disaggregated and "spread around" to
339
- * different locations in the workspace. In the most extreme case this
340
- * behavior may result in no node at all being added as child of
341
- * <code>parentAbsPath</code>. This will occur if the topmost element of the
342
- * incoming XML has the same identifier as an existing node elsewhere in the
343
- * workspace. <li>{@link ImportUUIDBehavior#IMPORT_UUID_COLLISION_THROW}: If
344
- * an incoming node has the same identifier as a node already existing in
345
- * the workspace then a <code>SAXException</code> is thrown by the returned
346
- * <code>ContentHandler</code> during deserialization. </ul> A
347
- * <code>SAXException</code> will be thrown by the returned
348
- * <code>ContentHandler</code> during deserialization if the top-most
349
- * element of the incoming XML would deserialize to a node with the same
350
- * name as an existing child of <code>parentAbsPath</code> and that child
351
- * does not allow same-name siblings.
352
- * <p>
353
- * A <code>SAXException</code> will also be thrown by the returned
354
- * <code>ContentHandler</code> during deserialization if
355
- * <code>uuidBehavior</code> is set to <code>IMPORT_UUID_COLLISION_REMOVE_EXISTING</code>
356
- * and an incoming node has the same identifier as the node at
357
- * <code>parentAbsPath</code> or one of its ancestors.
358
- *
359
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>Deserializes an XML document and adds the resulting item subgraph as a
360
- * child of the node at <code>parentAbsPath</code>.
361
- * <p>
362
- * If the incoming XML stream does not appear to be a JCR system view XML
363
- * document then it is interpreted as a <b>document view</b> XML document.
364
- * <p>
365
- * The passed <code>InputStream</code> is closed before this method returns
366
- * either normally or because of an exception.
367
- * <p>
368
- * Changes are made directly at the workspace level, without going through
369
- * the <code>Session</code>. As a result, there is not need to call
370
- * <code>save</code>. The advantage of this direct-to-workspace method is
371
- * that a large import will not result in a large cache of pending nodes in
372
- * the <code>Session</code>. The disadvantage is that invalid data cannot be
373
- * imported, fixed and then saved. Instead, invalid data will cause this
374
- * method to throw an <code>InvalidSerializedDataException</code>. See
375
- * <code>Session.importXML</code> for a version of this method that
376
- * <i>does</i> go through the <code>Session</code>.
377
- * <p>
378
- * The flag <code>uuidBehavior</code> governs how the identifiers of
379
- * incoming (deserialized) nodes are handled. There are four options: <ul>
380
- * <li>{@link ImportUUIDBehavior#IMPORT_UUID_CREATE_NEW}: Incoming nodes are
381
- * assigned newly created identifiers upon addition to the workspace. As a
382
- * result identifier collisions never occur. <li>{@link
383
- * ImportUUIDBehavior#IMPORT_UUID_COLLISION_REMOVE_EXISTING}: If an incoming
384
- * node has the same identifier as a node already existing in the workspace
385
- * then the already existing node (and its subgraph) is removed from
386
- * wherever it may be in the workspace before the incoming node is added.
387
- * Note that this can result in nodes "disappearing" from locations in the
388
- * workspace that are remote from the location to which the incoming
389
- * subgraph is being written. If an incoming node has the same identifier as
390
- * the existing root node of this workspace then <li>{@link
391
- * ImportUUIDBehavior#IMPORT_UUID_COLLISION_REPLACE_EXISTING}: If an
392
- * incoming node has the same identifier as a node already existing in the
393
- * workspace then the already existing node is replaced by the incoming node
394
- * in the same position as the existing node. Note that this may result in
395
- * the incoming subgraph being disaggregated and "spread around" to
396
- * different locations in the workspace. In the most extreme edge case this
397
- * behavior may result in no node at all being added as child of
398
- * <code>parentAbsPath</code>. This will occur if the topmost element of the
399
- * incoming XML has the same identifier as an existing node elsewhere in the
400
- * workspace. <li>{@link ImportUUIDBehavior#IMPORT_UUID_COLLISION_THROW}: If
401
- * an incoming node has the same identifier as a node already existing in
402
- * the workspace then an <code>ItemExistsException</code> is thrown. </ul>
403
- * An <code>ItemExistsException</code> will be thrown if the top-most
404
- * element of the incoming XML would deserialize to a node with the same
405
- * name as an existing child of <code>parentAbsPath</code> and that child
406
- * does not allow same-name siblings.
407
- *
408
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>Creates a new <code>Workspace</code> with the specified
409
- * <code>name</code>. The new workspace is empty, meaning it contains only
410
- * root node.
411
- * <p>
412
- * The new workspace can be accessed through a <code>login</code> specifying
413
- * its name.
414
- *
415
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>Creates a new <code>Workspace</code> with the specified <code>name</code>
416
- * initialized with a <code>clone</code> of the content of the workspace
417
- * <code>srcWorkspace</code>. Semantically, this method is equivalent to
418
- * creating a new workspace and manually cloning <code>srcWorkspace</code>
419
- * to it; however, this method may assist some implementations in optimizing
420
- * subsequent <code>Node.update</code> and <code>Node.merge</code> calls
421
- * between the new workspace and its source.
422
- * <p>
423
- * The new workspace can be accessed through a <code>login</code> specifying
424
- * its name.
425
- *
426
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>Deletes the workspace with the specified <code>name</code> from the
427
- * repository, deleting all content within it.
428
- *
429
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>A constant for the name of the workspace root node.A constant for the absolute path of the workspace root node.A constant for the name of the system node.A constant for the absolute path of the system node.A constant for the name of the node type definition storage node.A constant for the absolute path of the node type definition storage
18
+ * associated <code>Session</code> object.A constant for the name of the workspace root node.A constant for the absolute path of the workspace root node.A constant for the name of the system node.A constant for the absolute path of the system node.A constant for the name of the node type definition storage node.A constant for the absolute path of the node type definition storage
430
19
  * node.A constant for the name of the version storage node.A constant for the absolute path of the version storage node.A constant for the name of the activities node.A constant for the absolute path of the activities node.A constant for the name of the configurations node.A constant for the absolute path of the configurations node.A constant for the name of the unfiled storage node.A constant for the absolute path of the unfiled storage node.A constant for the name of the <code>jcr:xmltext</code> node produced on
431
20
  * {@link #importXML}.A constant for the name of the <code>jcr:xmlcharacters</code> property
432
21
  * produced on {@link #importXML}.A constant for the relative path from the node representing the imported
433
22
  * XML element of the <code>jcr:xmlcharacters</code> property produced on
434
23
  * {@link #importXML}.
435
-
436
- */
437
- interface Workspace {
24
+ * @since JCR 2.0
25
+ * @since JCR 2.0
26
+ * @since JCR 2.0
27
+ * @since JCR 2.0
28
+ * @since JCR 2.0
29
+ * @since JCR 2.0
30
+ * @since JCR 2.0
31
+ * @since JCR 2.0
32
+ * @since JCR 2.0
33
+ * @since JCR 2.0
34
+ * @since JCR 2.0
35
+ * @since JCR 2.0
36
+ * @since JCR 2.0
37
+ * @since JCR 2.0
38
+ * @since JCR 2.0
39
+ * @since JCR 2.0
40
+ * @since JCR 2.0
41
+ */
42
+ export type Workspace = {
438
43
  /**
439
44
  * Returns the <code>Session</code> object through which this
440
45
  * <code>Workspace</code> object was acquired.
@@ -1056,6 +661,4 @@ interface Workspace {
1056
661
  * @since JCR 2.0
1057
662
  */
1058
663
  deleteWorkspace(name: string): void;
1059
- }
1060
-
1061
- export default Workspace;
664
+ };
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _default = {
8
+ getSession: function getSession() {},
9
+ getName: function getName() {},
10
+ copy: function copy() {},
11
+ clone: function clone() {},
12
+ move: function move() {},
13
+ restore: function restore() {},
14
+ getLockManager: function getLockManager() {},
15
+ getQueryManager: function getQueryManager() {},
16
+ getNamespaceRegistry: function getNamespaceRegistry() {},
17
+ getNodeTypeManager: function getNodeTypeManager() {},
18
+ getObservationManager: function getObservationManager() {},
19
+ getVersionManager: function getVersionManager() {},
20
+ getAccessibleWorkspaceNames: function getAccessibleWorkspaceNames() {},
21
+ getImportContentHandler: function getImportContentHandler() {},
22
+ importXML: function importXML() {},
23
+ createWorkspace: function createWorkspace() {},
24
+ deleteWorkspace: function deleteWorkspace() {}
25
+ };
26
+ exports["default"] = _default;
@@ -1,48 +1,12 @@
1
- import Node from "../../Node";
1
+ import type { Node } from "../../Node";
2
2
 
3
3
  /**
4
4
  * Represents a lock placed on an item.
5
5
  *
6
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>Returns the value of the <code>jcr:lockOwner</code> property. This is
7
- * either the client supplied owner information (see {@link
8
- * LockManager#lock(String, boolean, boolean, long, String)}), an
9
- * implementation-dependent string identifying the user who either created
10
- * the lock or who is bound to the session holding the lock, or
11
- * <code>null</code> if none of these are available. The lock owner's
12
- * identity is only provided for informational purposes. It does not govern
13
- * who can perform an unlock or make changes to the locked nodes; that
14
- * depends entirely upon who the token holder is.Returns <code>true</code> if this is a deep lock; <code>false</code>
15
- * otherwise.Returns the lock holding node. Note that <code>N.getLock().getNode()</code>
16
- * (where <code>N</code> is a locked node) will only return <code>N</code>
17
- * if <code>N</code> is the lock holder. If <code>N</code> is in the
18
- * subgraph of the lock holder, <code>H</code>, then this call will return
19
- * <code>H</code>.May return the lock token for this lock. If this lock is open-scoped and
20
- * the current session either holds the lock token for this lock, or the
21
- * repository chooses to expose the lock token to the current session, then
22
- * this method will return that lock token. Otherwise this method will
23
- * return <code>null</code>.Returns the number of seconds remaining until this locks times out. If
24
- * the lock has already timed out, a negative value is returned. If the
25
- * number of seconds remaining is infinite or unknown,
26
- * <code>Long.MAX_VALUE</code> is returned.Returns true if this <code>Lock</code> object represents a lock that is
27
- * currently in effect. If this lock has been unlocked either explicitly or
28
- * due to an implementation-specific limitation (like a timeout) then it
29
- * returns <code>false</code>. Note that this method is intended for those
30
- * cases where one is holding a <code>Lock</code> Java object and wants to
31
- * find out whether the lock (the JCR-level entity that is attached to the
32
- * lockable node) that this object originally represented still exists. For
33
- * example, a timeout or explicit <code>unlock</code> will remove a lock
34
- * from a node but the <code>Lock</code> Java object corresponding to that
35
- * lock may still exist, and in that case its <code>isLive</code> method
36
- * will return <code>false</code>.Returns <code>true</code> if this is a session-scoped lock and the scope
37
- * is bound to the current session. Returns <code>false</code> otherwise.Returns <code>true</code> if the current session is the owner of this
38
- * lock, either because it is session-scoped and bound to this session or
39
- * open-scoped and this session currently holds the token for this lock.
40
- * Returns <code>false</code> otherwise.If this lock's time-to-live is governed by a timer, this method resets
41
- * that timer so that the lock does not timeout and expire. If this lock's
42
- * time-to-live is not governed by a timer, then this method has no effect.
6
+ * <p><strong>Sitevision note:</strong> Unsupported operation</p>
43
7
 
44
8
  */
45
- interface Lock {
9
+ export type Lock = {
46
10
  /**
47
11
  * Returns the value of the <code>jcr:lockOwner</code> property. This is
48
12
  * either the client supplied owner information (see {@link
@@ -137,6 +101,4 @@ interface Lock {
137
101
  * @throws RepositoryException if another error occurs.
138
102
  */
139
103
  refresh(): void;
140
- }
141
-
142
- export default Lock;
104
+ };
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _default = {
8
+ getLockOwner: function getLockOwner() {},
9
+ isDeep: function isDeep() {},
10
+ getNode: function getNode() {},
11
+ getLockToken: function getLockToken() {},
12
+ getSecondsRemaining: function getSecondsRemaining() {},
13
+ isLive: function isLive() {},
14
+ isSessionScoped: function isSessionScoped() {},
15
+ isLockOwningSession: function isLockOwningSession() {},
16
+ refresh: function refresh() {}
17
+ };
18
+ exports["default"] = _default;