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

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 (332) hide show
  1. package/index.d.ts +8 -0
  2. package/package.json +1 -1
  3. package/server/AliasUtil/index.d.ts +13 -11
  4. package/server/ArchiveUtil/index.d.ts +45 -43
  5. package/server/ArraysInstance/index.d.ts +1667 -1808
  6. package/server/ArticleUtil/index.d.ts +294 -226
  7. package/server/AuthenticationUtil/index.d.ts +73 -85
  8. package/server/BookmarkUtil/index.d.ts +76 -81
  9. package/server/BuddyIconRenderer/index.d.ts +124 -132
  10. package/server/BuddyIconRenderer.BuddyIconSize/index.d.ts +41 -0
  11. package/server/BuddyIconRenderer.BuddyIconSize/index.js +25 -0
  12. package/server/ClientUtil/index.d.ts +11 -9
  13. package/server/CollaborationFactory/index.d.ts +37 -40
  14. package/server/CollaborationGroupFolderUtil/index.d.ts +30 -28
  15. package/server/CollaborationGroupState/index.d.ts +27 -0
  16. package/server/CollaborationGroupState/index.js +11 -0
  17. package/server/CollaborationGroupTemplateUtil/index.d.ts +48 -50
  18. package/server/CollaborationGroupType/index.d.ts +28 -0
  19. package/server/CollaborationGroupType/index.js +12 -0
  20. package/server/CollaborationGroupUtil/index.d.ts +86 -82
  21. package/server/CollectionsInstance/index.d.ts +642 -705
  22. package/server/ColorUtil/index.d.ts +36 -37
  23. package/server/CompoundAndFilterBuilder/index.d.ts +31 -29
  24. package/server/CompoundComparatorBuilder/index.d.ts +35 -33
  25. package/server/CompoundOrFilterBuilder/index.d.ts +31 -29
  26. package/server/ContentNodeUtil/index.d.ts +36 -34
  27. package/server/CurrencyFactory/index.d.ts +72 -70
  28. package/server/DateUtil/index.d.ts +132 -142
  29. package/server/DecorationUtil/index.d.ts +13 -11
  30. package/server/DeviceUtil/index.d.ts +21 -19
  31. package/server/DimensionMode/index.d.ts +17 -0
  32. package/server/DimensionMode/index.js +12 -0
  33. package/server/DirectoryUtil/index.d.ts +90 -88
  34. package/server/DocType/index.d.ts +30 -0
  35. package/server/DocType/index.js +14 -0
  36. package/server/DocTypeUtil/index.d.ts +129 -135
  37. package/server/EndecUtil/index.d.ts +330 -347
  38. package/server/ExtendedDismaxParserBuilder/index.d.ts +156 -170
  39. package/server/FileIconRenderer/index.d.ts +153 -172
  40. package/server/FileUtil/index.d.ts +274 -300
  41. package/server/FilterBuilder/index.d.ts +42 -40
  42. package/server/FolderUtil/index.d.ts +93 -94
  43. package/server/FontUtil/index.d.ts +36 -37
  44. package/server/FormatterBuilderFactory/index.d.ts +76 -84
  45. package/server/HighlightBuilder/index.d.ts +79 -86
  46. package/server/IconUtil/index.d.ts +27 -25
  47. package/server/ImageLinkRenderer/index.d.ts +34 -32
  48. package/server/ImageRenderer/index.d.ts +343 -379
  49. package/server/ImageUtil/index.d.ts +247 -265
  50. package/server/IndexUtil/index.d.ts +40 -37
  51. package/server/IndexUtil.IndexType/index.d.ts +29 -0
  52. package/server/IndexUtil.IndexType/index.js +13 -0
  53. package/server/IndexingUtil/index.d.ts +69 -47
  54. package/server/InstanceCreatorUtil/index.d.ts +421 -457
  55. package/server/InstanceTypeUtil/index.d.ts +168 -189
  56. package/server/JwtUtil/index.d.ts +131 -129
  57. package/server/LandingPageUtil/index.d.ts +84 -87
  58. package/server/LandingPageUtil/index.js +1 -0
  59. package/server/LinkPageUtil/index.d.ts +297 -251
  60. package/server/LinkRenderer/index.d.ts +651 -715
  61. package/server/LinkTargetBuilder/index.d.ts +69 -77
  62. package/server/LinkValueBuilder/index.d.ts +70 -77
  63. package/server/ListWrapper/index.d.ts +82 -91
  64. package/server/LocaleUtil/index.d.ts +382 -394
  65. package/server/LogUtil/index.d.ts +119 -128
  66. package/server/MailBuilder/index.d.ts +109 -124
  67. package/server/MailUtil/index.d.ts +58 -63
  68. package/server/MathInstance/index.d.ts +625 -657
  69. package/server/MessageDigesterFactory/index.d.ts +30 -28
  70. package/server/MetadataDefinitionUtil/index.d.ts +79 -83
  71. package/server/MetadataUtil/index.d.ts +322 -346
  72. package/server/MimeTypeUtil/index.d.ts +209 -215
  73. package/server/MonitorBuilder/index.d.ts +20 -20
  74. package/server/NodeComparatorUtil/index.d.ts +215 -225
  75. package/server/NodeFactoryUtil/index.d.ts +18 -16
  76. package/server/NodeFilterUtil/index.d.ts +652 -739
  77. package/server/NodeIteratorUtil/index.d.ts +214 -229
  78. package/server/NodeResolverUtil/index.d.ts +400 -406
  79. package/server/NodeTreeUtil/index.d.ts +214 -229
  80. package/server/NodeTypeUtil/index.d.ts +1432 -548
  81. package/server/OfflineVersionPropertyUtil/index.d.ts +8 -6
  82. package/server/OnlineVersionPropertyUtil/index.d.ts +8 -6
  83. package/server/OutputUtil/index.d.ts +385 -380
  84. package/server/PageUtil/index.d.ts +266 -188
  85. package/server/PermissionUtil/index.d.ts +393 -430
  86. package/server/PermissionUtil.Permission/index.d.ts +54 -0
  87. package/server/PermissionUtil.Permission/index.js +38 -0
  88. package/server/PortletContextUtil/index.d.ts +112 -107
  89. package/server/PortletUtil/index.d.ts +32 -22
  90. package/server/PrincipalUtil/index.d.ts +35 -33
  91. package/server/Properties/index.d.ts +69 -76
  92. package/server/PropertyUtil/index.d.ts +1422 -1464
  93. package/server/PublishingUtil/index.d.ts +248 -249
  94. package/server/QueryStringUtil/index.d.ts +404 -415
  95. package/server/RedirectUtil/index.d.ts +64 -68
  96. package/server/RelatedValueBuilder/index.d.ts +45 -43
  97. package/server/Requester/index.d.ts +125 -125
  98. package/server/ResourceLocatorUtil/index.d.ts +436 -476
  99. package/server/RestApi/index.d.ts +158 -138
  100. package/server/RestAppInvokerFactory/index.d.ts +28 -26
  101. package/server/RoleAssignmentBuilder/index.d.ts +39 -37
  102. package/server/RoleMatcherBuilder/index.d.ts +39 -37
  103. package/server/RoleUtil/index.d.ts +35 -37
  104. package/server/ScriptUtil/index.d.ts +458 -495
  105. package/server/SearchFactory/index.d.ts +90 -105
  106. package/server/SearchUtil/index.d.ts +75 -73
  107. package/server/SearcherBuilder/index.d.ts +117 -124
  108. package/server/Session/index.d.ts +261 -1103
  109. package/server/Session/index.js +1 -20
  110. package/server/SimpleUserUtil/index.d.ts +28 -29
  111. package/server/SiteCookieUtil/index.d.ts +152 -175
  112. package/server/SortBuilder/index.d.ts +27 -25
  113. package/server/SourceSetMode/index.d.ts +12 -0
  114. package/server/SourceSetMode/index.js +12 -0
  115. package/server/SpellCheckBuilder/index.d.ts +30 -30
  116. package/server/StandardParserBuilder/index.d.ts +36 -34
  117. package/server/StructureUtil/index.d.ts +85 -83
  118. package/server/SubscriberUtil/index.d.ts +60 -67
  119. package/server/SubscriptionUtil/index.d.ts +123 -130
  120. package/server/SystemUserUtil/index.d.ts +148 -146
  121. package/server/TagUtil/index.d.ts +115 -120
  122. package/server/TemplateUtil/index.d.ts +115 -120
  123. package/server/TemporaryFileNodeBuilder/index.d.ts +32 -30
  124. package/server/TemporaryNodeBuilder/index.d.ts +139 -177
  125. package/server/TextModuleRendererBuilder/index.d.ts +22 -20
  126. package/server/TimestampUtil/index.d.ts +103 -117
  127. package/server/TranslationUtil/index.d.ts +98 -104
  128. package/server/TrashcanUtil/index.d.ts +114 -117
  129. package/server/UserDataUtil/index.d.ts +110 -111
  130. package/server/UserFactory/index.d.ts +47 -54
  131. package/server/UserFieldRenderer/index.d.ts +120 -128
  132. package/server/UserIdentityUtil/index.d.ts +38 -36
  133. package/server/UserUtil/index.d.ts +32 -30
  134. package/server/Utils/index.d.ts +634 -723
  135. package/server/VelocityRenderer/index.d.ts +96 -94
  136. package/server/VersionUtil/index.d.ts +25 -9
  137. package/server/WebContentUtil/index.d.ts +277 -284
  138. package/server/WebResourceFactory/index.d.ts +41 -46
  139. package/server/XSLTUtil/index.d.ts +34 -32
  140. package/server/XmlParserUtil/index.d.ts +50 -48
  141. package/types/javax/jcr/Binary/index.d.ts +3 -21
  142. package/types/javax/jcr/Binary/index.js +0 -1
  143. package/types/javax/jcr/Credentials/index.d.ts +3 -1
  144. package/types/javax/jcr/ImportUUIDBehavior/index.d.ts +27 -1
  145. package/types/javax/jcr/Item/index.d.ts +6 -119
  146. package/types/javax/jcr/Item/index.js +0 -6
  147. package/types/javax/jcr/ItemVisitor/index.d.ts +5 -3
  148. package/types/javax/jcr/NamespaceRegistry/index.d.ts +69 -43
  149. package/types/javax/jcr/NamespaceRegistry/index.js +0 -2
  150. package/types/javax/jcr/Node/index.d.ts +37 -1506
  151. package/types/javax/jcr/Node/index.js +1 -34
  152. package/types/javax/jcr/NodeIterator/index.d.ts +5 -3
  153. package/types/javax/jcr/Property/index.d.ts +494 -494
  154. package/types/javax/jcr/Property/index.js +0 -5
  155. package/types/javax/jcr/PropertyIterator/index.d.ts +5 -3
  156. package/types/javax/jcr/RangeIterator/index.d.ts +2 -42
  157. package/types/javax/jcr/RangeIterator/index.js +1 -5
  158. package/types/javax/jcr/Repository/index.d.ts +465 -263
  159. package/types/javax/jcr/Repository/index.js +0 -4
  160. package/types/javax/jcr/RepositoryFactory/index.d.ts +4 -2
  161. package/types/javax/jcr/Value/index.d.ts +4 -31
  162. package/types/javax/jcr/Value/index.js +0 -2
  163. package/types/javax/jcr/ValueFactory/index.d.ts +6 -74
  164. package/types/javax/jcr/ValueFactory/index.js +1 -2
  165. package/types/javax/jcr/Workspace/index.d.ts +103 -577
  166. package/types/javax/jcr/Workspace/index.js +1 -12
  167. package/types/javax/jcr/lock/Lock/index.d.ts +4 -2
  168. package/types/javax/jcr/lock/LockManager/index.d.ts +4 -2
  169. package/types/javax/jcr/nodetype/ItemDefinition/index.d.ts +4 -105
  170. package/types/javax/jcr/nodetype/ItemDefinition/index.js +0 -5
  171. package/types/javax/jcr/nodetype/NodeDefinition/index.d.ts +5 -3
  172. package/types/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +4 -2
  173. package/types/javax/jcr/nodetype/NodeType/index.d.ts +262 -269
  174. package/types/javax/jcr/nodetype/NodeType/index.js +1 -12
  175. package/types/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +5 -107
  176. package/types/javax/jcr/nodetype/NodeTypeDefinition/index.js +1 -7
  177. package/types/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +5 -3
  178. package/types/javax/jcr/nodetype/NodeTypeManager/index.d.ts +9 -130
  179. package/types/javax/jcr/nodetype/NodeTypeManager/index.js +1 -8
  180. package/types/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +4 -2
  181. package/types/javax/jcr/nodetype/PropertyDefinition/index.d.ts +5 -272
  182. package/types/javax/jcr/nodetype/PropertyDefinition/index.js +1 -7
  183. package/types/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +5 -3
  184. package/types/javax/jcr/observation/Event/index.d.ts +85 -42
  185. package/types/javax/jcr/observation/EventIterator/index.d.ts +5 -3
  186. package/types/javax/jcr/observation/EventJournal/index.d.ts +4 -2
  187. package/types/javax/jcr/observation/EventListener/index.d.ts +4 -2
  188. package/types/javax/jcr/observation/EventListenerIterator/index.d.ts +5 -3
  189. package/types/javax/jcr/observation/ObservationManager/index.d.ts +6 -4
  190. package/types/javax/jcr/query/Query/index.d.ts +35 -12
  191. package/types/javax/jcr/query/QueryManager/index.d.ts +6 -4
  192. package/types/javax/jcr/query/QueryResult/index.d.ts +5 -3
  193. package/types/javax/jcr/query/Row/index.d.ts +5 -3
  194. package/types/javax/jcr/query/RowIterator/index.d.ts +5 -3
  195. package/types/javax/jcr/query/qom/And/index.d.ts +4 -2
  196. package/types/javax/jcr/query/qom/BindVariableValue/index.d.ts +4 -2
  197. package/types/javax/jcr/query/qom/ChildNode/index.d.ts +4 -2
  198. package/types/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +4 -2
  199. package/types/javax/jcr/query/qom/Column/index.d.ts +3 -1
  200. package/types/javax/jcr/query/qom/Comparison/index.d.ts +6 -4
  201. package/types/javax/jcr/query/qom/Constraint/index.d.ts +3 -1
  202. package/types/javax/jcr/query/qom/DescendantNode/index.d.ts +4 -2
  203. package/types/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +4 -2
  204. package/types/javax/jcr/query/qom/DynamicOperand/index.d.ts +4 -2
  205. package/types/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +4 -2
  206. package/types/javax/jcr/query/qom/FullTextSearch/index.d.ts +5 -3
  207. package/types/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +4 -2
  208. package/types/javax/jcr/query/qom/Join/index.d.ts +5 -3
  209. package/types/javax/jcr/query/qom/JoinCondition/index.d.ts +3 -1
  210. package/types/javax/jcr/query/qom/Length/index.d.ts +5 -3
  211. package/types/javax/jcr/query/qom/Literal/index.d.ts +5 -3
  212. package/types/javax/jcr/query/qom/LowerCase/index.d.ts +4 -2
  213. package/types/javax/jcr/query/qom/NodeLocalName/index.d.ts +4 -2
  214. package/types/javax/jcr/query/qom/NodeName/index.d.ts +4 -2
  215. package/types/javax/jcr/query/qom/Not/index.d.ts +4 -2
  216. package/types/javax/jcr/query/qom/Operand/index.d.ts +3 -1
  217. package/types/javax/jcr/query/qom/Or/index.d.ts +4 -2
  218. package/types/javax/jcr/query/qom/Ordering/index.d.ts +4 -2
  219. package/types/javax/jcr/query/qom/PropertyExistence/index.d.ts +4 -2
  220. package/types/javax/jcr/query/qom/PropertyValue/index.d.ts +4 -2
  221. package/types/javax/jcr/query/qom/QueryObjectModel/index.d.ts +8 -6
  222. package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +76 -2
  223. package/types/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +37 -35
  224. package/types/javax/jcr/query/qom/SameNode/index.d.ts +4 -2
  225. package/types/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +4 -2
  226. package/types/javax/jcr/query/qom/Selector/index.d.ts +4 -2
  227. package/types/javax/jcr/query/qom/Source/index.d.ts +3 -1
  228. package/types/javax/jcr/query/qom/StaticOperand/index.d.ts +4 -2
  229. package/types/javax/jcr/query/qom/UpperCase/index.d.ts +4 -2
  230. package/types/javax/jcr/retention/Hold/index.d.ts +3 -1
  231. package/types/javax/jcr/retention/RetentionManager/index.d.ts +5 -3
  232. package/types/javax/jcr/retention/RetentionPolicy/index.d.ts +3 -1
  233. package/types/javax/jcr/security/AccessControlEntry/index.d.ts +4 -2
  234. package/types/javax/jcr/security/AccessControlList/index.d.ts +6 -4
  235. package/types/javax/jcr/security/AccessControlManager/index.d.ts +6 -4
  236. package/types/javax/jcr/security/AccessControlPolicy/index.d.ts +3 -1
  237. package/types/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +5 -3
  238. package/types/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +4 -2
  239. package/types/javax/jcr/security/Privilege/index.d.ts +130 -44
  240. package/types/javax/jcr/version/Version/index.d.ts +5 -3
  241. package/types/javax/jcr/version/VersionHistory/index.d.ts +7 -5
  242. package/types/javax/jcr/version/VersionIterator/index.d.ts +5 -3
  243. package/types/javax/jcr/version/VersionManager/index.d.ts +7 -5
  244. package/types/senselogic/sitevision/api/base/Builder/index.d.ts +3 -1
  245. package/types/senselogic/sitevision/api/base/Filter/index.d.ts +3 -1
  246. package/types/senselogic/sitevision/api/base/FilterSplit/index.d.ts +4 -2
  247. package/types/senselogic/sitevision/api/base/Loadable/index.d.ts +3 -1
  248. package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.d.ts +9 -0
  249. package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.js +11 -0
  250. package/types/senselogic/sitevision/api/base/Resolver/index.d.ts +3 -1
  251. package/types/senselogic/sitevision/api/base/Wrapper/index.d.ts +3 -1
  252. package/types/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +13 -7
  253. package/types/senselogic/sitevision/api/format/NumericFormatter/index.d.ts +3 -1
  254. package/types/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +5 -3
  255. package/types/senselogic/sitevision/api/i18n/Currency/index.d.ts +3 -1
  256. package/types/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +5 -3
  257. package/types/senselogic/sitevision/api/link/CustomLinkRenderData/index.d.ts +3 -1
  258. package/types/senselogic/sitevision/api/mail/Mail/index.d.ts +3 -1
  259. package/types/senselogic/sitevision/api/message/MessageTextLinker/index.d.ts +3 -1
  260. package/types/senselogic/sitevision/api/metadata/value/LinkValue/index.d.ts +3 -1
  261. package/types/senselogic/sitevision/api/metadata/value/RelatedValue/index.d.ts +3 -1
  262. package/types/senselogic/sitevision/api/property/VersionedPropertyUtil/index.d.ts +4 -2
  263. package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.d.ts +51 -0
  264. package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.js +12 -0
  265. package/types/senselogic/sitevision/api/render/ImageScaler/index.d.ts +4 -2
  266. package/types/senselogic/sitevision/api/render/TextModuleRenderer/index.d.ts +4 -2
  267. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess/index.d.ts +3 -1
  268. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.d.ts +85 -0
  269. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.js +21 -0
  270. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.d.ts +31 -0
  271. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.js +12 -0
  272. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.d.ts +31 -0
  273. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.js +12 -0
  274. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.d.ts +67 -0
  275. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.js +18 -0
  276. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.d.ts +25 -0
  277. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.js +11 -0
  278. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.d.ts +19 -0
  279. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.js +10 -0
  280. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.d.ts +1243 -0
  281. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.js +189 -0
  282. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.d.ts +31 -0
  283. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.js +12 -0
  284. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.d.ts +91 -0
  285. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.js +22 -0
  286. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.d.ts +27 -0
  287. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.js +11 -0
  288. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.d.ts +19 -0
  289. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.js +10 -0
  290. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.d.ts +19 -0
  291. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.js +10 -0
  292. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.d.ts +25 -0
  293. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.js +11 -0
  294. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.d.ts +37 -0
  295. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.js +13 -0
  296. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.d.ts +25 -0
  297. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.js +11 -0
  298. package/types/senselogic/sitevision/api/render/velocity/VelocityContext/index.d.ts +3 -1
  299. package/types/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.d.ts +3 -1
  300. package/types/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +4 -2
  301. package/types/senselogic/sitevision/api/script/app/RestAppInvoker/index.d.ts +3 -1
  302. package/types/senselogic/sitevision/api/script/factory/TypedArgument/index.d.ts +3 -1
  303. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.d.ts +3 -1
  304. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.d.ts +4 -2
  305. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +24 -2
  306. package/types/senselogic/sitevision/api/search/SearchFieldUtil/index.d.ts +3 -1
  307. package/types/senselogic/sitevision/api/search/SearchHighlighter/index.d.ts +4 -2
  308. package/types/senselogic/sitevision/api/search/SearchHit/index.d.ts +19 -3
  309. package/types/senselogic/sitevision/api/search/SearchResult/index.d.ts +31 -7
  310. package/types/senselogic/sitevision/api/search/facet/SearchFacetField/index.d.ts +3 -1
  311. package/types/senselogic/sitevision/api/search/facet/SearchFacetValue/index.d.ts +3 -1
  312. package/types/senselogic/sitevision/api/search/searcher/Searcher/index.d.ts +4 -2
  313. package/types/senselogic/sitevision/api/search/searcher/component/Filter/index.d.ts +3 -1
  314. package/types/senselogic/sitevision/api/search/searcher/component/Highlight/index.d.ts +3 -1
  315. package/types/senselogic/sitevision/api/search/searcher/component/Monitor/index.d.ts +3 -1
  316. package/types/senselogic/sitevision/api/search/searcher/component/Parser/index.d.ts +3 -1
  317. package/types/senselogic/sitevision/api/search/searcher/component/Sort/index.d.ts +3 -1
  318. package/types/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.d.ts +3 -1
  319. package/types/senselogic/sitevision/api/search/sort/CustomSort/index.d.ts +3 -1
  320. package/types/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.d.ts +3 -1
  321. package/types/senselogic/sitevision/api/security/DirectoryAttributes/index.d.ts +3 -1
  322. package/types/senselogic/sitevision/api/security/MessageDigester/index.d.ts +3 -1
  323. package/types/senselogic/sitevision/api/security/RoleAssignment/index.d.ts +4 -2
  324. package/types/senselogic/sitevision/api/security/RoleMatcher/index.d.ts +4 -2
  325. package/types/senselogic/sitevision/api/security/SecretStore/index.d.ts +3 -1
  326. package/types/senselogic/sitevision/api/security/UserUtil/index.d.ts +4 -2
  327. package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +35 -3
  328. package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.d.ts +3 -1
  329. package/types/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +5 -3
  330. package/types/senselogic/sitevision/api/webresource/LinkTarget/index.d.ts +3 -1
  331. package/types/senselogic/sitevision/api/xml/XmlElement/index.d.ts +3 -1
  332. package/types/senselogic/sitevision/api/xml/XmlElementHandler/index.d.ts +4 -2
@@ -5,12 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _default = {
8
- getRequiredType: function getRequiredType() {},
9
- getValueConstraints: function getValueConstraints() {},
10
- getDefaultValues: function getDefaultValues() {},
11
- isMultiple: function isMultiple() {},
12
- getAvailableQueryOperators: function getAvailableQueryOperators() {},
13
- isFullTextSearchable: function isFullTextSearchable() {},
14
- isQueryOrderable: function isQueryOrderable() {}
8
+ isMultiple: function isMultiple() {}
15
9
  };
16
10
  exports["default"] = _default;
@@ -1,5 +1,5 @@
1
- import type { Value } from "../../Value";
2
- import type { PropertyDefinition } from "../PropertyDefinition";
1
+ import type Value from "../../Value";
2
+ import type PropertyDefinition from "../PropertyDefinition";
3
3
 
4
4
  /**
5
5
  * The <code>PropertyDefinitionTemplate</code> interface extends
@@ -16,7 +16,7 @@ import type { PropertyDefinition } from "../PropertyDefinition";
16
16
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
17
17
  * @since JCR 2.0
18
18
  */
19
- export type PropertyDefinitionTemplate = {
19
+ type PropertyDefinitionTemplate = PropertyDefinition & {
20
20
  /**
21
21
  * Sets the name of the property. This must be a JCR name in either
22
22
  * qualified or expanded form.
@@ -92,3 +92,5 @@ export type PropertyDefinitionTemplate = {
92
92
  */
93
93
  setQueryOrderable(queryOrderable: boolean): void;
94
94
  };
95
+
96
+ export = PropertyDefinitionTemplate;
@@ -1,48 +1,10 @@
1
1
  /**
2
2
  * An event fired by the observation mechanism.
3
3
  *
4
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>Generated on persist when a node is added. <ul> <li>{@link #getPath}
5
- * returns the absolute path of the node that was added.</li> <li>{@link
6
- * #getIdentifier} returns the identifier of the node that was added.</li>
7
- * <li>{@link #getInfo} returns an empty <code>Map</code> object.</li>
8
- * </ul>Generated on persist when a node is removed. <ul> <li>{@link #getPath}
9
- * returns the absolute path of the node that was removed.</li> <li>{@link
10
- * #getIdentifier} returns the identifier of the node that was removed.</li>
11
- * <li>{@link #getInfo} returns an empty <code>Map</code> object.</li>
12
- * </ul>Generated on persist when a property is added. <ul> <li>{@link #getPath}
13
- * returns the absolute path of the property that was added.</li> <li>{@link
14
- * #getIdentifier} returns the identifier of the parent node of the property
15
- * that was added. <li>{@link #getInfo} returns an empty <code>Map</code>
16
- * object.</li> </ul>Generated on persist when a property is removed. <ul> <li>{@link
17
- * #getPath} returns the absolute path of the property that was
18
- * removed.</li> <li>{@link #getIdentifier} returns the identifier of the
19
- * parent node of the property that was removed. <li>{@link #getInfo}
20
- * returns an empty <code>Map</code> object.</li> </ul>Generated on persist when a property is changed. <ul> <li>{@link
21
- * #getPath} returns the absolute path of the property that was
22
- * changed.</li> <li>{@link #getIdentifier} returns the identifier of the
23
- * parent node of the property that was changed. <li>{@link #getInfo}
24
- * returns an empty <code>Map</code> object.</li> </ul>Generated on persist when a node is moved. <ul> <li>{@link #getPath}
25
- * returns the absolute path of the destination of the move.</li> <li>{@link
26
- * #getIdentifier} returns the identifier of the moved node. <li> {@link
27
- * #getInfo} If the method that caused this event was a {@link
28
- * javax.jcr.Session#move Session.move} or {@link javax.jcr.Workspace#move
29
- * Workspace.move} then the returned {@link java.util.Map Map} has keys
30
- * <code>srcAbsPath</code> and <code>destAbsPath</code> with values
31
- * corresponding to the parameters passed to the <code>move</code> method.
32
- * <p>
33
- * If the method that caused this event was a {@link
34
- * javax.jcr.Node#orderBefore Node.orderBefore} then the returned
35
- * <code>Map</code> has keys <code>srcChildRelPath</code> and
36
- * <code>destChildRelPath</code> with values corresponding to the parameters
37
- * passed to the <code>orderBefore</code> method. </li> </ul>If event bundling is supported, this event is used to indicate a bundle
38
- * boundary within the event journal. <ul> <li>{@link #getPath} returns
39
- * <code>null</code>.</li> <li>{@link #getIdentifier} returns
40
- * <code>null</code>.</li> <li>{@link #getInfo} returns an empty
41
- * <code>Map</code> object.</li> </ul>
42
- * @since JCR 2.0
43
- * @since JCR 2.0
44
- */
45
- export type Event = {
4
+ * <p><strong>Sitevision note:</strong> Unsupported operation</p>
5
+
6
+ */
7
+ type Event = {
46
8
  /**
47
9
  * Returns the type of this event: a constant defined by this interface. One
48
10
  * of: <ul> <li><code>NODE_ADDED</code></li> <li><code>NODE_REMOVED</code></li>
@@ -111,4 +73,85 @@ export type Event = {
111
73
  * @since JCR 2.0
112
74
  */
113
75
  getDate(): number;
76
+
77
+ /**
78
+ * Generated on persist when a node is added. <ul> <li>{@link #getPath}
79
+ * returns the absolute path of the node that was added.</li> <li>{@link
80
+ * #getIdentifier} returns the identifier of the node that was added.</li>
81
+ * <li>{@link #getInfo} returns an empty <code>Map</code> object.</li>
82
+ * </ul>
83
+
84
+ */
85
+ NODE_ADDED: number;
86
+
87
+ /**
88
+ * Generated on persist when a node is removed. <ul> <li>{@link #getPath}
89
+ * returns the absolute path of the node that was removed.</li> <li>{@link
90
+ * #getIdentifier} returns the identifier of the node that was removed.</li>
91
+ * <li>{@link #getInfo} returns an empty <code>Map</code> object.</li>
92
+ * </ul>
93
+
94
+ */
95
+ NODE_REMOVED: number;
96
+
97
+ /**
98
+ * Generated on persist when a property is added. <ul> <li>{@link #getPath}
99
+ * returns the absolute path of the property that was added.</li> <li>{@link
100
+ * #getIdentifier} returns the identifier of the parent node of the property
101
+ * that was added. <li>{@link #getInfo} returns an empty <code>Map</code>
102
+ * object.</li> </ul>
103
+
104
+ */
105
+ PROPERTY_ADDED: number;
106
+
107
+ /**
108
+ * Generated on persist when a property is removed. <ul> <li>{@link
109
+ * #getPath} returns the absolute path of the property that was
110
+ * removed.</li> <li>{@link #getIdentifier} returns the identifier of the
111
+ * parent node of the property that was removed. <li>{@link #getInfo}
112
+ * returns an empty <code>Map</code> object.</li> </ul>
113
+
114
+ */
115
+ PROPERTY_REMOVED: number;
116
+
117
+ /**
118
+ * Generated on persist when a property is changed. <ul> <li>{@link
119
+ * #getPath} returns the absolute path of the property that was
120
+ * changed.</li> <li>{@link #getIdentifier} returns the identifier of the
121
+ * parent node of the property that was changed. <li>{@link #getInfo}
122
+ * returns an empty <code>Map</code> object.</li> </ul>
123
+
124
+ */
125
+ PROPERTY_CHANGED: number;
126
+
127
+ /**
128
+ * Generated on persist when a node is moved. <ul> <li>{@link #getPath}
129
+ * returns the absolute path of the destination of the move.</li> <li>{@link
130
+ * #getIdentifier} returns the identifier of the moved node. <li> {@link
131
+ * #getInfo} If the method that caused this event was a {@link
132
+ * javax.jcr.Session#move Session.move} or {@link javax.jcr.Workspace#move
133
+ * Workspace.move} then the returned {@link java.util.Map Map} has keys
134
+ * <code>srcAbsPath</code> and <code>destAbsPath</code> with values
135
+ * corresponding to the parameters passed to the <code>move</code> method.
136
+ * <p>
137
+ * If the method that caused this event was a {@link
138
+ * javax.jcr.Node#orderBefore Node.orderBefore} then the returned
139
+ * <code>Map</code> has keys <code>srcChildRelPath</code> and
140
+ * <code>destChildRelPath</code> with values corresponding to the parameters
141
+ * passed to the <code>orderBefore</code> method. </li> </ul>
142
+ * @since JCR 2.0
143
+ */
144
+ NODE_MOVED: number;
145
+
146
+ /**
147
+ * If event bundling is supported, this event is used to indicate a bundle
148
+ * boundary within the event journal. <ul> <li>{@link #getPath} returns
149
+ * <code>null</code>.</li> <li>{@link #getIdentifier} returns
150
+ * <code>null</code>.</li> <li>{@link #getInfo} returns an empty
151
+ * <code>Map</code> object.</li> </ul>
152
+ * @since JCR 2.0
153
+ */
154
+ PERSIST: number;
114
155
  };
156
+
157
+ export = Event;
@@ -1,5 +1,5 @@
1
- import type { Event } from "../Event";
2
- import type { RangeIterator } from "../../RangeIterator";
1
+ import type Event from "../Event";
2
+ import type RangeIterator from "../../RangeIterator";
3
3
 
4
4
  /**
5
5
  * Allows easy iteration through a list of <code>Event</code>s with
@@ -9,7 +9,7 @@ import type { RangeIterator } from "../../RangeIterator";
9
9
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
10
10
 
11
11
  */
12
- export type EventIterator = {
12
+ type EventIterator = RangeIterator & {
13
13
  /**
14
14
  * Returns the next <code>Event</code> in the iteration.
15
15
  * @return the next <code>Event</code> in the iteration.
@@ -17,3 +17,5 @@ export type EventIterator = {
17
17
  */
18
18
  nextEvent(): Event;
19
19
  };
20
+
21
+ export = EventIterator;
@@ -1,4 +1,4 @@
1
- import type { EventIterator } from "../EventIterator";
1
+ import type EventIterator from "../EventIterator";
2
2
 
3
3
  /**
4
4
  * An <code>EventJournal</code> is an extension of <code>EventIterator</code>
@@ -7,7 +7,7 @@ import type { EventIterator } from "../EventIterator";
7
7
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
8
8
  * @since JCR 2.0
9
9
  */
10
- export type EventJournal = {
10
+ type EventJournal = EventIterator & {
11
11
  /**
12
12
  * Skip all elements of the iterator earlier than <code>date</code>.
13
13
  * <p>
@@ -17,3 +17,5 @@ export type EventJournal = {
17
17
  */
18
18
  skipTo(date: number): void;
19
19
  };
20
+
21
+ export = EventJournal;
@@ -1,4 +1,4 @@
1
- import type { EventIterator } from "../EventIterator";
1
+ import type EventIterator from "../EventIterator";
2
2
 
3
3
  /**
4
4
  * An event listener.
@@ -12,10 +12,12 @@ import type { EventIterator } from "../EventIterator";
12
12
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
13
13
 
14
14
  */
15
- export type EventListener = {
15
+ type EventListener = {
16
16
  /**
17
17
  * This method is called when a bundle of events is dispatched.
18
18
  * @param events The event set received.
19
19
  */
20
20
  onEvent(events: EventIterator): void;
21
21
  };
22
+
23
+ export = EventListener;
@@ -1,5 +1,5 @@
1
- import type { EventListener } from "../EventListener";
2
- import type { RangeIterator } from "../../RangeIterator";
1
+ import type EventListener from "../EventListener";
2
+ import type RangeIterator from "../../RangeIterator";
3
3
 
4
4
  /**
5
5
  * Allows easy iteration through a list of <code>EventListener</code>s with
@@ -9,7 +9,7 @@ import type { RangeIterator } from "../../RangeIterator";
9
9
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
10
10
 
11
11
  */
12
- export type EventListenerIterator = {
12
+ type EventListenerIterator = RangeIterator & {
13
13
  /**
14
14
  * Returns the next <code>EventListener</code> in the iteration.
15
15
  * @return the next <code>EventListener</code> in the iteration.
@@ -17,3 +17,5 @@ export type EventListenerIterator = {
17
17
  */
18
18
  nextEventListener(): EventListener;
19
19
  };
20
+
21
+ export = EventListenerIterator;
@@ -1,7 +1,7 @@
1
- import type { EventListener } from "../EventListener";
1
+ import type EventListener from "../EventListener";
2
2
 
3
- import type { EventListenerIterator } from "../EventListenerIterator";
4
- import type { EventJournal } from "../EventJournal";
3
+ import type EventListenerIterator from "../EventListenerIterator";
4
+ import type EventJournal from "../EventJournal";
5
5
 
6
6
  /**
7
7
  * The ObservationManager object.
@@ -12,7 +12,7 @@ import type { EventJournal } from "../EventJournal";
12
12
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
13
13
 
14
14
  */
15
- export type ObservationManager = {
15
+ type ObservationManager = {
16
16
  /**
17
17
  * Adds an event listener that listens for the specified
18
18
  * <code>eventTypes</code> (a combination of one or more event types encoded
@@ -152,3 +152,5 @@ export type ObservationManager = {
152
152
  nodeTypeName: string
153
153
  ): EventJournal;
154
154
  };
155
+
156
+ export = ObservationManager;
@@ -1,20 +1,15 @@
1
- import type { QueryResult } from "../QueryResult";
1
+ import type QueryResult from "../QueryResult";
2
2
 
3
- import type { Node } from "../../Node";
4
- import type { Value } from "../../Value";
3
+ import type Node from "../../Node";
4
+ import type Value from "../../Value";
5
5
 
6
6
  /**
7
7
  * A <code>Query</code> object.
8
8
  *
9
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>A string constant representing the XPath query language as defined in JCR
10
- * 1.0.A string constant representing the SQL query language as defined in JCR
11
- * 1.0.A string constant representing the JCR-SQL2 query language.A string constant representing the JCR-JQOM query language.
12
- * @deprecated As of JCR 2.0, this language is deprecated.
13
- * @deprecated As of JCR 2.0, this language is deprecated.
14
- * @since JCR 2.0
15
- * @since JCR 2.0
16
- */
17
- export type Query = {
9
+ * <p><strong>Sitevision note:</strong> Unsupported operation</p>
10
+
11
+ */
12
+ type Query = {
18
13
  /**
19
14
  * Executes this query and returns a <code>{@link QueryResult}</code>
20
15
  * object.
@@ -144,4 +139,32 @@ export type Query = {
144
139
  * @since JCR 2.0
145
140
  */
146
141
  getBindVariableNames(): string;
142
+
143
+ /**
144
+ * A string constant representing the XPath query language as defined in JCR
145
+ * 1.0.
146
+ * @deprecated As of JCR 2.0, this language is deprecated.
147
+ */
148
+ XPATH: string;
149
+
150
+ /**
151
+ * A string constant representing the SQL query language as defined in JCR
152
+ * 1.0.
153
+ * @deprecated As of JCR 2.0, this language is deprecated.
154
+ */
155
+ SQL: string;
156
+
157
+ /**
158
+ * A string constant representing the JCR-SQL2 query language.
159
+ * @since JCR 2.0
160
+ */
161
+ JCR_SQL2: string;
162
+
163
+ /**
164
+ * A string constant representing the JCR-JQOM query language.
165
+ * @since JCR 2.0
166
+ */
167
+ JCR_JQOM: string;
147
168
  };
169
+
170
+ export = Query;
@@ -1,6 +1,6 @@
1
- import type { Query } from "../Query";
2
- import type { QueryObjectModelFactory } from "../qom/QueryObjectModelFactory";
3
- import type { Node } from "../../Node";
1
+ import type Query from "../Query";
2
+ import type QueryObjectModelFactory from "../qom/QueryObjectModelFactory";
3
+ import type Node from "../../Node";
4
4
 
5
5
  /**
6
6
  * This interface encapsulates methods for the management of search queries.
@@ -9,7 +9,7 @@ import type { Node } from "../../Node";
9
9
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
10
10
 
11
11
  */
12
- export type QueryManager = {
12
+ type QueryManager = {
13
13
  /**
14
14
  * Creates a new query by specifying the query <code>statement</code> itself
15
15
  * and the <code>language</code> in which the query is stated. The
@@ -56,3 +56,5 @@ export type QueryManager = {
56
56
  */
57
57
  getSupportedQueryLanguages(): string;
58
58
  };
59
+
60
+ export = QueryManager;
@@ -1,5 +1,5 @@
1
- import type { RowIterator } from "../RowIterator";
2
- import type { NodeIterator } from "../../NodeIterator";
1
+ import type RowIterator from "../RowIterator";
2
+ import type NodeIterator from "../../NodeIterator";
3
3
 
4
4
  /**
5
5
  * A <code>QueryResult</code> object. Returned by {@link
@@ -8,7 +8,7 @@ import type { NodeIterator } from "../../NodeIterator";
8
8
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
9
9
 
10
10
  */
11
- export type QueryResult = {
11
+ type QueryResult = {
12
12
  /**
13
13
  * Returns an array of all the column names in the table view of this result
14
14
  * set.
@@ -42,3 +42,5 @@ export type QueryResult = {
42
42
  */
43
43
  getSelectorNames(): string;
44
44
  };
45
+
46
+ export = QueryResult;
@@ -1,6 +1,6 @@
1
- import type { Value } from "../../Value";
1
+ import type Value from "../../Value";
2
2
 
3
- import type { Node } from "../../Node";
3
+ import type Node from "../../Node";
4
4
 
5
5
  /**
6
6
  * A row in the query result table.
@@ -8,7 +8,7 @@ import type { Node } from "../../Node";
8
8
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
9
9
 
10
10
  */
11
- export type Row = {
11
+ type Row = {
12
12
  /**
13
13
  * Returns an array of all the values in the same order as the column names
14
14
  * returned by {@link QueryResult#getColumnNames()}.
@@ -116,3 +116,5 @@ export type Row = {
116
116
  */
117
117
  getScore(selectorName: string): number;
118
118
  };
119
+
120
+ export = Row;
@@ -1,5 +1,5 @@
1
- import type { Row } from "../Row";
2
- import type { RangeIterator } from "../../RangeIterator";
1
+ import type Row from "../Row";
2
+ import type RangeIterator from "../../RangeIterator";
3
3
 
4
4
  /**
5
5
  * Allows easy iteration through a list of <code>Row</code>s with
@@ -9,7 +9,7 @@ import type { RangeIterator } from "../../RangeIterator";
9
9
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
10
10
 
11
11
  */
12
- export type RowIterator = {
12
+ type RowIterator = RangeIterator & {
13
13
  /**
14
14
  * Returns the next <code>Row</code> in the iteration.
15
15
  * @return the next <code>Row</code> in the iteration.
@@ -17,3 +17,5 @@ export type RowIterator = {
17
17
  */
18
18
  nextRow(): Row;
19
19
  };
20
+
21
+ export = RowIterator;
@@ -1,4 +1,4 @@
1
- import type { Constraint } from "../Constraint";
1
+ import type Constraint from "../Constraint";
2
2
 
3
3
  /**
4
4
  * Performs a logical conjunction of two other constraints.
@@ -9,7 +9,7 @@ import type { Constraint } from "../Constraint";
9
9
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
10
10
  * @since JCR 2.0
11
11
  */
12
- export type And = {
12
+ type And = Constraint & {
13
13
  /**
14
14
  * Gets the first constraint.
15
15
  * @return the constraint; non-null
@@ -22,3 +22,5 @@ export type And = {
22
22
  */
23
23
  getConstraint2(): Constraint;
24
24
  };
25
+
26
+ export = And;
@@ -1,4 +1,4 @@
1
- import type { StaticOperand } from "../StaticOperand";
1
+ import type StaticOperand from "../StaticOperand";
2
2
 
3
3
  /**
4
4
  * Evaluates to the value of a bind variable.
@@ -6,10 +6,12 @@ import type { StaticOperand } from "../StaticOperand";
6
6
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
7
7
  * @since JCR 2.0
8
8
  */
9
- export type BindVariableValue = {
9
+ type BindVariableValue = StaticOperand & {
10
10
  /**
11
11
  * Gets the name of the bind variable.
12
12
  * @return the bind variable name; non-null
13
13
  */
14
14
  getBindVariableName(): string;
15
15
  };
16
+
17
+ export = BindVariableValue;
@@ -1,4 +1,4 @@
1
- import type { Constraint } from "../Constraint";
1
+ import type Constraint from "../Constraint";
2
2
 
3
3
  /**
4
4
  * Tests whether the {@link #getSelectorName selector} node is a child of a node
@@ -12,7 +12,7 @@ import type { Constraint } from "../Constraint";
12
12
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
13
13
  * @since JCR 2.0
14
14
  */
15
- export type ChildNode = {
15
+ type ChildNode = Constraint & {
16
16
  /**
17
17
  * Gets the name of the selector against which to apply this constraint.
18
18
  * @return the selector name; non-null
@@ -25,3 +25,5 @@ export type ChildNode = {
25
25
  */
26
26
  getParentPath(): string;
27
27
  };
28
+
29
+ export = ChildNode;
@@ -1,4 +1,4 @@
1
- import type { JoinCondition } from "../JoinCondition";
1
+ import type JoinCondition from "../JoinCondition";
2
2
 
3
3
  /**
4
4
  * Tests whether the {@link #getChildSelectorName childSelector} node is a child
@@ -12,7 +12,7 @@ import type { JoinCondition } from "../JoinCondition";
12
12
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
13
13
  * @since JCR 2.0
14
14
  */
15
- export type ChildNodeJoinCondition = {
15
+ type ChildNodeJoinCondition = JoinCondition & {
16
16
  /**
17
17
  * Gets the name of the child selector.
18
18
  * @return the selector name; non-null
@@ -25,3 +25,5 @@ export type ChildNodeJoinCondition = {
25
25
  */
26
26
  getParentSelectorName(): string;
27
27
  };
28
+
29
+ export = ChildNodeJoinCondition;
@@ -14,7 +14,7 @@
14
14
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
15
15
  * @since JCR 2.0
16
16
  */
17
- export type Column = {
17
+ type Column = {
18
18
  /**
19
19
  * Gets the name of the selector.
20
20
  * @return the selector name; non-null
@@ -34,3 +34,5 @@ export type Column = {
34
34
  */
35
35
  getColumnName(): string;
36
36
  };
37
+
38
+ export = Column;
@@ -1,7 +1,7 @@
1
- import type { DynamicOperand } from "../DynamicOperand";
1
+ import type DynamicOperand from "../DynamicOperand";
2
2
 
3
- import type { StaticOperand } from "../StaticOperand";
4
- import type { Constraint } from "../Constraint";
3
+ import type StaticOperand from "../StaticOperand";
4
+ import type Constraint from "../Constraint";
5
5
 
6
6
  /**
7
7
  * Filters node-tuples based on the outcome of a binary operation.
@@ -61,7 +61,7 @@ import type { Constraint } from "../Constraint";
61
61
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
62
62
  * @since JCR 2.0
63
63
  */
64
- export type Comparison = {
64
+ type Comparison = Constraint & {
65
65
  /**
66
66
  * Gets the first operand.
67
67
  * @return the operand; non-null
@@ -80,3 +80,5 @@ export type Comparison = {
80
80
  */
81
81
  getOperand2(): StaticOperand;
82
82
  };
83
+
84
+ export = Comparison;
@@ -8,6 +8,8 @@
8
8
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
9
9
  * @since JCR 2.0
10
10
  */
11
- export type Constraint = {
11
+ type Constraint = {
12
12
  undefined;
13
13
  };
14
+
15
+ export = Constraint;
@@ -1,4 +1,4 @@
1
- import type { Constraint } from "../Constraint";
1
+ import type Constraint from "../Constraint";
2
2
 
3
3
  /**
4
4
  * Tests whether the {@link #getSelectorName selector} node is a descendant of a
@@ -16,7 +16,7 @@ import type { Constraint } from "../Constraint";
16
16
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
17
17
  * @since JCR 2.0
18
18
  */
19
- export type DescendantNode = {
19
+ type DescendantNode = Constraint & {
20
20
  /**
21
21
  * Gets the name of the selector against which to apply this constraint.
22
22
  * @return the selector name; non-null
@@ -29,3 +29,5 @@ export type DescendantNode = {
29
29
  */
30
30
  getAncestorPath(): string;
31
31
  };
32
+
33
+ export = DescendantNode;
@@ -1,4 +1,4 @@
1
- import type { JoinCondition } from "../JoinCondition";
1
+ import type JoinCondition from "../JoinCondition";
2
2
 
3
3
  /**
4
4
  * Tests whether the {@link #getDescendantSelectorName descendantSelector} node
@@ -14,7 +14,7 @@ import type { JoinCondition } from "../JoinCondition";
14
14
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
15
15
  * @since JCR 2.0
16
16
  */
17
- export type DescendantNodeJoinCondition = {
17
+ type DescendantNodeJoinCondition = JoinCondition & {
18
18
  /**
19
19
  * Gets the name of the descendant selector.
20
20
  * @return the selector name; non-null
@@ -27,3 +27,5 @@ export type DescendantNodeJoinCondition = {
27
27
  */
28
28
  getAncestorSelectorName(): string;
29
29
  };
30
+
31
+ export = DescendantNodeJoinCondition;
@@ -1,4 +1,4 @@
1
- import type { Operand } from "../Operand";
1
+ import type Operand from "../Operand";
2
2
 
3
3
  /**
4
4
  * An operand whose value can only be determined in evaluating the query.
@@ -6,6 +6,8 @@ import type { Operand } from "../Operand";
6
6
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
7
7
  * @since JCR 2.0
8
8
  */
9
- export type DynamicOperand = {
9
+ type DynamicOperand = Operand & {
10
10
  undefined;
11
11
  };
12
+
13
+ export = DynamicOperand;
@@ -1,4 +1,4 @@
1
- import type { JoinCondition } from "../JoinCondition";
1
+ import type JoinCondition from "../JoinCondition";
2
2
 
3
3
  /**
4
4
  * Tests whether the value of a property in a first selector is equal to the
@@ -14,7 +14,7 @@ import type { JoinCondition } from "../JoinCondition";
14
14
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
15
15
  * @since JCR 2.0
16
16
  */
17
- export type EquiJoinCondition = {
17
+ type EquiJoinCondition = JoinCondition & {
18
18
  /**
19
19
  * Gets the name of the first selector.
20
20
  * @return the selector name; non-null
@@ -39,3 +39,5 @@ export type EquiJoinCondition = {
39
39
  */
40
40
  getProperty2Name(): string;
41
41
  };
42
+
43
+ export = EquiJoinCondition;