@sitevision/api 2023.2.1-alpha.0 → 2023.2.2-beta.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 (939) hide show
  1. package/README.md +2 -17
  2. package/common/router/index.d.ts +2 -2
  3. package/common/router/index.js +1 -0
  4. package/package.json +4 -2
  5. package/server/AliasUtil/index.d.ts +6 -5
  6. package/server/ArchiveUtil/index.d.ts +24 -23
  7. package/server/ArraysInstance/index.d.ts +302 -246
  8. package/server/ArticleUtil/index.d.ts +181 -179
  9. package/server/AuthenticationUtil/index.d.ts +22 -11
  10. package/server/BookmarkUtil/index.d.ts +18 -16
  11. package/server/BuddyIconRenderer/index.d.ts +86 -85
  12. package/server/BuddyIconRenderer.BuddyIconSize/index.d.ts +15 -15
  13. package/server/BuddyIconRenderer.BuddyIconSize/index.js +16 -16
  14. package/server/ClientUtil/index.d.ts +10 -8
  15. package/server/CollaborationFactory/index.d.ts +6 -6
  16. package/server/CollaborationGroupFolderUtil/index.d.ts +12 -11
  17. package/server/CollaborationGroupState/index.d.ts +15 -15
  18. package/server/CollaborationGroupState/index.js +2 -2
  19. package/server/CollaborationGroupTemplateUtil/index.d.ts +26 -24
  20. package/server/CollaborationGroupType/index.d.ts +15 -15
  21. package/server/CollaborationGroupType/index.js +3 -3
  22. package/server/CollaborationGroupUtil/index.d.ts +52 -52
  23. package/server/CollectionsInstance/index.d.ts +145 -105
  24. package/server/ColorUtil/index.d.ts +12 -8
  25. package/server/CompoundAndFilterBuilder/index.d.ts +21 -21
  26. package/server/CompoundComparatorBuilder/index.d.ts +22 -21
  27. package/server/CompoundOrFilterBuilder/index.d.ts +20 -20
  28. package/server/ContentNodeUtil/index.d.ts +30 -30
  29. package/server/CurrencyFactory/index.d.ts +55 -53
  30. package/server/DateUtil/index.d.ts +55 -47
  31. package/server/DecorationUtil/index.d.ts +6 -5
  32. package/server/DeviceUtil/index.d.ts +8 -8
  33. package/server/DimensionMode/index.d.ts +4 -4
  34. package/server/DimensionMode/index.js +3 -3
  35. package/server/DirectoryUtil/index.d.ts +40 -37
  36. package/server/DocType/index.d.ts +15 -15
  37. package/server/DocType/index.js +5 -5
  38. package/server/DocTypeUtil/index.d.ts +4 -4
  39. package/server/EndecUtil/index.d.ts +222 -214
  40. package/server/ExtendedDismaxParserBuilder/index.d.ts +127 -125
  41. package/server/FileIconRenderer/index.d.ts +167 -163
  42. package/server/FileUtil/index.d.ts +157 -150
  43. package/server/FilterBuilder/index.d.ts +67 -66
  44. package/server/FolderUtil/index.d.ts +51 -50
  45. package/server/FontUtil/index.d.ts +9 -8
  46. package/server/FormatterBuilderFactory/index.d.ts +35 -34
  47. package/server/HighlightBuilder/index.d.ts +93 -91
  48. package/server/IconUtil/index.d.ts +8 -7
  49. package/server/ImageLinkRenderer/index.d.ts +79 -78
  50. package/server/ImageRenderer/index.d.ts +327 -218
  51. package/server/ImageRenderer/index.js +6 -0
  52. package/server/ImageUtil/index.d.ts +155 -148
  53. package/server/IndexUtil/index.d.ts +24 -23
  54. package/server/IndexUtil.IndexType/index.d.ts +15 -15
  55. package/server/IndexUtil.IndexType/index.js +4 -4
  56. package/server/IndexingUtil/index.d.ts +38 -38
  57. package/server/InstanceCreatorUtil/index.d.ts +192 -183
  58. package/server/InstanceTypeUtil/index.d.ts +7 -5
  59. package/server/JwtUtil/index.d.ts +79 -78
  60. package/server/LandingPageUtil/index.d.ts +5 -5
  61. package/server/LinkPageUtil/index.d.ts +211 -206
  62. package/server/LinkRenderer/index.d.ts +428 -419
  63. package/server/LinkTargetBuilder/index.d.ts +61 -60
  64. package/server/LinkValueBuilder/index.d.ts +59 -58
  65. package/server/ListWrapper/index.d.ts +73 -67
  66. package/server/LocaleUtil/index.d.ts +328 -324
  67. package/server/LogUtil/index.d.ts +30 -26
  68. package/server/MailBuilder/index.d.ts +112 -109
  69. package/server/MailUtil/index.d.ts +23 -22
  70. package/server/MathInstance/index.d.ts +28 -28
  71. package/server/MessageDigesterFactory/index.d.ts +11 -11
  72. package/server/MetadataDefinitionUtil/index.d.ts +53 -51
  73. package/server/MetadataUtil/index.d.ts +197 -181
  74. package/server/MimeTypeUtil/index.d.ts +117 -112
  75. package/server/MonitorBuilder/index.d.ts +21 -21
  76. package/server/NodeComparatorUtil/index.d.ts +172 -164
  77. package/server/NodeFactoryUtil/index.d.ts +5 -5
  78. package/server/NodeFilterUtil/index.d.ts +290 -256
  79. package/server/NodeIteratorUtil/index.d.ts +113 -110
  80. package/server/NodeResolverUtil/index.d.ts +324 -324
  81. package/server/NodeTreeUtil/index.d.ts +132 -130
  82. package/server/NodeTypeUtil/index.d.ts +71 -70
  83. package/server/OfflineVersionPropertyUtil/index.d.ts +16 -18
  84. package/server/OnlineVersionPropertyUtil/index.d.ts +16 -18
  85. package/server/OutputUtil/index.d.ts +240 -231
  86. package/server/PageUtil/index.d.ts +145 -143
  87. package/server/PermissionUtil/index.d.ts +200 -200
  88. package/server/PermissionUtil.Permission/index.d.ts +15 -15
  89. package/server/PermissionUtil.Permission/index.js +29 -29
  90. package/server/PortletContextUtil/index.d.ts +35 -33
  91. package/server/PortletUtil/index.d.ts +9 -9
  92. package/server/PrincipalUtil/index.d.ts +15 -11
  93. package/server/Properties/index.d.ts +113 -104
  94. package/server/PropertyUtil/index.d.ts +1018 -995
  95. package/server/PublishingUtil/index.d.ts +140 -142
  96. package/server/QueryStringUtil/index.d.ts +333 -319
  97. package/server/RedirectUtil/index.d.ts +32 -28
  98. package/server/RelatedValueBuilder/index.d.ts +40 -40
  99. package/server/Requester/index.d.ts +303 -302
  100. package/server/ResourceLocatorUtil/index.d.ts +101 -99
  101. package/server/RestApi/index.d.ts +82 -81
  102. package/server/RestAppInvokerFactory/index.d.ts +34 -33
  103. package/server/RoleAssignmentBuilder/index.d.ts +12 -12
  104. package/server/RoleMatcherBuilder/index.d.ts +12 -12
  105. package/server/RoleUtil/index.d.ts +6 -6
  106. package/server/ScriptUtil/index.d.ts +226 -208
  107. package/server/SearchFactory/index.d.ts +11 -6
  108. package/server/SearchUtil/index.d.ts +84 -81
  109. package/server/SearcherBuilder/index.d.ts +111 -111
  110. package/server/Session/index.d.ts +123 -120
  111. package/server/SimpleUserUtil/index.d.ts +22 -17
  112. package/server/SiteCookieUtil/index.d.ts +24 -22
  113. package/server/SortBuilder/index.d.ts +70 -69
  114. package/server/SourceSetMode/index.js +3 -3
  115. package/server/SpellCheckBuilder/index.d.ts +31 -28
  116. package/server/StandardParserBuilder/index.d.ts +65 -64
  117. package/server/StructureUtil/index.d.ts +149 -67
  118. package/server/SubscriberUtil/index.d.ts +54 -43
  119. package/server/SubscriptionUtil/index.d.ts +64 -62
  120. package/server/SystemUserUtil/index.d.ts +75 -75
  121. package/server/TagUtil/index.d.ts +66 -63
  122. package/server/TemplateUtil/index.d.ts +89 -85
  123. package/server/TemporaryFileNodeBuilder/index.d.ts +25 -23
  124. package/server/TemporaryNodeBuilder/index.d.ts +74 -54
  125. package/server/TextModuleRendererBuilder/index.d.ts +37 -37
  126. package/server/TimestampUtil/index.d.ts +32 -21
  127. package/server/TranslationUtil/index.d.ts +63 -60
  128. package/server/TrashcanUtil/index.d.ts +76 -75
  129. package/server/UserDataUtil/index.d.ts +76 -70
  130. package/server/UserFactory/index.d.ts +5 -5
  131. package/server/UserFieldRenderer/index.d.ts +116 -114
  132. package/server/UserIdentityUtil/index.d.ts +26 -26
  133. package/server/UserUtil/index.d.ts +36 -36
  134. package/server/Utils/index.d.ts +83 -83
  135. package/server/VelocityRenderer/index.d.ts +141 -138
  136. package/server/VersionUtil/index.d.ts +5 -5
  137. package/server/WebContentUtil/index.d.ts +320 -317
  138. package/server/WebResourceFactory/index.d.ts +5 -5
  139. package/server/XSLTUtil/index.d.ts +35 -32
  140. package/server/XmlParserUtil/index.d.ts +61 -60
  141. package/server/appResource/index.d.ts +1 -1
  142. package/server/headless/index.d.ts +1 -1
  143. package/types/java/io/Closeable/index.d.ts +23 -0
  144. package/types/{senselogic/sitevision/api/base/Requireable/ScriptEngine → java/io/Closeable}/index.js +1 -2
  145. package/types/java/io/File/index.d.ts +1023 -0
  146. package/types/java/io/File/index.js +52 -0
  147. package/types/java/io/FileFilter/index.d.ts +19 -0
  148. package/types/java/io/FileFilter/index.js +10 -0
  149. package/types/java/io/FilenameFilter/index.d.ts +25 -0
  150. package/types/java/io/FilenameFilter/index.js +10 -0
  151. package/types/java/io/FilterOutputStream/index.d.ts +93 -0
  152. package/types/java/io/FilterOutputStream/index.js +12 -0
  153. package/types/java/io/Flushable/index.d.ts +14 -0
  154. package/types/java/io/Flushable/index.js +10 -0
  155. package/types/java/io/InputStream/index.d.ts +255 -0
  156. package/types/java/io/InputStream/index.js +16 -0
  157. package/types/java/io/OutputStream/index.d.ts +106 -0
  158. package/types/java/io/OutputStream/index.js +12 -0
  159. package/types/java/io/PrintStream/index.d.ts +408 -0
  160. package/types/java/io/PrintStream/index.js +20 -0
  161. package/types/java/io/PrintWriter/index.d.ts +401 -0
  162. package/types/java/io/PrintWriter/index.js +20 -0
  163. package/types/java/io/Reader/index.d.ts +125 -0
  164. package/types/java/io/Reader/index.js +16 -0
  165. package/types/java/io/Serializable/index.d.ts +141 -0
  166. package/types/java/io/Serializable/index.js +8 -0
  167. package/types/java/io/Writer/index.d.ts +154 -0
  168. package/types/java/io/Writer/index.js +13 -0
  169. package/types/java/lang/Appendable/index.d.ts +63 -0
  170. package/types/java/lang/Appendable/index.js +10 -0
  171. package/types/java/lang/AutoCloseable/index.d.ts +59 -0
  172. package/types/java/lang/AutoCloseable/index.js +10 -0
  173. package/types/java/lang/Boolean/index.d.ts +208 -0
  174. package/types/java/lang/Boolean/index.js +21 -0
  175. package/types/java/lang/CharSequence/index.d.ts +97 -0
  176. package/types/java/lang/CharSequence/index.js +15 -0
  177. package/types/java/lang/Class/index.d.ts +1320 -0
  178. package/types/java/lang/Class/index.js +72 -0
  179. package/types/java/lang/ClassLoader/index.d.ts +710 -0
  180. package/types/java/lang/ClassLoader/index.js +36 -0
  181. package/types/java/lang/Cloneable/index.d.ts +25 -0
  182. package/types/java/lang/Cloneable/index.js +8 -0
  183. package/types/java/lang/Comparable/index.d.ts +103 -0
  184. package/types/java/lang/Comparable/index.js +10 -0
  185. package/types/java/lang/Double/index.d.ts +814 -0
  186. package/types/java/lang/Double/index.js +32 -0
  187. package/types/java/lang/Enum/index.d.ts +141 -0
  188. package/types/java/lang/Enum/index.js +19 -0
  189. package/types/java/lang/Exception/index.d.ts +19 -0
  190. package/types/java/lang/Exception/index.js +8 -0
  191. package/types/java/lang/Float/index.d.ts +752 -0
  192. package/types/java/lang/Float/index.js +32 -0
  193. package/types/java/lang/Integer/index.d.ts +922 -0
  194. package/types/java/lang/Integer/index.js +46 -0
  195. package/types/java/lang/Iterable/index.d.ts +46 -0
  196. package/types/java/lang/Iterable/index.js +12 -0
  197. package/types/java/lang/Long/index.d.ts +936 -0
  198. package/types/java/lang/Long/index.js +45 -0
  199. package/types/java/lang/Number/index.d.ts +81 -0
  200. package/types/java/lang/Number/index.js +15 -0
  201. package/types/java/lang/Object/index.d.ts +467 -0
  202. package/types/java/lang/Object/index.js +18 -0
  203. package/types/java/lang/Package/index.d.ts +216 -0
  204. package/types/java/lang/Package/index.js +29 -0
  205. package/types/java/lang/Readable/index.d.ts +20 -0
  206. package/types/java/lang/Readable/index.js +10 -0
  207. package/types/java/lang/Runnable/index.d.ts +39 -0
  208. package/types/java/lang/Runnable/index.js +10 -0
  209. package/types/java/lang/RuntimeException/index.d.ts +17 -0
  210. package/types/java/lang/RuntimeException/index.js +8 -0
  211. package/types/java/lang/StackTraceElement/index.d.ts +116 -0
  212. package/types/java/lang/StackTraceElement/index.js +17 -0
  213. package/types/java/lang/String/index.d.ts +1427 -0
  214. package/types/java/lang/String/index.js +48 -0
  215. package/types/java/lang/StringBuffer/index.d.ts +232 -0
  216. package/types/java/lang/StringBuffer/index.js +33 -0
  217. package/types/java/lang/Throwable/index.d.ts +462 -0
  218. package/types/java/lang/Throwable/index.js +20 -0
  219. package/types/java/lang/annotation/Annotation/index.d.ts +109 -0
  220. package/types/java/lang/annotation/Annotation/index.js +13 -0
  221. package/types/java/lang/reflect/AccessibleObject/index.d.ts +106 -0
  222. package/types/java/lang/reflect/AccessibleObject/index.js +18 -0
  223. package/types/java/lang/reflect/AnnotatedElement/index.d.ts +322 -0
  224. package/types/java/lang/reflect/AnnotatedElement/index.js +16 -0
  225. package/types/java/lang/reflect/AnnotatedType/index.d.ts +17 -0
  226. package/types/java/lang/reflect/AnnotatedType/index.js +10 -0
  227. package/types/java/lang/reflect/Constructor/index.d.ts +236 -0
  228. package/types/java/lang/reflect/Constructor/index.js +30 -0
  229. package/types/java/lang/reflect/Executable/index.d.ts +255 -0
  230. package/types/java/lang/reflect/Executable/index.js +30 -0
  231. package/types/java/lang/reflect/Field/index.d.ts +506 -0
  232. package/types/java/lang/reflect/Field/index.js +42 -0
  233. package/types/java/lang/reflect/GenericDeclaration/index.d.ts +19 -0
  234. package/types/java/lang/reflect/GenericDeclaration/index.js +10 -0
  235. package/types/java/lang/reflect/Member/index.d.ts +60 -0
  236. package/types/java/lang/reflect/Member/index.js +13 -0
  237. package/types/java/lang/reflect/Method/index.d.ts +308 -0
  238. package/types/java/lang/reflect/Method/index.js +34 -0
  239. package/types/java/lang/reflect/Parameter/index.d.ts +155 -0
  240. package/types/java/lang/reflect/Parameter/index.js +28 -0
  241. package/types/java/lang/reflect/Type/index.d.ts +18 -0
  242. package/types/java/lang/reflect/Type/index.js +10 -0
  243. package/types/java/lang/reflect/TypeVariable/index.d.ts +70 -0
  244. package/types/java/lang/reflect/TypeVariable/index.js +13 -0
  245. package/types/java/math/BigDecimal/index.d.ts +1317 -0
  246. package/types/java/math/BigDecimal/index.js +50 -0
  247. package/types/java/math/BigInteger/index.d.ts +592 -0
  248. package/types/java/math/BigInteger/index.js +56 -0
  249. package/types/java/math/MathContext/index.d.ts +136 -0
  250. package/types/java/math/MathContext/index.js +14 -0
  251. package/types/java/math/RoundingMode/index.d.ts +71 -0
  252. package/types/java/math/RoundingMode/index.js +17 -0
  253. package/types/java/net/ContentHandler/index.d.ts +70 -0
  254. package/types/java/net/ContentHandler/index.js +10 -0
  255. package/types/java/net/ContentHandlerFactory/index.d.ts +26 -0
  256. package/types/java/net/ContentHandlerFactory/index.js +10 -0
  257. package/types/java/net/FileNameMap/index.d.ts +16 -0
  258. package/types/java/net/FileNameMap/index.js +10 -0
  259. package/types/java/net/InetAddress/index.d.ts +490 -0
  260. package/types/java/net/InetAddress/index.js +32 -0
  261. package/types/java/net/NetworkInterface/index.d.ts +222 -0
  262. package/types/java/net/NetworkInterface/index.js +30 -0
  263. package/types/java/net/Proxy/index.d.ts +68 -0
  264. package/types/java/net/Proxy/index.js +14 -0
  265. package/types/java/net/Proxy.Type/index.d.ts +9 -0
  266. package/types/java/net/Proxy.Type/index.js +12 -0
  267. package/types/java/net/SocketAddress/index.d.ts +15 -0
  268. package/types/java/net/SocketAddress/index.js +8 -0
  269. package/types/java/net/URI/index.d.ts +956 -0
  270. package/types/java/net/URI/index.js +37 -0
  271. package/types/java/net/URL/index.d.ts +378 -0
  272. package/types/java/net/URL/index.js +29 -0
  273. package/types/java/net/URLConnection/index.d.ts +773 -0
  274. package/types/java/net/URLConnection/index.js +58 -0
  275. package/types/java/net/URLStreamHandler/index.d.ts +199 -0
  276. package/types/java/net/URLStreamHandler/index.js +19 -0
  277. package/types/java/net/URLStreamHandlerFactory/index.d.ts +24 -0
  278. package/types/java/net/URLStreamHandlerFactory/index.js +10 -0
  279. package/types/java/nio/MappedByteBuffer/index.d.ts +80 -0
  280. package/types/java/nio/MappedByteBuffer/index.js +12 -0
  281. package/types/java/nio/channels/AsynchronousChannel/index.d.ts +82 -0
  282. package/types/java/nio/channels/AsynchronousChannel/index.js +10 -0
  283. package/types/java/nio/channels/AsynchronousFileChannel/index.d.ts +546 -0
  284. package/types/java/nio/channels/AsynchronousFileChannel/index.js +17 -0
  285. package/types/java/nio/channels/ByteChannel/index.d.ts +12 -0
  286. package/types/java/nio/channels/ByteChannel/index.js +8 -0
  287. package/types/java/nio/channels/Channel/index.d.ts +48 -0
  288. package/types/java/nio/channels/Channel/index.js +11 -0
  289. package/types/java/nio/channels/CompletionHandler/index.d.ts +31 -0
  290. package/types/java/nio/channels/CompletionHandler/index.js +11 -0
  291. package/types/java/nio/channels/FileChannel/index.d.ts +756 -0
  292. package/types/java/nio/channels/FileChannel/index.js +21 -0
  293. package/types/java/nio/channels/FileChannel.MapMode/index.d.ts +33 -0
  294. package/types/java/nio/channels/FileChannel.MapMode/index.js +10 -0
  295. package/types/java/nio/channels/FileLock/index.d.ts +180 -0
  296. package/types/java/nio/channels/FileLock/index.js +19 -0
  297. package/types/java/nio/channels/GatheringByteChannel/index.d.ts +83 -0
  298. package/types/java/nio/channels/GatheringByteChannel/index.js +10 -0
  299. package/types/java/nio/channels/InterruptibleChannel/index.d.ts +43 -0
  300. package/types/java/nio/channels/InterruptibleChannel/index.js +10 -0
  301. package/types/java/nio/channels/ReadableByteChannel/index.d.ts +56 -0
  302. package/types/java/nio/channels/ReadableByteChannel/index.js +10 -0
  303. package/types/java/nio/channels/ScatteringByteChannel/index.d.ts +78 -0
  304. package/types/java/nio/channels/ScatteringByteChannel/index.js +10 -0
  305. package/types/java/nio/channels/SeekableByteChannel/index.d.ts +110 -0
  306. package/types/java/nio/channels/SeekableByteChannel/index.js +14 -0
  307. package/types/java/nio/channels/WritableByteChannel/index.d.ts +52 -0
  308. package/types/java/nio/channels/WritableByteChannel/index.js +10 -0
  309. package/types/java/nio/channels/spi/AbstractInterruptibleChannel/index.d.ts +104 -0
  310. package/types/java/nio/channels/spi/AbstractInterruptibleChannel/index.js +14 -0
  311. package/types/java/nio/charset/Charset/index.d.ts +472 -0
  312. package/types/java/nio/charset/Charset/index.js +27 -0
  313. package/types/java/nio/file/AccessMode/index.d.ts +9 -0
  314. package/types/java/nio/file/AccessMode/index.js +12 -0
  315. package/types/java/nio/file/CopyOption/index.d.ts +15 -0
  316. package/types/java/nio/file/CopyOption/index.js +8 -0
  317. package/types/java/nio/file/DirectoryStream/index.d.ts +97 -0
  318. package/types/java/nio/file/DirectoryStream/index.js +10 -0
  319. package/types/java/nio/file/DirectoryStream.Filter/index.d.ts +18 -0
  320. package/types/java/nio/file/DirectoryStream.Filter/index.js +10 -0
  321. package/types/java/nio/file/FileStore/index.d.ts +154 -0
  322. package/types/java/nio/file/FileStore/index.js +18 -0
  323. package/types/java/nio/file/FileSystem/index.d.ts +402 -0
  324. package/types/java/nio/file/FileSystem/index.js +21 -0
  325. package/types/java/nio/file/LinkOption/index.d.ts +7 -0
  326. package/types/java/nio/file/LinkOption/index.js +10 -0
  327. package/types/java/nio/file/OpenOption/index.d.ts +15 -0
  328. package/types/java/nio/file/OpenOption/index.js +8 -0
  329. package/types/java/nio/file/Path/index.d.ts +617 -0
  330. package/types/java/nio/file/Path/index.js +33 -0
  331. package/types/java/nio/file/PathMatcher/index.d.ts +17 -0
  332. package/types/java/nio/file/PathMatcher/index.js +10 -0
  333. package/types/java/nio/file/WatchEvent.Kind/index.d.ts +21 -0
  334. package/types/java/nio/file/WatchEvent.Kind/index.js +11 -0
  335. package/types/java/nio/file/WatchEvent.Modifier/index.d.ts +17 -0
  336. package/types/java/nio/file/WatchEvent.Modifier/index.js +10 -0
  337. package/types/java/nio/file/WatchKey/index.d.ts +117 -0
  338. package/types/java/nio/file/WatchKey/index.js +14 -0
  339. package/types/java/nio/file/WatchService/index.d.ts +121 -0
  340. package/types/java/nio/file/WatchService/index.js +12 -0
  341. package/types/java/nio/file/Watchable/index.d.ts +71 -0
  342. package/types/java/nio/file/Watchable/index.js +10 -0
  343. package/types/java/nio/file/attribute/FileAttribute/index.d.ts +24 -0
  344. package/types/java/nio/file/attribute/FileAttribute/index.js +11 -0
  345. package/types/java/nio/file/attribute/GroupPrincipal/index.d.ts +14 -0
  346. package/types/java/nio/file/attribute/GroupPrincipal/index.js +8 -0
  347. package/types/java/nio/file/attribute/UserPrincipal/index.d.ts +25 -0
  348. package/types/java/nio/file/attribute/UserPrincipal/index.js +8 -0
  349. package/types/java/nio/file/attribute/UserPrincipalLookupService/index.d.ts +52 -0
  350. package/types/java/nio/file/attribute/UserPrincipalLookupService/index.js +11 -0
  351. package/types/java/nio/file/spi/FileSystemProvider/index.d.ts +583 -0
  352. package/types/java/nio/file/spi/FileSystemProvider/index.js +35 -0
  353. package/types/java/security/CodeSigner/index.d.ts +52 -0
  354. package/types/java/security/CodeSigner/index.js +14 -0
  355. package/types/java/security/CodeSource/index.d.ts +143 -0
  356. package/types/java/security/CodeSource/index.js +16 -0
  357. package/types/java/security/Guard/index.d.ts +24 -0
  358. package/types/java/security/Guard/index.js +10 -0
  359. package/types/java/security/Key/index.d.ts +120 -0
  360. package/types/java/security/Key/index.js +12 -0
  361. package/types/java/security/Permission/index.d.ts +153 -0
  362. package/types/java/security/Permission/index.js +17 -0
  363. package/types/java/security/PermissionCollection/index.d.ts +132 -0
  364. package/types/java/security/PermissionCollection/index.js +15 -0
  365. package/types/java/security/Principal/index.d.ts +54 -0
  366. package/types/java/security/Principal/index.js +14 -0
  367. package/types/java/security/PrivilegedExceptionAction/index.d.ts +24 -0
  368. package/types/java/security/PrivilegedExceptionAction/index.js +10 -0
  369. package/types/java/security/ProtectionDomain/index.d.ts +88 -0
  370. package/types/java/security/ProtectionDomain/index.js +15 -0
  371. package/types/java/security/Provider/index.d.ts +383 -0
  372. package/types/java/security/Provider/index.js +38 -0
  373. package/types/java/security/Provider.Service/index.d.ts +116 -0
  374. package/types/java/security/Provider.Service/index.js +17 -0
  375. package/types/java/security/PublicKey/index.d.ts +25 -0
  376. package/types/java/security/PublicKey/index.js +8 -0
  377. package/types/java/security/Timestamp/index.d.ts +53 -0
  378. package/types/java/security/Timestamp/index.js +14 -0
  379. package/types/java/security/cert/CertPath/index.d.ts +181 -0
  380. package/types/java/security/cert/CertPath/index.js +17 -0
  381. package/types/java/security/cert/Certificate/index.d.ts +133 -0
  382. package/types/java/security/cert/Certificate/index.js +17 -0
  383. package/types/java/text/AttributedCharacterIterator/index.d.ts +127 -0
  384. package/types/java/text/AttributedCharacterIterator/index.js +14 -0
  385. package/types/java/text/AttributedCharacterIterator.Attribute/index.d.ts +76 -0
  386. package/types/java/text/AttributedCharacterIterator.Attribute/index.js +14 -0
  387. package/types/java/text/CharacterIterator/index.d.ts +144 -0
  388. package/types/java/text/CharacterIterator/index.js +19 -0
  389. package/types/java/text/DateFormat/index.d.ts +600 -0
  390. package/types/java/text/DateFormat/index.js +28 -0
  391. package/types/java/text/DateFormatSymbols/index.d.ts +290 -0
  392. package/types/java/text/DateFormatSymbols/index.js +30 -0
  393. package/types/java/text/FieldPosition/index.d.ts +98 -0
  394. package/types/java/text/FieldPosition/index.js +18 -0
  395. package/types/java/text/Format/index.d.ts +190 -0
  396. package/types/java/text/Format/index.js +13 -0
  397. package/types/java/text/Format.Field/index.d.ts +10 -0
  398. package/types/java/text/Format.Field/index.js +8 -0
  399. package/types/java/text/NumberFormat/index.d.ts +586 -0
  400. package/types/java/text/NumberFormat/index.js +37 -0
  401. package/types/java/text/ParsePosition/index.d.ts +67 -0
  402. package/types/java/text/ParsePosition/index.js +16 -0
  403. package/types/java/text/SimpleDateFormat/index.d.ts +521 -0
  404. package/types/java/text/SimpleDateFormat/index.js +23 -0
  405. package/types/java/time/Clock/index.d.ts +272 -0
  406. package/types/java/time/Clock/index.js +23 -0
  407. package/types/java/time/DayOfWeek/index.d.ts +34 -0
  408. package/types/java/time/DayOfWeek/index.js +16 -0
  409. package/types/java/time/Duration/index.d.ts +729 -0
  410. package/types/java/time/Duration/index.js +56 -0
  411. package/types/java/time/Instant/index.d.ts +877 -0
  412. package/types/java/time/Instant/index.js +42 -0
  413. package/types/java/time/LocalDate/index.d.ts +1306 -0
  414. package/types/java/time/LocalDate/index.js +59 -0
  415. package/types/java/time/LocalDateTime/index.d.ts +1394 -0
  416. package/types/java/time/LocalDateTime/index.js +72 -0
  417. package/types/java/time/LocalTime/index.d.ts +966 -0
  418. package/types/java/time/LocalTime/index.js +53 -0
  419. package/types/java/time/Month/index.d.ts +35 -0
  420. package/types/java/time/Month/index.js +21 -0
  421. package/types/java/time/OffsetDateTime/index.d.ts +1384 -0
  422. package/types/java/time/OffsetDateTime/index.js +80 -0
  423. package/types/java/time/OffsetTime/index.d.ts +960 -0
  424. package/types/java/time/OffsetTime/index.js +54 -0
  425. package/types/java/time/Period/index.d.ts +602 -0
  426. package/types/java/time/Period/index.js +45 -0
  427. package/types/java/time/ZoneId/index.d.ts +343 -0
  428. package/types/java/time/ZoneId/index.js +21 -0
  429. package/types/java/time/ZoneOffset/index.d.ts +384 -0
  430. package/types/java/time/ZoneOffset/index.js +28 -0
  431. package/types/java/time/ZonedDateTime/index.d.ts +1580 -0
  432. package/types/java/time/ZonedDateTime/index.js +75 -0
  433. package/types/java/time/chrono/AbstractChronology/index.d.ts +153 -0
  434. package/types/java/time/chrono/AbstractChronology/index.js +14 -0
  435. package/types/java/time/chrono/ChronoLocalDate/index.d.ts +593 -0
  436. package/types/java/time/chrono/ChronoLocalDate/index.js +33 -0
  437. package/types/java/time/chrono/ChronoLocalDateTime/index.d.ts +409 -0
  438. package/types/java/time/chrono/ChronoLocalDateTime/index.js +31 -0
  439. package/types/java/time/chrono/ChronoPeriod/index.d.ts +246 -0
  440. package/types/java/time/chrono/ChronoPeriod/index.js +25 -0
  441. package/types/java/time/chrono/ChronoZonedDateTime/index.d.ts +439 -0
  442. package/types/java/time/chrono/ChronoZonedDateTime/index.js +39 -0
  443. package/types/java/time/chrono/Chronology/index.d.ts +556 -0
  444. package/types/java/time/chrono/Chronology/index.js +33 -0
  445. package/types/java/time/chrono/Era/index.d.ts +202 -0
  446. package/types/java/time/chrono/Era/index.js +17 -0
  447. package/types/java/time/chrono/IsoChronology/index.d.ts +345 -0
  448. package/types/java/time/chrono/IsoChronology/index.js +24 -0
  449. package/types/java/time/chrono/IsoEra/index.d.ts +40 -0
  450. package/types/java/time/chrono/IsoEra/index.js +11 -0
  451. package/types/java/time/format/DateTimeFormatter/index.d.ts +1478 -0
  452. package/types/java/time/format/DateTimeFormatter/index.js +34 -0
  453. package/types/java/time/format/DecimalStyle/index.d.ts +150 -0
  454. package/types/java/time/format/DecimalStyle/index.js +23 -0
  455. package/types/java/time/format/FormatStyle/index.d.ts +14 -0
  456. package/types/java/time/format/FormatStyle/index.js +13 -0
  457. package/types/java/time/format/ResolverStyle/index.d.ts +15 -0
  458. package/types/java/time/format/ResolverStyle/index.js +12 -0
  459. package/types/java/time/format/TextStyle/index.d.ts +26 -0
  460. package/types/java/time/format/TextStyle/index.js +15 -0
  461. package/types/java/time/temporal/ChronoField/index.d.ts +45 -0
  462. package/types/java/time/temporal/ChronoField/index.js +39 -0
  463. package/types/java/time/temporal/Temporal/index.d.ts +259 -0
  464. package/types/java/time/temporal/Temporal/index.js +14 -0
  465. package/types/java/time/temporal/TemporalAccessor/index.d.ts +126 -0
  466. package/types/java/time/temporal/TemporalAccessor/index.js +14 -0
  467. package/types/java/time/temporal/TemporalAdjuster/index.d.ts +64 -0
  468. package/types/java/time/temporal/TemporalAdjuster/index.js +10 -0
  469. package/types/java/time/temporal/TemporalAmount/index.d.ts +105 -0
  470. package/types/java/time/temporal/TemporalAmount/index.js +13 -0
  471. package/types/java/time/temporal/TemporalField/index.d.ts +257 -0
  472. package/types/java/time/temporal/TemporalField/index.js +21 -0
  473. package/types/java/time/temporal/TemporalQuery/index.d.ts +60 -0
  474. package/types/java/time/temporal/TemporalQuery/index.js +10 -0
  475. package/types/java/time/temporal/TemporalUnit/index.d.ts +182 -0
  476. package/types/java/time/temporal/TemporalUnit/index.js +17 -0
  477. package/types/java/time/temporal/ValueRange/index.d.ts +198 -0
  478. package/types/java/time/temporal/ValueRange/index.js +23 -0
  479. package/types/java/time/zone/ZoneOffsetTransition/index.d.ts +178 -0
  480. package/types/java/time/zone/ZoneOffsetTransition/index.js +24 -0
  481. package/types/java/time/zone/ZoneRules/index.d.ts +321 -0
  482. package/types/java/time/zone/ZoneRules/index.js +25 -0
  483. package/types/java/util/AbstractCollection/index.d.ts +250 -0
  484. package/types/java/util/AbstractCollection/index.js +22 -0
  485. package/types/java/util/AbstractList/index.d.ts +313 -0
  486. package/types/java/util/AbstractList/index.js +23 -0
  487. package/types/java/util/ArrayList/index.d.ts +403 -0
  488. package/types/java/util/ArrayList/index.js +35 -0
  489. package/types/java/util/Calendar/index.d.ts +1495 -0
  490. package/types/java/util/Calendar/index.js +55 -0
  491. package/types/java/util/Collection/index.d.ts +436 -0
  492. package/types/java/util/Collection/index.js +27 -0
  493. package/types/java/util/Comparator/index.d.ts +369 -0
  494. package/types/java/util/Comparator/index.js +24 -0
  495. package/types/java/util/Currency/index.d.ts +173 -0
  496. package/types/java/util/Currency/index.js +17 -0
  497. package/types/java/util/Date/index.d.ts +609 -0
  498. package/types/java/util/Date/index.js +38 -0
  499. package/types/java/util/Deque/index.d.ts +467 -0
  500. package/types/java/util/Deque/index.js +35 -0
  501. package/types/java/util/Dictionary/index.d.ts +107 -0
  502. package/types/java/util/Dictionary/index.js +16 -0
  503. package/types/java/util/DoubleSummaryStatistics/index.d.ts +121 -0
  504. package/types/java/util/DoubleSummaryStatistics/index.js +17 -0
  505. package/types/java/util/Enumeration/index.d.ts +46 -0
  506. package/types/java/util/Enumeration/index.js +11 -0
  507. package/types/java/util/Hashtable/index.d.ts +356 -0
  508. package/types/java/util/Hashtable/index.js +38 -0
  509. package/types/java/util/IntSummaryStatistics/index.d.ts +82 -0
  510. package/types/java/util/IntSummaryStatistics/index.js +17 -0
  511. package/types/java/util/Iterator/index.d.ts +65 -0
  512. package/types/java/util/Iterator/index.js +13 -0
  513. package/types/java/util/List/index.d.ts +503 -0
  514. package/types/java/util/List/index.js +32 -0
  515. package/types/java/util/ListIterator/index.d.ts +134 -0
  516. package/types/java/util/ListIterator/index.js +18 -0
  517. package/types/java/util/Locale/index.d.ts +1360 -0
  518. package/types/java/util/Locale/index.js +42 -0
  519. package/types/java/util/Locale.Category/index.d.ts +12 -0
  520. package/types/java/util/Locale.Category/index.js +11 -0
  521. package/types/java/util/Locale.FilteringMode/index.d.ts +97 -0
  522. package/types/java/util/Locale.FilteringMode/index.js +14 -0
  523. package/types/java/util/LongSummaryStatistics/index.d.ts +91 -0
  524. package/types/java/util/LongSummaryStatistics/index.js +17 -0
  525. package/types/java/util/Map/index.d.ts +515 -0
  526. package/types/java/util/Map/index.js +32 -0
  527. package/types/java/util/Map.Entry/index.d.ts +137 -0
  528. package/types/java/util/Map.Entry/index.js +16 -0
  529. package/types/java/util/NavigableMap/index.d.ts +314 -0
  530. package/types/java/util/NavigableMap/index.js +27 -0
  531. package/types/java/util/NavigableSet/index.d.ts +228 -0
  532. package/types/java/util/NavigableSet/index.js +21 -0
  533. package/types/java/util/Optional/index.d.ts +170 -0
  534. package/types/java/util/Optional/index.js +24 -0
  535. package/types/java/util/OptionalDouble/index.d.ts +123 -0
  536. package/types/java/util/OptionalDouble/index.js +20 -0
  537. package/types/java/util/OptionalInt/index.d.ts +122 -0
  538. package/types/java/util/OptionalInt/index.js +20 -0
  539. package/types/java/util/OptionalLong/index.d.ts +123 -0
  540. package/types/java/util/OptionalLong/index.js +20 -0
  541. package/types/java/util/PrimitiveIterator/index.d.ts +38 -0
  542. package/types/java/util/PrimitiveIterator/index.js +10 -0
  543. package/types/java/util/PrimitiveIterator.OfDouble/index.d.ts +41 -0
  544. package/types/java/util/PrimitiveIterator.OfDouble/index.js +12 -0
  545. package/types/java/util/PrimitiveIterator.OfInt/index.d.ts +41 -0
  546. package/types/java/util/PrimitiveIterator.OfInt/index.js +12 -0
  547. package/types/java/util/PrimitiveIterator.OfLong/index.d.ts +41 -0
  548. package/types/java/util/PrimitiveIterator.OfLong/index.js +12 -0
  549. package/types/java/util/Properties/index.d.ts +513 -0
  550. package/types/java/util/Properties/index.js +19 -0
  551. package/types/java/util/Queue/index.d.ts +168 -0
  552. package/types/java/util/Queue/index.js +15 -0
  553. package/types/java/util/Random/index.d.ts +605 -0
  554. package/types/java/util/Random/index.js +21 -0
  555. package/types/java/util/RandomAccess/index.d.ts +39 -0
  556. package/types/java/util/RandomAccess/index.js +8 -0
  557. package/types/java/util/Set/index.d.ts +303 -0
  558. package/types/java/util/Set/index.js +24 -0
  559. package/types/java/util/SortedMap/index.d.ts +218 -0
  560. package/types/java/util/SortedMap/index.js +18 -0
  561. package/types/java/util/SortedSet/index.d.ts +179 -0
  562. package/types/java/util/SortedSet/index.js +16 -0
  563. package/types/java/util/Spliterator/index.d.ts +317 -0
  564. package/types/java/util/Spliterator/index.js +17 -0
  565. package/types/java/util/Spliterator.OfDouble/index.d.ts +28 -0
  566. package/types/java/util/Spliterator.OfDouble/index.js +12 -0
  567. package/types/java/util/Spliterator.OfInt/index.d.ts +28 -0
  568. package/types/java/util/Spliterator.OfInt/index.js +12 -0
  569. package/types/java/util/Spliterator.OfLong/index.d.ts +28 -0
  570. package/types/java/util/Spliterator.OfLong/index.js +12 -0
  571. package/types/java/util/Spliterator.OfPrimitive/index.d.ts +39 -0
  572. package/types/java/util/Spliterator.OfPrimitive/index.js +12 -0
  573. package/types/java/util/TimeZone/index.d.ts +435 -0
  574. package/types/java/util/TimeZone/index.js +26 -0
  575. package/types/java/util/concurrent/Callable/index.d.ts +26 -0
  576. package/types/java/util/concurrent/Callable/index.js +10 -0
  577. package/types/java/util/concurrent/Executor/index.d.ts +102 -0
  578. package/types/java/util/concurrent/Executor/index.js +10 -0
  579. package/types/java/util/concurrent/ExecutorService/index.d.ts +296 -0
  580. package/types/java/util/concurrent/ExecutorService/index.js +17 -0
  581. package/types/java/util/concurrent/Future/index.d.ts +118 -0
  582. package/types/java/util/concurrent/Future/index.js +13 -0
  583. package/types/java/util/concurrent/TimeUnit/index.d.ts +41 -0
  584. package/types/java/util/concurrent/TimeUnit/index.js +16 -0
  585. package/types/java/util/function/BiConsumer/index.d.ts +33 -0
  586. package/types/java/util/function/BiConsumer/index.js +11 -0
  587. package/types/java/util/function/BiFunction/index.d.ts +35 -0
  588. package/types/java/util/function/BiFunction/index.js +11 -0
  589. package/types/java/util/function/BinaryOperator/index.d.ts +37 -0
  590. package/types/java/util/function/BinaryOperator/index.js +11 -0
  591. package/types/java/util/function/Consumer/index.d.ts +29 -0
  592. package/types/java/util/function/Consumer/index.js +11 -0
  593. package/types/java/util/function/DoubleBinaryOperator/index.d.ts +20 -0
  594. package/types/java/util/function/DoubleBinaryOperator/index.js +10 -0
  595. package/types/java/util/function/DoubleConsumer/index.d.ts +30 -0
  596. package/types/java/util/function/DoubleConsumer/index.js +11 -0
  597. package/types/java/util/function/DoubleFunction/index.d.ts +19 -0
  598. package/types/java/util/function/DoubleFunction/index.js +10 -0
  599. package/types/java/util/function/DoublePredicate/index.d.ts +55 -0
  600. package/types/java/util/function/DoublePredicate/index.js +13 -0
  601. package/types/java/util/function/DoubleSupplier/index.d.ts +19 -0
  602. package/types/java/util/function/DoubleSupplier/index.js +10 -0
  603. package/types/java/util/function/DoubleToIntFunction/index.d.ts +18 -0
  604. package/types/java/util/function/DoubleToIntFunction/index.js +10 -0
  605. package/types/java/util/function/DoubleToLongFunction/index.d.ts +18 -0
  606. package/types/java/util/function/DoubleToLongFunction/index.js +10 -0
  607. package/types/java/util/function/DoubleUnaryOperator/index.d.ts +48 -0
  608. package/types/java/util/function/DoubleUnaryOperator/index.js +13 -0
  609. package/types/java/util/function/Function/index.d.ts +50 -0
  610. package/types/java/util/function/Function/index.js +13 -0
  611. package/types/java/util/function/IntBinaryOperator/index.d.ts +20 -0
  612. package/types/java/util/function/IntBinaryOperator/index.js +10 -0
  613. package/types/java/util/function/IntConsumer/index.d.ts +30 -0
  614. package/types/java/util/function/IntConsumer/index.js +11 -0
  615. package/types/java/util/function/IntFunction/index.d.ts +19 -0
  616. package/types/java/util/function/IntFunction/index.js +10 -0
  617. package/types/java/util/function/IntPredicate/index.d.ts +55 -0
  618. package/types/java/util/function/IntPredicate/index.js +13 -0
  619. package/types/java/util/function/IntSupplier/index.d.ts +19 -0
  620. package/types/java/util/function/IntSupplier/index.js +10 -0
  621. package/types/java/util/function/IntToDoubleFunction/index.d.ts +18 -0
  622. package/types/java/util/function/IntToDoubleFunction/index.js +10 -0
  623. package/types/java/util/function/IntToLongFunction/index.d.ts +18 -0
  624. package/types/java/util/function/IntToLongFunction/index.js +10 -0
  625. package/types/java/util/function/IntUnaryOperator/index.d.ts +48 -0
  626. package/types/java/util/function/IntUnaryOperator/index.js +13 -0
  627. package/types/java/util/function/LongBinaryOperator/index.d.ts +20 -0
  628. package/types/java/util/function/LongBinaryOperator/index.js +10 -0
  629. package/types/java/util/function/LongConsumer/index.d.ts +30 -0
  630. package/types/java/util/function/LongConsumer/index.js +11 -0
  631. package/types/java/util/function/LongFunction/index.d.ts +19 -0
  632. package/types/java/util/function/LongFunction/index.js +10 -0
  633. package/types/java/util/function/LongPredicate/index.d.ts +55 -0
  634. package/types/java/util/function/LongPredicate/index.js +13 -0
  635. package/types/java/util/function/LongSupplier/index.d.ts +19 -0
  636. package/types/java/util/function/LongSupplier/index.js +10 -0
  637. package/types/java/util/function/LongToDoubleFunction/index.d.ts +18 -0
  638. package/types/java/util/function/LongToDoubleFunction/index.js +10 -0
  639. package/types/java/util/function/LongToIntFunction/index.d.ts +18 -0
  640. package/types/java/util/function/LongToIntFunction/index.js +10 -0
  641. package/types/java/util/function/LongUnaryOperator/index.d.ts +48 -0
  642. package/types/java/util/function/LongUnaryOperator/index.js +13 -0
  643. package/types/java/util/function/ObjDoubleConsumer/index.d.ts +21 -0
  644. package/types/java/util/function/ObjDoubleConsumer/index.js +10 -0
  645. package/types/java/util/function/ObjIntConsumer/index.d.ts +21 -0
  646. package/types/java/util/function/ObjIntConsumer/index.js +10 -0
  647. package/types/java/util/function/ObjLongConsumer/index.d.ts +21 -0
  648. package/types/java/util/function/ObjLongConsumer/index.js +10 -0
  649. package/types/java/util/function/Predicate/index.d.ts +64 -0
  650. package/types/java/util/function/Predicate/index.js +14 -0
  651. package/types/java/util/function/Supplier/index.d.ts +18 -0
  652. package/types/java/util/function/Supplier/index.js +10 -0
  653. package/types/java/util/function/ToDoubleFunction/index.d.ts +18 -0
  654. package/types/java/util/function/ToDoubleFunction/index.js +10 -0
  655. package/types/java/util/function/ToIntFunction/index.d.ts +18 -0
  656. package/types/java/util/function/ToIntFunction/index.js +10 -0
  657. package/types/java/util/function/ToLongFunction/index.d.ts +18 -0
  658. package/types/java/util/function/ToLongFunction/index.js +10 -0
  659. package/types/java/util/function/UnaryOperator/index.d.ts +21 -0
  660. package/types/java/util/function/UnaryOperator/index.js +10 -0
  661. package/types/java/util/stream/BaseStream/index.d.ts +120 -0
  662. package/types/java/util/stream/BaseStream/index.js +17 -0
  663. package/types/java/util/stream/Collector/index.d.ts +213 -0
  664. package/types/java/util/stream/Collector/index.js +15 -0
  665. package/types/java/util/stream/Collector.Characteristics/index.d.ts +10 -0
  666. package/types/java/util/stream/Collector.Characteristics/index.js +12 -0
  667. package/types/java/util/stream/DoubleStream/index.d.ts +603 -0
  668. package/types/java/util/stream/DoubleStream/index.js +47 -0
  669. package/types/java/util/stream/DoubleStream.Builder/index.d.ts +41 -0
  670. package/types/java/util/stream/DoubleStream.Builder/index.js +12 -0
  671. package/types/java/util/stream/IntStream/index.d.ts +597 -0
  672. package/types/java/util/stream/IntStream/index.js +51 -0
  673. package/types/java/util/stream/IntStream.Builder/index.d.ts +41 -0
  674. package/types/java/util/stream/IntStream.Builder/index.js +12 -0
  675. package/types/java/util/stream/LongStream/index.d.ts +587 -0
  676. package/types/java/util/stream/LongStream/index.js +50 -0
  677. package/types/java/util/stream/LongStream.Builder/index.d.ts +41 -0
  678. package/types/java/util/stream/LongStream.Builder/index.js +12 -0
  679. package/types/java/util/stream/Stream/index.d.ts +753 -0
  680. package/types/java/util/stream/Stream/index.js +42 -0
  681. package/types/java/util/stream/Stream.Builder/index.d.ts +44 -0
  682. package/types/java/util/stream/Stream.Builder/index.js +12 -0
  683. package/types/javax/jcr/AccessDeniedException/index.d.ts +7 -0
  684. package/types/javax/jcr/AccessDeniedException/index.js +8 -0
  685. package/types/javax/jcr/Binary/index.d.ts +20 -18
  686. package/types/javax/jcr/Credentials/index.d.ts +7 -7
  687. package/types/javax/jcr/GuestCredentials/index.d.ts +14 -0
  688. package/types/javax/jcr/GuestCredentials/index.js +8 -0
  689. package/types/javax/jcr/ImportUUIDBehavior/index.d.ts +4 -22
  690. package/types/javax/jcr/InvalidItemStateException/index.d.ts +12 -0
  691. package/types/javax/jcr/InvalidItemStateException/index.js +8 -0
  692. package/types/javax/jcr/InvalidLifecycleTransitionException/index.d.ts +7 -0
  693. package/types/javax/jcr/InvalidLifecycleTransitionException/index.js +8 -0
  694. package/types/javax/jcr/InvalidSerializedDataException/index.d.ts +8 -0
  695. package/types/javax/jcr/InvalidSerializedDataException/index.js +8 -0
  696. package/types/javax/jcr/Item/index.d.ts +65 -63
  697. package/types/javax/jcr/ItemExistsException/index.d.ts +8 -0
  698. package/types/javax/jcr/ItemExistsException/index.js +8 -0
  699. package/types/javax/jcr/ItemNotFoundException/index.d.ts +8 -0
  700. package/types/javax/jcr/ItemNotFoundException/index.js +8 -0
  701. package/types/javax/jcr/ItemVisitor/index.d.ts +14 -14
  702. package/types/javax/jcr/LoginException/index.d.ts +9 -0
  703. package/types/javax/jcr/LoginException/index.js +8 -0
  704. package/types/javax/jcr/MergeException/index.d.ts +7 -0
  705. package/types/javax/jcr/MergeException/index.js +8 -0
  706. package/types/javax/jcr/NamespaceException/index.d.ts +9 -0
  707. package/types/javax/jcr/NamespaceException/index.js +8 -0
  708. package/types/javax/jcr/NamespaceRegistry/index.d.ts +16 -14
  709. package/types/javax/jcr/NoSuchWorkspaceException/index.d.ts +8 -0
  710. package/types/javax/jcr/NoSuchWorkspaceException/index.js +8 -0
  711. package/types/javax/jcr/Node/index.d.ts +170 -160
  712. package/types/javax/jcr/NodeIterator/index.d.ts +3 -3
  713. package/types/javax/jcr/PathNotFoundException/index.d.ts +9 -0
  714. package/types/javax/jcr/PathNotFoundException/index.js +8 -0
  715. package/types/javax/jcr/Property/index.d.ts +216 -211
  716. package/types/javax/jcr/PropertyIterator/index.d.ts +2 -2
  717. package/types/javax/jcr/PropertyType/index.d.ts +211 -0
  718. package/types/javax/jcr/PropertyType/index.js +11 -0
  719. package/types/javax/jcr/RangeIterator/index.d.ts +6 -4
  720. package/types/javax/jcr/ReferentialIntegrityException/index.d.ts +7 -0
  721. package/types/javax/jcr/ReferentialIntegrityException/index.js +8 -0
  722. package/types/javax/jcr/Repository/index.d.ts +129 -131
  723. package/types/javax/jcr/RepositoryException/index.d.ts +8 -0
  724. package/types/javax/jcr/RepositoryException/index.js +8 -0
  725. package/types/javax/jcr/RepositoryFactory/index.d.ts +64 -63
  726. package/types/javax/jcr/SimpleCredentials/index.d.ts +57 -0
  727. package/types/javax/jcr/SimpleCredentials/index.js +15 -0
  728. package/types/javax/jcr/UnsupportedRepositoryOperationException/index.d.ts +7 -0
  729. package/types/javax/jcr/UnsupportedRepositoryOperationException/index.js +8 -0
  730. package/types/javax/jcr/Value/index.d.ts +81 -76
  731. package/types/javax/jcr/ValueFactory/index.d.ts +20 -15
  732. package/types/javax/jcr/ValueFormatException/index.d.ts +10 -0
  733. package/types/javax/jcr/ValueFormatException/index.js +8 -0
  734. package/types/javax/jcr/Workspace/index.d.ts +35 -32
  735. package/types/javax/jcr/lock/Lock/index.d.ts +41 -39
  736. package/types/javax/jcr/lock/LockException/index.d.ts +16 -0
  737. package/types/javax/jcr/lock/LockException/index.js +10 -0
  738. package/types/javax/jcr/lock/LockManager/index.d.ts +89 -87
  739. package/types/javax/jcr/nodetype/ConstraintViolationException/index.d.ts +9 -0
  740. package/types/javax/jcr/nodetype/ConstraintViolationException/index.js +8 -0
  741. package/types/javax/jcr/nodetype/InvalidNodeTypeDefinitionException/index.d.ts +8 -0
  742. package/types/javax/jcr/nodetype/InvalidNodeTypeDefinitionException/index.js +8 -0
  743. package/types/javax/jcr/nodetype/ItemDefinition/index.d.ts +15 -14
  744. package/types/javax/jcr/nodetype/NoSuchNodeTypeException/index.d.ts +7 -0
  745. package/types/javax/jcr/nodetype/NoSuchNodeTypeException/index.js +8 -0
  746. package/types/javax/jcr/nodetype/NodeDefinition/index.d.ts +59 -58
  747. package/types/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +21 -19
  748. package/types/javax/jcr/nodetype/NodeType/index.d.ts +119 -118
  749. package/types/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +32 -30
  750. package/types/javax/jcr/nodetype/NodeTypeExistsException/index.d.ts +8 -0
  751. package/types/javax/jcr/nodetype/NodeTypeExistsException/index.js +8 -0
  752. package/types/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +1 -1
  753. package/types/javax/jcr/nodetype/NodeTypeManager/index.d.ts +7 -6
  754. package/types/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +36 -33
  755. package/types/javax/jcr/nodetype/PropertyDefinition/index.d.ts +12 -11
  756. package/types/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +22 -20
  757. package/types/javax/jcr/observation/Event/index.d.ts +63 -60
  758. package/types/javax/jcr/observation/EventIterator/index.d.ts +5 -5
  759. package/types/javax/jcr/observation/EventJournal/index.d.ts +6 -6
  760. package/types/javax/jcr/observation/EventListener/index.d.ts +8 -8
  761. package/types/javax/jcr/observation/EventListenerIterator/index.d.ts +5 -5
  762. package/types/javax/jcr/observation/ObservationManager/index.d.ts +87 -85
  763. package/types/javax/jcr/query/InvalidQueryException/index.d.ts +7 -0
  764. package/types/javax/jcr/query/InvalidQueryException/index.js +8 -0
  765. package/types/javax/jcr/query/Query/index.d.ts +71 -70
  766. package/types/javax/jcr/query/QueryManager/index.d.ts +21 -20
  767. package/types/javax/jcr/query/QueryResult/index.d.ts +11 -10
  768. package/types/javax/jcr/query/Row/index.d.ts +54 -54
  769. package/types/javax/jcr/query/RowIterator/index.d.ts +5 -5
  770. package/types/javax/jcr/query/qom/And/index.d.ts +4 -4
  771. package/types/javax/jcr/query/qom/BindVariableValue/index.d.ts +2 -1
  772. package/types/javax/jcr/query/qom/ChildNode/index.d.ts +8 -7
  773. package/types/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +8 -7
  774. package/types/javax/jcr/query/qom/Column/index.d.ts +16 -14
  775. package/types/javax/jcr/query/qom/Comparison/index.d.ts +55 -55
  776. package/types/javax/jcr/query/qom/Constraint/index.d.ts +6 -8
  777. package/types/javax/jcr/query/qom/DescendantNode/index.d.ts +12 -11
  778. package/types/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +10 -9
  779. package/types/javax/jcr/query/qom/DynamicOperand/index.d.ts +2 -4
  780. package/types/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +10 -9
  781. package/types/javax/jcr/query/qom/FullTextSearch/index.d.ts +63 -62
  782. package/types/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +11 -10
  783. package/types/javax/jcr/query/qom/Join/index.d.ts +3 -3
  784. package/types/javax/jcr/query/qom/JoinCondition/index.d.ts +2 -4
  785. package/types/javax/jcr/query/qom/Length/index.d.ts +8 -8
  786. package/types/javax/jcr/query/qom/Literal/index.d.ts +1 -1
  787. package/types/javax/jcr/query/qom/LowerCase/index.d.ts +10 -10
  788. package/types/javax/jcr/query/qom/NodeLocalName/index.d.ts +3 -2
  789. package/types/javax/jcr/query/qom/NodeName/index.d.ts +3 -2
  790. package/types/javax/jcr/query/qom/Not/index.d.ts +4 -4
  791. package/types/javax/jcr/query/qom/Operand/index.d.ts +2 -4
  792. package/types/javax/jcr/query/qom/Or/index.d.ts +8 -8
  793. package/types/javax/jcr/query/qom/Ordering/index.d.ts +33 -32
  794. package/types/javax/jcr/query/qom/PropertyExistence/index.d.ts +5 -4
  795. package/types/javax/jcr/query/qom/PropertyValue/index.d.ts +6 -5
  796. package/types/javax/jcr/query/qom/QueryObjectModel/index.d.ts +27 -27
  797. package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +3 -3
  798. package/types/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +220 -211
  799. package/types/javax/jcr/query/qom/SameNode/index.d.ts +8 -7
  800. package/types/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +11 -10
  801. package/types/javax/jcr/query/qom/Selector/index.d.ts +13 -12
  802. package/types/javax/jcr/query/qom/Source/index.d.ts +2 -4
  803. package/types/javax/jcr/query/qom/StaticOperand/index.d.ts +3 -5
  804. package/types/javax/jcr/query/qom/UpperCase/index.d.ts +10 -10
  805. package/types/javax/jcr/retention/Hold/index.d.ts +10 -8
  806. package/types/javax/jcr/retention/RetentionManager/index.d.ts +91 -83
  807. package/types/javax/jcr/retention/RetentionPolicy/index.d.ts +4 -2
  808. package/types/javax/jcr/security/AccessControlEntry/index.d.ts +4 -3
  809. package/types/javax/jcr/security/AccessControlException/index.d.ts +9 -0
  810. package/types/javax/jcr/security/AccessControlException/index.js +8 -0
  811. package/types/javax/jcr/security/AccessControlList/index.d.ts +35 -35
  812. package/types/javax/jcr/security/AccessControlManager/index.d.ts +130 -129
  813. package/types/javax/jcr/security/AccessControlPolicy/index.d.ts +4 -6
  814. package/types/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +4 -4
  815. package/types/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +6 -5
  816. package/types/javax/jcr/security/Privilege/index.d.ts +73 -71
  817. package/types/javax/jcr/util/TraversingItemVisitor/index.d.ts +87 -0
  818. package/types/javax/jcr/util/TraversingItemVisitor/index.js +12 -0
  819. package/types/javax/jcr/util/TraversingItemVisitor.Default/index.d.ts +19 -0
  820. package/types/javax/jcr/util/TraversingItemVisitor.Default/index.js +11 -0
  821. package/types/javax/jcr/version/ActivityViolationException/index.d.ts +14 -0
  822. package/types/javax/jcr/version/ActivityViolationException/index.js +8 -0
  823. package/types/javax/jcr/version/LabelExistsVersionException/index.d.ts +9 -0
  824. package/types/javax/jcr/version/LabelExistsVersionException/index.js +8 -0
  825. package/types/javax/jcr/version/OnParentVersionAction/index.d.ts +71 -0
  826. package/types/javax/jcr/version/OnParentVersionAction/index.js +11 -0
  827. package/types/javax/jcr/version/Version/index.d.ts +36 -36
  828. package/types/javax/jcr/version/VersionException/index.d.ts +8 -0
  829. package/types/javax/jcr/version/VersionException/index.js +8 -0
  830. package/types/javax/jcr/version/VersionHistory/index.d.ts +116 -111
  831. package/types/javax/jcr/version/VersionIterator/index.d.ts +5 -5
  832. package/types/javax/jcr/version/VersionManager/index.d.ts +498 -489
  833. package/types/senselogic/sitevision/api/base/Builder/index.d.ts +83 -83
  834. package/types/senselogic/sitevision/api/base/Filter/index.d.ts +8 -8
  835. package/types/senselogic/sitevision/api/base/FilterSplit/index.d.ts +18 -17
  836. package/types/senselogic/sitevision/api/base/Loadable/index.d.ts +3 -1
  837. package/types/senselogic/sitevision/api/base/Requireable.ScriptEngine/index.js +11 -0
  838. package/types/senselogic/sitevision/api/base/Resolver/index.d.ts +13 -13
  839. package/types/senselogic/sitevision/api/base/Wrapper/index.d.ts +9 -9
  840. package/types/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +124 -122
  841. package/types/senselogic/sitevision/api/format/NumericFormatter/index.d.ts +22 -17
  842. package/types/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +22 -22
  843. package/types/senselogic/sitevision/api/i18n/Currency/index.d.ts +47 -44
  844. package/types/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +12 -10
  845. package/types/senselogic/sitevision/api/link/CustomLinkRenderData/index.d.ts +26 -24
  846. package/types/senselogic/sitevision/api/mail/Mail/index.d.ts +7 -7
  847. package/types/senselogic/sitevision/api/message/MessageTextLinker/index.d.ts +3 -1
  848. package/types/senselogic/sitevision/api/metadata/value/LinkValue/index.d.ts +13 -15
  849. package/types/senselogic/sitevision/api/metadata/value/RelatedValue/index.d.ts +13 -15
  850. package/types/senselogic/sitevision/api/portlet/GenericConfigPortlet/index.d.ts +228 -0
  851. package/types/senselogic/sitevision/api/portlet/GenericConfigPortlet/index.js +14 -0
  852. package/types/senselogic/sitevision/api/portlet/GenericSiteVisionPortlet/index.d.ts +69 -0
  853. package/types/senselogic/sitevision/api/portlet/GenericSiteVisionPortlet/index.js +12 -0
  854. package/types/senselogic/sitevision/api/property/VersionedPropertyUtil/index.d.ts +288 -262
  855. package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.d.ts +21 -19
  856. package/types/senselogic/sitevision/api/render/ImageScaler/index.d.ts +14 -14
  857. package/types/senselogic/sitevision/api/render/TextModuleRenderer/index.d.ts +162 -160
  858. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess/index.d.ts +1 -3
  859. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.d.ts +6 -4
  860. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.d.ts +4 -4
  861. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.d.ts +4 -4
  862. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.d.ts +6 -4
  863. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.d.ts +4 -4
  864. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.d.ts +6 -4
  865. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.d.ts +6 -4
  866. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.d.ts +4 -4
  867. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.d.ts +6 -4
  868. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.d.ts +4 -4
  869. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.d.ts +4 -4
  870. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.d.ts +6 -4
  871. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.d.ts +4 -4
  872. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.d.ts +4 -4
  873. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.d.ts +4 -4
  874. package/types/senselogic/sitevision/api/render/velocity/VelocityContext/index.d.ts +12 -9
  875. package/types/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.d.ts +40 -38
  876. package/types/senselogic/sitevision/api/render/velocity/VelocityException/index.d.ts +9 -0
  877. package/types/senselogic/sitevision/api/render/velocity/VelocityException/index.js +8 -0
  878. package/types/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +46 -46
  879. package/types/senselogic/sitevision/api/script/app/RestAppInvoker/index.d.ts +183 -155
  880. package/types/senselogic/sitevision/api/script/app/RestAppInvoker/index.js +2 -1
  881. package/types/senselogic/sitevision/api/script/factory/TypedArgument/index.d.ts +25 -22
  882. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.d.ts +77 -74
  883. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.d.ts +55 -53
  884. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +58 -56
  885. package/types/senselogic/sitevision/api/search/SearchFieldUtil/index.d.ts +30 -22
  886. package/types/senselogic/sitevision/api/search/SearchHighlighter/index.d.ts +18 -17
  887. package/types/senselogic/sitevision/api/search/SearchHit/index.d.ts +471 -444
  888. package/types/senselogic/sitevision/api/search/SearchResult/index.d.ts +279 -272
  889. package/types/senselogic/sitevision/api/search/SearchSortField/index.d.ts +58 -0
  890. package/types/senselogic/sitevision/api/search/SearchSortField/index.js +12 -0
  891. package/types/senselogic/sitevision/api/search/facet/SearchFacetField/index.d.ts +4 -1
  892. package/types/senselogic/sitevision/api/search/facet/SearchFacetValue/index.d.ts +12 -10
  893. package/types/senselogic/sitevision/api/search/searcher/Searcher/index.d.ts +172 -170
  894. package/types/senselogic/sitevision/api/search/searcher/component/Filter/index.d.ts +16 -18
  895. package/types/senselogic/sitevision/api/search/searcher/component/Highlight/index.d.ts +19 -21
  896. package/types/senselogic/sitevision/api/search/searcher/component/Monitor/index.d.ts +16 -18
  897. package/types/senselogic/sitevision/api/search/searcher/component/Parser/index.d.ts +26 -28
  898. package/types/senselogic/sitevision/api/search/searcher/component/Sort/index.d.ts +16 -18
  899. package/types/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.d.ts +19 -21
  900. package/types/senselogic/sitevision/api/search/sort/CustomSort/index.d.ts +17 -15
  901. package/types/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.d.ts +2 -0
  902. package/types/senselogic/sitevision/api/security/DirectoryAttributes/index.d.ts +41 -27
  903. package/types/senselogic/sitevision/api/security/JwtException/index.d.ts +9 -0
  904. package/types/senselogic/sitevision/api/security/JwtException/index.js +8 -0
  905. package/types/senselogic/sitevision/api/security/MessageDigester/index.d.ts +14 -12
  906. package/types/senselogic/sitevision/api/security/RoleAssignment/index.d.ts +16 -16
  907. package/types/senselogic/sitevision/api/security/RoleMatcher/index.d.ts +4 -4
  908. package/types/senselogic/sitevision/api/security/Secret/index.d.ts +37 -0
  909. package/types/senselogic/sitevision/api/security/Secret/index.js +13 -0
  910. package/types/senselogic/sitevision/api/security/SecretStore/index.d.ts +13 -13
  911. package/types/senselogic/sitevision/api/security/UserUtil/index.d.ts +5 -5
  912. package/types/senselogic/sitevision/api/security/jaas/callback/NodePrincipalCallback/index.d.ts +109 -0
  913. package/types/senselogic/sitevision/api/security/jaas/callback/NodePrincipalCallback/index.js +14 -0
  914. package/types/senselogic/sitevision/api/security/jaas/callback/RedirectCallback/index.d.ts +22 -0
  915. package/types/senselogic/sitevision/api/security/jaas/callback/RedirectCallback/index.js +10 -0
  916. package/types/senselogic/sitevision/api/security/jaas/callback/ServletCallback/index.d.ts +39 -0
  917. package/types/senselogic/sitevision/api/security/jaas/callback/ServletCallback/index.js +13 -0
  918. package/types/senselogic/sitevision/api/security/jaas/callback/SharedStateCallback/index.d.ts +35 -0
  919. package/types/senselogic/sitevision/api/security/jaas/callback/SharedStateCallback/index.js +12 -0
  920. package/types/senselogic/sitevision/api/security/jaas/callback/UserAttributeCallback/index.d.ts +48 -0
  921. package/types/senselogic/sitevision/api/security/jaas/callback/UserAttributeCallback/index.js +14 -0
  922. package/types/senselogic/sitevision/api/security/jaas/callback/UserPrincipalCallback/index.d.ts +36 -0
  923. package/types/senselogic/sitevision/api/security/jaas/callback/UserPrincipalCallback/index.js +12 -0
  924. package/types/senselogic/sitevision/api/security/jaas/credential/AuthTypeCredential/index.d.ts +35 -0
  925. package/types/senselogic/sitevision/api/security/jaas/credential/AuthTypeCredential/index.js +12 -0
  926. package/types/senselogic/sitevision/api/security/jaas/credential/InetAddressCredential/index.d.ts +35 -0
  927. package/types/senselogic/sitevision/api/security/jaas/credential/InetAddressCredential/index.js +12 -0
  928. package/types/senselogic/sitevision/api/security/jaas/credential/PasswordCredential/index.d.ts +34 -0
  929. package/types/senselogic/sitevision/api/security/jaas/credential/PasswordCredential/index.js +12 -0
  930. package/types/senselogic/sitevision/api/security/jaas/credential/VirtualGroupCredential/index.d.ts +34 -0
  931. package/types/senselogic/sitevision/api/security/jaas/credential/VirtualGroupCredential/index.js +12 -0
  932. package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +12 -9
  933. package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.d.ts +10 -8
  934. package/types/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +178 -177
  935. package/types/senselogic/sitevision/api/webresource/LinkTarget/index.d.ts +10 -12
  936. package/types/senselogic/sitevision/api/xml/XmlElement/index.d.ts +9 -5
  937. package/types/senselogic/sitevision/api/xml/XmlParserException/index.d.ts +9 -0
  938. package/types/senselogic/sitevision/api/xml/XmlParserException/index.js +8 -0
  939. /package/types/senselogic/sitevision/api/base/{Requireable/ScriptEngine → Requireable.ScriptEngine}/index.d.ts +0 -0
@@ -1,12 +1,13 @@
1
+ import type { String } from "../../types/java/lang/String";
1
2
  import type { Node } from "../../types/javax/jcr/Node";
2
3
 
3
4
  /**
4
5
  * Utility interface for Colors.
5
6
  *
6
- * <p>
7
- * An instance of the Sitevision class implementing this interface can be obtained via {@link senselogic.sitevision.api.Utils#getColorUtil()}.
8
- * See {@link senselogic.sitevision.api.Utils} for how to obtain an instance of the <code>Utils</code> interface.
9
- * </p>
7
+ * <p>
8
+ * An instance of the Sitevision class implementing this interface can be obtained via {@link senselogic.sitevision.api.Utils#getColorUtil()}.
9
+ * See {@link senselogic.sitevision.api.Utils} for how to obtain an instance of the <code>Utils</code> interface.
10
+ * </p>
10
11
  * @author Magnus Lövgren
11
12
  */
12
13
  export interface ColorUtil {
@@ -15,7 +16,7 @@ export interface ColorUtil {
15
16
  * @param aColorName the name of the font
16
17
  * @return the first color with name aColorName, or <code>null</code> if no color matches
17
18
  */
18
- getColorByName(aColorName: string): Node;
19
+ getColorByName(aColorName: String | string): Node;
19
20
 
20
21
  /**
21
22
  * Gets the color with a given name with a fallback value if no color matches
@@ -23,14 +24,14 @@ export interface ColorUtil {
23
24
  * @param aDefaultValue fallback value
24
25
  * @return the first color with name aColorName, or aDefaultValue if no color matches
25
26
  */
26
- getColorByName(aColorName: string, aDefaultValue: Node): Node;
27
+ getColorByName(aColorName: String | string, aDefaultValue: Node): Node;
27
28
 
28
29
  /**
29
30
  * Gets the color with a given html hex value (i.e. a '#' followed by 6 characters [0-9,a-f,A-F]).
30
31
  * @param aHexString the hex string value of the font (starts with a '#' and ends with 6 characters [0-9,a-f,A-F])
31
32
  * @return the first color with the corresponding hex string, or <code>null</code> if no color matches
32
33
  */
33
- getColorByHtmlHexValue(aHexString: string): Node;
34
+ getColorByHtmlHexValue(aHexString: String | string): Node;
34
35
 
35
36
  /**
36
37
  * Gets the color with a given html hex value (i.e. a '#' followed by 6 characters [0-9,a-f,A-F]) with a fallback value if no color matches.
@@ -38,7 +39,10 @@ export interface ColorUtil {
38
39
  * @param aDefaultValue fallback value
39
40
  * @return the first color with the corresponding hex string, or aDefaultValue if no color matches
40
41
  */
41
- getColorByHtmlHexValue(aHexString: string, aDefaultValue: Node): Node;
42
+ getColorByHtmlHexValue(
43
+ aHexString: String | string,
44
+ aDefaultValue: Node
45
+ ): Node;
42
46
  }
43
47
 
44
48
  declare namespace ColorUtil {}
@@ -4,25 +4,25 @@ import type { Builder } from "../../types/senselogic/sitevision/api/base/Builder
4
4
  /**
5
5
  * Builds a compound filter that requires that <em>all</em> added filters matches.
6
6
  *
7
- * <p>
8
- * <em>How a compound AND filter works:</em> If filter <em>A</em> and filter <em>B</em> is added to this builder,
9
- * then the accept method of the built filter will return the boolean result of the logical boolean evaluation of:
10
- * <em>A.accept AND B.accept</em>.
11
- * </p>
12
- * <ul>
13
- * <li>
14
- * See {@link senselogic.sitevision.api.node.NodeFilterUtil} for an example of how to use a <code>CompoundAndFilterBuilder</code> in Velocity.
15
- * </li>
16
- * <li>
17
- * See {@link senselogic.sitevision.api.base.Builder} for a comprehensive example of how to work with builders.
18
- * </li>
19
- * </ul>
7
+ * <p>
8
+ * <em>How a compound AND filter works:</em> If filter <em>A</em> and filter <em>B</em> is added to this builder,
9
+ * then the accept method of the built filter will return the boolean result of the logical boolean evaluation of:
10
+ * <em>A.accept AND B.accept</em>.
11
+ * </p>
12
+ * <ul>
13
+ * <li>
14
+ * See {@link senselogic.sitevision.api.node.NodeFilterUtil} for an example of how to use a <code>CompoundAndFilterBuilder</code> in Velocity.
15
+ * </li>
16
+ * <li>
17
+ * See {@link senselogic.sitevision.api.base.Builder} for a comprehensive example of how to work with builders.
18
+ * </li>
19
+ * </ul>
20
20
  *
21
- * <p>
22
- * An instance of the Sitevision class implementing this interface can be obtained via
23
- * {@link senselogic.sitevision.api.node.NodeFilterUtil#getCompoundAndFilterBuilder()}.
24
- * See {@link senselogic.sitevision.api.node.NodeFilterUtil} for how to obtain an instance of the <code>NodeFilterUtil</code> interface.
25
- * </p>
21
+ * <p>
22
+ * An instance of the Sitevision class implementing this interface can be obtained via
23
+ * {@link senselogic.sitevision.api.node.NodeFilterUtil#getCompoundAndFilterBuilder()}.
24
+ * See {@link senselogic.sitevision.api.node.NodeFilterUtil} for how to obtain an instance of the <code>NodeFilterUtil</code> interface.
25
+ * </p>
26
26
  * @author Magnus Lövgren
27
27
  * @since Sitevision 3.6.2
28
28
  */
@@ -30,9 +30,9 @@ export interface CompoundAndFilterBuilder extends Builder {
30
30
  /**
31
31
  * Adds a node filter to this builder.
32
32
  *
33
- * <p>
34
- * <em>Tip!</em> For best performance, it's likely a good idea to add the "cheapest" filter first!
35
- * </p>
33
+ * <p>
34
+ * <em>Tip!</em> For best performance, it's likely a good idea to add the "cheapest" filter first!
35
+ * </p>
36
36
  * @param aFilter the node filter to add, <code>null</code> will be ignored
37
37
  * @return this builder
38
38
  */
@@ -1,22 +1,23 @@
1
+ import type { Comparator } from "../../types/java/util/Comparator";
1
2
  import type { Builder } from "../../types/senselogic/sitevision/api/base/Builder";
2
3
 
3
4
  /**
4
5
  * Builds a compound comparator that allows comparison based on multiple comparators.
5
6
  *
6
- * <p>
7
- * <em>How the compareTo method of a compound comparator works:</em> If comparator <em>A</em> and comparator <em>B</em> is added to this builder,
8
- * then the compareTo method of <em>A</em> will be invoked first, and if equal (i.e. zero), the compareTo of <em>B</em> will be invoked.
9
- * </p>
7
+ * <p>
8
+ * <em>How the compareTo method of a compound comparator works:</em> If comparator <em>A</em> and comparator <em>B</em> is added to this builder,
9
+ * then the compareTo method of <em>A</em> will be invoked first, and if equal (i.e. zero), the compareTo of <em>B</em> will be invoked.
10
+ * </p>
10
11
  *
11
- * <p>
12
- * See {@link senselogic.sitevision.api.base.Builder} for a comprehensive example of how to work with builders.
13
- * </p>
12
+ * <p>
13
+ * See {@link senselogic.sitevision.api.base.Builder} for a comprehensive example of how to work with builders.
14
+ * </p>
14
15
  *
15
- * <p>
16
- * An instance of the Sitevision class implementing this interface can be obtained via
17
- * {@link senselogic.sitevision.api.node.NodeComparatorUtil#getCompoundComparatorBuilder()}.
18
- * See {@link senselogic.sitevision.api.node.NodeComparatorUtil} for how to obtain an instance of the <code>NodeComparatorUtil</code> interface.
19
- * </p>
16
+ * <p>
17
+ * An instance of the Sitevision class implementing this interface can be obtained via
18
+ * {@link senselogic.sitevision.api.node.NodeComparatorUtil#getCompoundComparatorBuilder()}.
19
+ * See {@link senselogic.sitevision.api.node.NodeComparatorUtil} for how to obtain an instance of the <code>NodeComparatorUtil</code> interface.
20
+ * </p>
20
21
  * @author Magnus Lövgren
21
22
  * @since Sitevision 3.6.3
22
23
  */
@@ -24,14 +25,14 @@ export interface CompoundComparatorBuilder extends Builder {
24
25
  /**
25
26
  * Adds a node comparator to this builder.
26
27
  *
27
- * <p>
28
- * <em>Note!</em> Order is important. The compareTo method of a node comparator constructed from this builder will invoke the
29
- * comparators in the order they were added.
30
- * </p>
28
+ * <p>
29
+ * <em>Note!</em> Order is important. The compareTo method of a node comparator constructed from this builder will invoke the
30
+ * comparators in the order they were added.
31
+ * </p>
31
32
  * @param aComparator the node comparator to add, <code>null</code> will be ignored
32
33
  * @return this builder
33
34
  */
34
- addComparator(aComparator: unknown): CompoundComparatorBuilder;
35
+ addComparator(aComparator: Comparator): CompoundComparatorBuilder;
35
36
 
36
37
  /**
37
38
  * Removes all previously added comparators.
@@ -42,13 +43,13 @@ export interface CompoundComparatorBuilder extends Builder {
42
43
  /**
43
44
  * Creates a node comparator instance that will calculate its compareTo return value based on currently specified comparators.
44
45
  *
45
- * <p>
46
- * <em>Note! The returned Comparator imposes orderings that are inconsistent with equals.</em>
47
- * </p>
46
+ * <p>
47
+ * <em>Note! The returned Comparator imposes orderings that are inconsistent with equals.</em>
48
+ * </p>
48
49
  * @return a node comparator
49
50
  * @throws IllegalStateException if this builder contains no comparators.
50
51
  */
51
- build(): unknown;
52
+ build(): Comparator;
52
53
  }
53
54
 
54
55
  declare namespace CompoundComparatorBuilder {}
@@ -4,24 +4,24 @@ import type { Builder } from "../../types/senselogic/sitevision/api/base/Builder
4
4
  /**
5
5
  * Builds a compound filter that requires that <em>any</em> of the added filters matches.
6
6
  *
7
- * <p>
8
- * <em>How a compound OR filter works:</em> If filter <em>A</em> and filter <em>B</em> is added to this builder,
9
- * then the accept method of the built filter will return the result of the logical boolean evaluation of: <em>A.accept OR B.accept</em>.
10
- * </p>
11
- * <ul>
12
- * <li>
13
- * See {@link senselogic.sitevision.api.node.NodeFilterUtil} for an example of how to use a <code>CompoundOrFilterBuilder</code> in Velocity.
14
- * </li>
15
- * <li>
16
- * See {@link senselogic.sitevision.api.base.Builder} for a comprehensive example of how to work with builders.
17
- * </li>
18
- * </ul>
7
+ * <p>
8
+ * <em>How a compound OR filter works:</em> If filter <em>A</em> and filter <em>B</em> is added to this builder,
9
+ * then the accept method of the built filter will return the result of the logical boolean evaluation of: <em>A.accept OR B.accept</em>.
10
+ * </p>
11
+ * <ul>
12
+ * <li>
13
+ * See {@link senselogic.sitevision.api.node.NodeFilterUtil} for an example of how to use a <code>CompoundOrFilterBuilder</code> in Velocity.
14
+ * </li>
15
+ * <li>
16
+ * See {@link senselogic.sitevision.api.base.Builder} for a comprehensive example of how to work with builders.
17
+ * </li>
18
+ * </ul>
19
19
  *
20
- * <p>
21
- * An instance of the Sitevision class implementing this interface can be obtained via
22
- * {@link senselogic.sitevision.api.node.NodeFilterUtil#getCompoundOrFilterBuilder()}.
23
- * See {@link senselogic.sitevision.api.node.NodeFilterUtil} for how to obtain an instance of the <code>NodeFilterUtil</code> interface.
24
- * </p>
20
+ * <p>
21
+ * An instance of the Sitevision class implementing this interface can be obtained via
22
+ * {@link senselogic.sitevision.api.node.NodeFilterUtil#getCompoundOrFilterBuilder()}.
23
+ * See {@link senselogic.sitevision.api.node.NodeFilterUtil} for how to obtain an instance of the <code>NodeFilterUtil</code> interface.
24
+ * </p>
25
25
  * @author Magnus Lövgren
26
26
  * @since Sitevision 3.6.2
27
27
  */
@@ -29,9 +29,9 @@ export interface CompoundOrFilterBuilder extends Builder {
29
29
  /**
30
30
  * Adds a node filter to this builder.
31
31
  *
32
- * <p>
33
- * <em>Tip!</em> For best performance, it's likely a good idea to add the "cheapest" filter first!
34
- * </p>
32
+ * <p>
33
+ * <em>Tip!</em> For best performance, it's likely a good idea to add the "cheapest" filter first!
34
+ * </p>
35
35
  * @param aFilter the node filter to add, <code>null</code> will be ignored
36
36
  * @return this builder
37
37
  */
@@ -3,23 +3,23 @@ import type { Node } from "../../types/javax/jcr/Node";
3
3
  /**
4
4
  * Content Node utility interface.
5
5
  *
6
- * <p>
7
- * A <em>"Content node" (e.g sv:portlet)</em> is a Node that is located in the "content section" of a <em>"Renderable node" (e.g. sv:page)</em>.
8
- * </p>
9
- * <p>
10
- * This utility is typically used to get the parent of a Content node, either the <em>content</em> parent (typically a sv:layout)
11
- * or the <em>renderable</em> parent (typically a sv:page).
12
- * </p>
13
- * <p>
14
- * The types of a "Content node" is defined in {@link senselogic.sitevision.api.node.NodeTypeUtil#isAnyContentType(Node)}.
15
- * The types of a "Renderable node" is defined in {@link senselogic.sitevision.api.node.NodeTypeUtil#isAnyRenderableType(Node)}.
16
- * </p>
6
+ * <p>
7
+ * A <em>"Content node" (e.g sv:portlet)</em> is a Node that is located in the "content section" of a <em>"Renderable node" (e.g. sv:page)</em>.
8
+ * </p>
9
+ * <p>
10
+ * This utility is typically used to get the parent of a Content node, either the <em>content</em> parent (typically a sv:layout)
11
+ * or the <em>renderable</em> parent (typically a sv:page).
12
+ * </p>
13
+ * <p>
14
+ * The types of a "Content node" is defined in {@link senselogic.sitevision.api.node.NodeTypeUtil#isAnyContentType(Node)}.
15
+ * The types of a "Renderable node" is defined in {@link senselogic.sitevision.api.node.NodeTypeUtil#isAnyRenderableType(Node)}.
16
+ * </p>
17
17
  *
18
- * <p>
19
- * An instance of the Sitevision class implementing this interface can be obtained via
20
- * {@link senselogic.sitevision.api.Utils#getContentNodeUtil()}.
21
- * See {@link senselogic.sitevision.api.Utils} for how to obtain an instance of the <code>Utils</code> interface.
22
- * </p>
18
+ * <p>
19
+ * An instance of the Sitevision class implementing this interface can be obtained via
20
+ * {@link senselogic.sitevision.api.Utils#getContentNodeUtil()}.
21
+ * See {@link senselogic.sitevision.api.Utils} for how to obtain an instance of the <code>Utils</code> interface.
22
+ * </p>
23
23
  * @author Magnus Lövgren
24
24
  * @since Sitevision 10.2
25
25
  */
@@ -27,28 +27,28 @@ export interface ContentNodeUtil {
27
27
  /**
28
28
  * Gets the renderable parent of a given content node.
29
29
  *
30
- * <p>
31
- * See {@link senselogic.sitevision.api.node.NodeTypeUtil#isAnyRenderableType(Node)} for what type a "Renderable node" can have.
32
- * </p>
30
+ * <p>
31
+ * See {@link senselogic.sitevision.api.node.NodeTypeUtil#isAnyRenderableType(Node)} for what type a "Renderable node" can have.
32
+ * </p>
33
33
  * @param aContentNode a content node, typically a sv:portlet or sv:layout
34
- * @return the renderable parent of aContentNode (typically a sv:page), or null if aContentNode has no renderable parent or if current user doesn't have READ permission on the renderable parent
34
+ * @return the renderable parent of aContentNode (typically a sv:page), or null if aContentNode has no renderable parent or if current user&#xA; doesn't have READ permission on the renderable parent
35
35
  */
36
36
  getRenderableParent(aContentNode: Node): Node;
37
37
 
38
38
  /**
39
39
  * Gets the content parent of a given content node.
40
40
  *
41
- * <p>
42
- * See {@link senselogic.sitevision.api.node.NodeTypeUtil#isAnyContentType(Node)} for what type a "Content node" can have.
43
- * </p>
41
+ * <p>
42
+ * See {@link senselogic.sitevision.api.node.NodeTypeUtil#isAnyContentType(Node)} for what type a "Content node" can have.
43
+ * </p>
44
44
  *
45
- * <p>
46
- * <em>
47
- * <strong>Element disclaimer!</strong> The content structure of an Element (sv:moduleElement/sv:moduleElementDraft) potentially differs
48
- * in the OFFLINE and ONLINE versions.
49
- * Typically you should not use this method with <code>aContentNode</code> located within an Element.
50
- * </em>
51
- * </p>
45
+ * <p>
46
+ * <em>
47
+ * <strong>Element disclaimer!</strong> The content structure of an Element (sv:moduleElement/sv:moduleElementDraft) potentially differs
48
+ * in the OFFLINE and ONLINE versions.
49
+ * Typically you should not use this method with <code>aContentNode</code> located within an Element.
50
+ * </em>
51
+ * </p>
52
52
  * @param aContentNode a content node, typically a sv:portlet or sv:layout
53
53
  * @return the content parent of aContentNode (typically a sv:layout), or null if aContentNode has no content parent
54
54
  */
@@ -1,13 +1,15 @@
1
+ import type { Locale } from "../../types/java/util/Locale";
1
2
  import type { Currency } from "../../types/senselogic/sitevision/api/i18n/Currency";
3
+ import type { String } from "../../types/java/lang/String";
2
4
 
3
5
  /**
4
6
  * Factory for creating Currency instances.
5
7
  *
6
- * <p>
7
- * An instance of the Sitevision class implementing this interface can be obtained via
8
- * {@link senselogic.sitevision.api.Utils#getCurrencyFactory()}.
9
- * See {@link senselogic.sitevision.api.Utils} for how to obtain an instance of the <code>Utils</code> interface.
10
- * </p>
8
+ * <p>
9
+ * An instance of the Sitevision class implementing this interface can be obtained via
10
+ * {@link senselogic.sitevision.api.Utils#getCurrencyFactory()}.
11
+ * See {@link senselogic.sitevision.api.Utils} for how to obtain an instance of the <code>Utils</code> interface.
12
+ * </p>
11
13
  * @author Magnus Lövgren
12
14
  * @since Sitevision 6.1
13
15
  */
@@ -15,68 +17,68 @@ export interface CurrencyFactory {
15
17
  /**
16
18
  * Gets the Currency instance for a given locale.
17
19
  *
18
- * <p>
19
- * <strong>Important Country Note!</strong> A Locale without a <em>country</em> can never have a Currency!
20
- * This method will always return <code>null</code> for such Locale.
21
- * </p>
22
- * <p>
23
- * <em>Tip!</em> {@link senselogic.sitevision.api.i18n.LocaleUtil#resolveCountryLocale(Locale)} might be helpful in order to
24
- * compensate for language-only locales.
25
- * </p>
20
+ * <p>
21
+ * <strong>Important Country Note!</strong> A Locale without a <em>country</em> can never have a Currency!
22
+ * This method will always return <code>null</code> for such Locale.
23
+ * </p>
24
+ * <p>
25
+ * <em>Tip!</em> {@link senselogic.sitevision.api.i18n.LocaleUtil#resolveCountryLocale(Locale)} might be helpful in order to
26
+ * compensate for language-only locales.
27
+ * </p>
26
28
  *
27
- * <p>
28
- * <em>This method is conceptually equivalent with the <code>java.util.Currency.getInstance(Locale)</code> method.</em>
29
- * </p>
29
+ * <p>
30
+ * <em>This method is conceptually equivalent with the <code>java.util.Currency.getInstance(Locale)</code> method.</em>
31
+ * </p>
30
32
  * @param aLocale the Locale
31
33
  * @return the Currency for aLocale, or null if aLocale is null or no Currency can be determined for aLocale
32
34
  * @see senselogic.sitevision.api.i18n.LocaleUtil#resolveCountryLocale(Locale)
33
35
  */
34
- fromLocale(aLocale: unknown): Currency;
36
+ fromLocale(aLocale: Locale): Currency;
35
37
 
36
38
  /**
37
39
  * Gets the Currency instance for a given ISO 4217 Currency Code.
38
40
  *
39
- * <p>
40
- * <a href="https://www.iso.org/iso-4217-currency-codes.html">
41
- * Currency codes are specified with a three-letter alphabetic code specified by ISO 4217
42
- * </a>
43
- * </p>
41
+ * <p>
42
+ * <a href="https://www.iso.org/iso-4217-currency-codes.html">
43
+ * Currency codes are specified with a three-letter alphabetic code specified by ISO 4217
44
+ * </a>
45
+ * </p>
44
46
  *
45
- * <table>
46
- * <caption>Common currencies</caption>
47
- * <tr>
48
- * <th scope="col">Currency name</th>
49
- * <th scope="col">Currency code</th>
50
- * </tr>
51
- * <tr>
52
- * <td>US Dollar</td>
53
- * <td>USD</td>
54
- * </tr>
55
- * <tr>
56
- * <td>Euro</td>
57
- * <td>EUR</td>
58
- * </tr>
59
- * <tr>
60
- * <td>Brittish Pound</td>
61
- * <td>GBP</td>
62
- * </tr>
63
- * <tr>
64
- * <td>Swedish Krona</td>
65
- * <td>SEK</td>
66
- * </tr>
67
- * <tr>
68
- * <td>Norwegian Krone</td>
69
- * <td>NOK</td>
70
- * </tr>
71
- * </table>
47
+ * <table>
48
+ * <caption>Common currencies</caption>
49
+ * <tr>
50
+ * <th scope="col">Currency name</th>
51
+ * <th scope="col">Currency code</th>
52
+ * </tr>
53
+ * <tr>
54
+ * <td>US Dollar</td>
55
+ * <td>USD</td>
56
+ * </tr>
57
+ * <tr>
58
+ * <td>Euro</td>
59
+ * <td>EUR</td>
60
+ * </tr>
61
+ * <tr>
62
+ * <td>Brittish Pound</td>
63
+ * <td>GBP</td>
64
+ * </tr>
65
+ * <tr>
66
+ * <td>Swedish Krona</td>
67
+ * <td>SEK</td>
68
+ * </tr>
69
+ * <tr>
70
+ * <td>Norwegian Krone</td>
71
+ * <td>NOK</td>
72
+ * </tr>
73
+ * </table>
72
74
  *
73
- * <p>
74
- * <em>This method is conceptually equivalent with the <code>java.util.Currency.getInstance(String)</code> method.</em>
75
- * </p>
75
+ * <p>
76
+ * <em>This method is conceptually equivalent with the <code>java.util.Currency.getInstance(String)</code> method.</em>
77
+ * </p>
76
78
  * @param aCurrencyCode a ISO 4217 currency code
77
79
  * @return a Currency for aCurrencyCode, or null if aCurrencyCode is null or invalid
78
80
  */
79
- fromCurrencyCode(aCurrencyCode: string): Currency;
81
+ fromCurrencyCode(aCurrencyCode: String | string): Currency;
80
82
  }
81
83
 
82
84
  declare namespace CurrencyFactory {}