@sitevision/api 2.0.0-alpha.0 → 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 (609) hide show
  1. package/common/router/index.d.ts +4 -4
  2. package/index.d.ts +8 -0
  3. package/package.json +1 -1
  4. package/server/AliasUtil/index.d.ts +13 -11
  5. package/server/ArchiveUtil/index.d.ts +45 -43
  6. package/server/ArraysInstance/index.d.ts +1667 -1808
  7. package/server/ArticleUtil/index.d.ts +294 -226
  8. package/server/AuthenticationUtil/index.d.ts +73 -85
  9. package/server/BookmarkUtil/index.d.ts +76 -81
  10. package/server/BuddyIconRenderer/index.d.ts +124 -132
  11. package/server/BuddyIconRenderer.BuddyIconSize/index.d.ts +41 -0
  12. package/server/BuddyIconRenderer.BuddyIconSize/index.js +25 -0
  13. package/server/ClientUtil/index.d.ts +11 -9
  14. package/server/CollaborationFactory/index.d.ts +37 -40
  15. package/server/CollaborationGroupFolderUtil/index.d.ts +30 -28
  16. package/server/CollaborationGroupState/index.d.ts +27 -0
  17. package/server/CollaborationGroupState/index.js +11 -0
  18. package/server/CollaborationGroupTemplateUtil/index.d.ts +48 -50
  19. package/server/CollaborationGroupType/index.d.ts +28 -0
  20. package/server/CollaborationGroupType/index.js +12 -0
  21. package/server/CollaborationGroupUtil/index.d.ts +86 -82
  22. package/server/CollectionsInstance/index.d.ts +642 -705
  23. package/server/ColorUtil/index.d.ts +36 -37
  24. package/server/CompoundAndFilterBuilder/index.d.ts +31 -29
  25. package/server/CompoundComparatorBuilder/index.d.ts +35 -33
  26. package/server/CompoundOrFilterBuilder/index.d.ts +31 -29
  27. package/server/ContentNodeUtil/index.d.ts +36 -34
  28. package/server/CurrencyFactory/index.d.ts +72 -70
  29. package/server/DateUtil/index.d.ts +132 -142
  30. package/server/DecorationUtil/index.d.ts +13 -11
  31. package/server/DeviceUtil/index.d.ts +21 -19
  32. package/server/DimensionMode/index.d.ts +17 -0
  33. package/server/DimensionMode/index.js +12 -0
  34. package/server/DirectoryUtil/index.d.ts +90 -88
  35. package/server/DocType/index.d.ts +30 -0
  36. package/server/DocType/index.js +14 -0
  37. package/server/DocTypeUtil/index.d.ts +129 -135
  38. package/server/EndecUtil/index.d.ts +330 -347
  39. package/server/ExtendedDismaxParserBuilder/index.d.ts +156 -170
  40. package/server/FileIconRenderer/index.d.ts +153 -172
  41. package/server/FileUtil/index.d.ts +274 -300
  42. package/server/FilterBuilder/index.d.ts +42 -40
  43. package/server/FolderUtil/index.d.ts +93 -94
  44. package/server/FontUtil/index.d.ts +36 -37
  45. package/server/FormatterBuilderFactory/index.d.ts +76 -84
  46. package/server/HighlightBuilder/index.d.ts +79 -86
  47. package/server/IconUtil/index.d.ts +27 -25
  48. package/server/ImageLinkRenderer/index.d.ts +34 -32
  49. package/server/ImageRenderer/index.d.ts +343 -379
  50. package/server/ImageUtil/index.d.ts +247 -265
  51. package/server/IndexUtil/index.d.ts +40 -37
  52. package/server/IndexUtil.IndexType/index.d.ts +29 -0
  53. package/server/IndexUtil.IndexType/index.js +13 -0
  54. package/server/IndexingUtil/index.d.ts +69 -47
  55. package/server/InstanceCreatorUtil/index.d.ts +421 -457
  56. package/server/InstanceTypeUtil/index.d.ts +168 -189
  57. package/server/JwtUtil/index.d.ts +131 -129
  58. package/server/LandingPageUtil/index.d.ts +84 -87
  59. package/server/LandingPageUtil/index.js +1 -0
  60. package/server/LinkPageUtil/index.d.ts +297 -251
  61. package/server/LinkRenderer/index.d.ts +651 -715
  62. package/server/LinkTargetBuilder/index.d.ts +69 -77
  63. package/server/LinkValueBuilder/index.d.ts +70 -77
  64. package/server/ListWrapper/index.d.ts +82 -91
  65. package/server/LocaleUtil/index.d.ts +382 -394
  66. package/server/LogUtil/index.d.ts +119 -128
  67. package/server/MailBuilder/index.d.ts +109 -124
  68. package/server/MailUtil/index.d.ts +58 -63
  69. package/server/MathInstance/index.d.ts +625 -657
  70. package/server/MessageDigesterFactory/index.d.ts +30 -28
  71. package/server/MetadataDefinitionUtil/index.d.ts +79 -83
  72. package/server/MetadataUtil/index.d.ts +322 -346
  73. package/server/MimeTypeUtil/index.d.ts +209 -215
  74. package/server/MonitorBuilder/index.d.ts +20 -20
  75. package/server/NodeComparatorUtil/index.d.ts +215 -225
  76. package/server/NodeFactoryUtil/index.d.ts +18 -16
  77. package/server/NodeFilterUtil/index.d.ts +652 -739
  78. package/server/NodeIteratorUtil/index.d.ts +214 -229
  79. package/server/NodeResolverUtil/index.d.ts +400 -406
  80. package/server/NodeTreeUtil/index.d.ts +214 -229
  81. package/server/NodeTypeUtil/index.d.ts +1432 -548
  82. package/server/OfflineVersionPropertyUtil/index.d.ts +8 -6
  83. package/server/OnlineVersionPropertyUtil/index.d.ts +8 -6
  84. package/server/OutputUtil/index.d.ts +385 -380
  85. package/server/PageUtil/index.d.ts +266 -188
  86. package/server/PermissionUtil/index.d.ts +393 -430
  87. package/server/PermissionUtil.Permission/index.d.ts +54 -0
  88. package/server/PermissionUtil.Permission/index.js +38 -0
  89. package/server/PortletContextUtil/index.d.ts +112 -109
  90. package/server/PortletUtil/index.d.ts +32 -22
  91. package/server/PrincipalUtil/index.d.ts +35 -33
  92. package/server/Properties/index.d.ts +69 -76
  93. package/server/PropertyUtil/index.d.ts +1422 -1464
  94. package/server/PublishingUtil/index.d.ts +248 -249
  95. package/server/QueryStringUtil/index.d.ts +404 -415
  96. package/server/RedirectUtil/index.d.ts +64 -68
  97. package/server/RelatedValueBuilder/index.d.ts +45 -43
  98. package/server/Requester/index.d.ts +125 -125
  99. package/server/ResourceLocatorUtil/index.d.ts +436 -476
  100. package/server/RestApi/index.d.ts +158 -138
  101. package/server/RestAppInvokerFactory/index.d.ts +28 -26
  102. package/server/RoleAssignmentBuilder/index.d.ts +39 -37
  103. package/server/RoleMatcherBuilder/index.d.ts +39 -37
  104. package/server/RoleUtil/index.d.ts +35 -37
  105. package/server/ScriptUtil/index.d.ts +458 -495
  106. package/server/SearchFactory/index.d.ts +90 -105
  107. package/server/SearchUtil/index.d.ts +75 -73
  108. package/server/SearcherBuilder/index.d.ts +117 -124
  109. package/server/Session/index.d.ts +261 -1103
  110. package/server/Session/index.js +1 -20
  111. package/server/SimpleUserUtil/index.d.ts +28 -29
  112. package/server/SiteCookieUtil/index.d.ts +152 -175
  113. package/server/SortBuilder/index.d.ts +27 -25
  114. package/server/SourceSetMode/index.d.ts +12 -0
  115. package/server/SourceSetMode/index.js +12 -0
  116. package/server/SpellCheckBuilder/index.d.ts +30 -30
  117. package/server/StandardParserBuilder/index.d.ts +36 -34
  118. package/server/StructureUtil/index.d.ts +85 -83
  119. package/server/SubscriberUtil/index.d.ts +60 -67
  120. package/server/SubscriptionUtil/index.d.ts +123 -130
  121. package/server/SystemUserUtil/index.d.ts +148 -146
  122. package/server/TagUtil/index.d.ts +115 -120
  123. package/server/TemplateUtil/index.d.ts +115 -120
  124. package/server/TemporaryFileNodeBuilder/index.d.ts +32 -30
  125. package/server/TemporaryNodeBuilder/index.d.ts +139 -177
  126. package/server/TextModuleRendererBuilder/index.d.ts +22 -20
  127. package/server/TimestampUtil/index.d.ts +103 -117
  128. package/server/TranslationUtil/index.d.ts +98 -104
  129. package/server/TrashcanUtil/index.d.ts +114 -117
  130. package/server/UserDataUtil/index.d.ts +110 -111
  131. package/server/UserFactory/index.d.ts +47 -54
  132. package/server/UserFieldRenderer/index.d.ts +120 -128
  133. package/server/UserIdentityUtil/index.d.ts +38 -36
  134. package/server/UserUtil/index.d.ts +32 -30
  135. package/server/Utils/index.d.ts +634 -723
  136. package/server/VelocityRenderer/index.d.ts +96 -94
  137. package/server/VersionUtil/index.d.ts +25 -9
  138. package/server/WebContentUtil/index.d.ts +277 -284
  139. package/server/WebResourceFactory/index.d.ts +41 -46
  140. package/server/XSLTUtil/index.d.ts +34 -32
  141. package/server/XmlParserUtil/index.d.ts +50 -48
  142. package/server/appData/index.d.ts +1 -1
  143. package/server/appResource/index.d.ts +1 -1
  144. package/server/globalAppData/index.d.ts +1 -1
  145. package/server/oauth2/index.d.ts +1 -1
  146. package/server/privileged/index.d.ts +2 -0
  147. package/{hidden → types}/javax/jcr/Binary/index.d.ts +3 -23
  148. package/{hidden → types}/javax/jcr/Binary/index.js +0 -1
  149. package/{hidden → types}/javax/jcr/Credentials/index.d.ts +3 -3
  150. package/{hidden → types}/javax/jcr/Credentials/index.js +0 -0
  151. package/{hidden → types}/javax/jcr/ImportUUIDBehavior/index.d.ts +27 -3
  152. package/{hidden → types}/javax/jcr/ImportUUIDBehavior/index.js +0 -0
  153. package/{hidden → types}/javax/jcr/Item/index.d.ts +6 -121
  154. package/{hidden → types}/javax/jcr/Item/index.js +0 -6
  155. package/{hidden → types}/javax/jcr/ItemVisitor/index.d.ts +5 -5
  156. package/{hidden → types}/javax/jcr/ItemVisitor/index.js +0 -0
  157. package/types/javax/jcr/NamespaceRegistry/index.d.ts +109 -0
  158. package/{hidden → types}/javax/jcr/NamespaceRegistry/index.js +0 -2
  159. package/types/javax/jcr/Node/index.d.ts +334 -0
  160. package/types/javax/jcr/Node/index.js +23 -0
  161. package/{hidden → types}/javax/jcr/NodeIterator/index.d.ts +5 -5
  162. package/{hidden → types}/javax/jcr/NodeIterator/index.js +0 -0
  163. package/types/javax/jcr/Property/index.d.ts +675 -0
  164. package/{hidden → types}/javax/jcr/Property/index.js +0 -5
  165. package/{hidden → types}/javax/jcr/PropertyIterator/index.d.ts +5 -5
  166. package/{hidden → types}/javax/jcr/PropertyIterator/index.js +0 -0
  167. package/types/javax/jcr/RangeIterator/index.d.ts +10 -0
  168. package/{hidden/javax/jcr/query/qom/Constraint → types/javax/jcr/RangeIterator}/index.js +0 -0
  169. package/types/javax/jcr/Repository/index.d.ts +511 -0
  170. package/types/javax/jcr/Repository/index.js +12 -0
  171. package/{hidden → types}/javax/jcr/RepositoryFactory/index.d.ts +4 -4
  172. package/{hidden → types}/javax/jcr/RepositoryFactory/index.js +0 -0
  173. package/{hidden → types}/javax/jcr/Value/index.d.ts +4 -33
  174. package/{hidden → types}/javax/jcr/Value/index.js +0 -2
  175. package/types/javax/jcr/ValueFactory/index.d.ts +74 -0
  176. package/types/javax/jcr/ValueFactory/index.js +10 -0
  177. package/types/javax/jcr/Workspace/index.d.ts +190 -0
  178. package/types/javax/jcr/Workspace/index.js +15 -0
  179. package/{hidden → types}/javax/jcr/lock/Lock/index.d.ts +4 -4
  180. package/{hidden → types}/javax/jcr/lock/Lock/index.js +0 -0
  181. package/{hidden → types}/javax/jcr/lock/LockManager/index.d.ts +4 -4
  182. package/{hidden → types}/javax/jcr/lock/LockManager/index.js +0 -0
  183. package/types/javax/jcr/nodetype/ItemDefinition/index.d.ts +29 -0
  184. package/types/javax/jcr/nodetype/ItemDefinition/index.js +10 -0
  185. package/{hidden → types}/javax/jcr/nodetype/NodeDefinition/index.d.ts +5 -5
  186. package/{hidden → types}/javax/jcr/nodetype/NodeDefinition/index.js +0 -0
  187. package/{hidden → types}/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +4 -4
  188. package/{hidden → types}/javax/jcr/nodetype/NodeDefinitionTemplate/index.js +0 -0
  189. package/types/javax/jcr/nodetype/NodeType/index.d.ts +312 -0
  190. package/types/javax/jcr/nodetype/NodeType/index.js +10 -0
  191. package/types/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +61 -0
  192. package/types/javax/jcr/nodetype/NodeTypeDefinition/index.js +12 -0
  193. package/{hidden → types}/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +5 -5
  194. package/{hidden → types}/javax/jcr/nodetype/NodeTypeIterator/index.js +0 -0
  195. package/types/javax/jcr/nodetype/NodeTypeManager/index.d.ts +57 -0
  196. package/types/javax/jcr/nodetype/NodeTypeManager/index.js +14 -0
  197. package/{hidden → types}/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +4 -4
  198. package/{hidden → types}/javax/jcr/nodetype/NodeTypeTemplate/index.js +0 -0
  199. package/types/javax/jcr/nodetype/PropertyDefinition/index.d.ts +28 -0
  200. package/types/javax/jcr/nodetype/PropertyDefinition/index.js +10 -0
  201. package/{hidden → types}/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +5 -5
  202. package/{hidden → types}/javax/jcr/nodetype/PropertyDefinitionTemplate/index.js +0 -0
  203. package/{hidden → types}/javax/jcr/observation/Event/index.d.ts +85 -44
  204. package/{hidden → types}/javax/jcr/observation/Event/index.js +0 -0
  205. package/{hidden → types}/javax/jcr/observation/EventIterator/index.d.ts +5 -5
  206. package/{hidden → types}/javax/jcr/observation/EventIterator/index.js +0 -0
  207. package/{hidden → types}/javax/jcr/observation/EventJournal/index.d.ts +4 -4
  208. package/{hidden → types}/javax/jcr/observation/EventJournal/index.js +0 -0
  209. package/{hidden → types}/javax/jcr/observation/EventListener/index.d.ts +4 -4
  210. package/{hidden → types}/javax/jcr/observation/EventListener/index.js +0 -0
  211. package/{hidden → types}/javax/jcr/observation/EventListenerIterator/index.d.ts +5 -5
  212. package/{hidden → types}/javax/jcr/observation/EventListenerIterator/index.js +0 -0
  213. package/{hidden → types}/javax/jcr/observation/ObservationManager/index.d.ts +6 -6
  214. package/{hidden → types}/javax/jcr/observation/ObservationManager/index.js +0 -0
  215. package/{hidden → types}/javax/jcr/query/Query/index.d.ts +35 -14
  216. package/{hidden → types}/javax/jcr/query/Query/index.js +0 -0
  217. package/{hidden → types}/javax/jcr/query/QueryManager/index.d.ts +6 -6
  218. package/{hidden → types}/javax/jcr/query/QueryManager/index.js +0 -0
  219. package/{hidden → types}/javax/jcr/query/QueryResult/index.d.ts +5 -5
  220. package/{hidden → types}/javax/jcr/query/QueryResult/index.js +0 -0
  221. package/{hidden → types}/javax/jcr/query/Row/index.d.ts +5 -5
  222. package/{hidden → types}/javax/jcr/query/Row/index.js +0 -0
  223. package/{hidden → types}/javax/jcr/query/RowIterator/index.d.ts +5 -5
  224. package/{hidden → types}/javax/jcr/query/RowIterator/index.js +0 -0
  225. package/{hidden → types}/javax/jcr/query/qom/And/index.d.ts +4 -4
  226. package/{hidden → types}/javax/jcr/query/qom/And/index.js +0 -0
  227. package/{hidden → types}/javax/jcr/query/qom/BindVariableValue/index.d.ts +4 -4
  228. package/{hidden → types}/javax/jcr/query/qom/BindVariableValue/index.js +0 -0
  229. package/{hidden → types}/javax/jcr/query/qom/ChildNode/index.d.ts +4 -4
  230. package/{hidden → types}/javax/jcr/query/qom/ChildNode/index.js +0 -0
  231. package/{hidden → types}/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +4 -4
  232. package/{hidden → types}/javax/jcr/query/qom/ChildNodeJoinCondition/index.js +0 -0
  233. package/{hidden → types}/javax/jcr/query/qom/Column/index.d.ts +3 -3
  234. package/{hidden → types}/javax/jcr/query/qom/Column/index.js +0 -0
  235. package/{hidden → types}/javax/jcr/query/qom/Comparison/index.d.ts +6 -6
  236. package/{hidden → types}/javax/jcr/query/qom/Comparison/index.js +0 -0
  237. package/{hidden → types}/javax/jcr/query/qom/Constraint/index.d.ts +3 -3
  238. package/{hidden/javax/jcr/query/qom/DynamicOperand → types/javax/jcr/query/qom/Constraint}/index.js +0 -0
  239. package/{hidden → types}/javax/jcr/query/qom/DescendantNode/index.d.ts +4 -4
  240. package/{hidden → types}/javax/jcr/query/qom/DescendantNode/index.js +0 -0
  241. package/{hidden → types}/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +4 -4
  242. package/{hidden → types}/javax/jcr/query/qom/DescendantNodeJoinCondition/index.js +0 -0
  243. package/{hidden → types}/javax/jcr/query/qom/DynamicOperand/index.d.ts +4 -4
  244. package/{hidden/javax/jcr/query/qom/JoinCondition → types/javax/jcr/query/qom/DynamicOperand}/index.js +0 -0
  245. package/{hidden → types}/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +4 -4
  246. package/{hidden → types}/javax/jcr/query/qom/EquiJoinCondition/index.js +0 -0
  247. package/{hidden → types}/javax/jcr/query/qom/FullTextSearch/index.d.ts +5 -5
  248. package/{hidden → types}/javax/jcr/query/qom/FullTextSearch/index.js +0 -0
  249. package/{hidden → types}/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +4 -4
  250. package/{hidden → types}/javax/jcr/query/qom/FullTextSearchScore/index.js +0 -0
  251. package/{hidden → types}/javax/jcr/query/qom/Join/index.d.ts +5 -5
  252. package/{hidden → types}/javax/jcr/query/qom/Join/index.js +0 -0
  253. package/{hidden → types}/javax/jcr/query/qom/JoinCondition/index.d.ts +3 -3
  254. package/{hidden/javax/jcr/query/qom/Operand → types/javax/jcr/query/qom/JoinCondition}/index.js +0 -0
  255. package/{hidden → types}/javax/jcr/query/qom/Length/index.d.ts +5 -5
  256. package/{hidden → types}/javax/jcr/query/qom/Length/index.js +0 -0
  257. package/{hidden → types}/javax/jcr/query/qom/Literal/index.d.ts +5 -5
  258. package/{hidden → types}/javax/jcr/query/qom/Literal/index.js +0 -0
  259. package/{hidden → types}/javax/jcr/query/qom/LowerCase/index.d.ts +4 -4
  260. package/{hidden → types}/javax/jcr/query/qom/LowerCase/index.js +0 -0
  261. package/{hidden → types}/javax/jcr/query/qom/NodeLocalName/index.d.ts +4 -4
  262. package/{hidden → types}/javax/jcr/query/qom/NodeLocalName/index.js +0 -0
  263. package/{hidden → types}/javax/jcr/query/qom/NodeName/index.d.ts +4 -4
  264. package/{hidden → types}/javax/jcr/query/qom/NodeName/index.js +0 -0
  265. package/{hidden → types}/javax/jcr/query/qom/Not/index.d.ts +4 -4
  266. package/{hidden → types}/javax/jcr/query/qom/Not/index.js +0 -0
  267. package/{hidden → types}/javax/jcr/query/qom/Operand/index.d.ts +3 -3
  268. package/{hidden/javax/jcr/query/qom/QueryObjectModelConstants → types/javax/jcr/query/qom/Operand}/index.js +0 -0
  269. package/{hidden → types}/javax/jcr/query/qom/Or/index.d.ts +4 -4
  270. package/{hidden → types}/javax/jcr/query/qom/Or/index.js +0 -0
  271. package/{hidden → types}/javax/jcr/query/qom/Ordering/index.d.ts +4 -4
  272. package/{hidden → types}/javax/jcr/query/qom/Ordering/index.js +0 -0
  273. package/{hidden → types}/javax/jcr/query/qom/PropertyExistence/index.d.ts +4 -4
  274. package/{hidden → types}/javax/jcr/query/qom/PropertyExistence/index.js +0 -0
  275. package/{hidden → types}/javax/jcr/query/qom/PropertyValue/index.d.ts +4 -4
  276. package/{hidden → types}/javax/jcr/query/qom/PropertyValue/index.js +0 -0
  277. package/{hidden → types}/javax/jcr/query/qom/QueryObjectModel/index.d.ts +8 -8
  278. package/{hidden → types}/javax/jcr/query/qom/QueryObjectModel/index.js +0 -0
  279. package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +83 -0
  280. package/{hidden/javax/jcr/query/qom/Source → types/javax/jcr/query/qom/QueryObjectModelConstants}/index.js +0 -0
  281. package/{hidden → types}/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +37 -37
  282. package/{hidden → types}/javax/jcr/query/qom/QueryObjectModelFactory/index.js +0 -0
  283. package/{hidden → types}/javax/jcr/query/qom/SameNode/index.d.ts +4 -4
  284. package/{hidden → types}/javax/jcr/query/qom/SameNode/index.js +0 -0
  285. package/{hidden → types}/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +4 -4
  286. package/{hidden → types}/javax/jcr/query/qom/SameNodeJoinCondition/index.js +0 -0
  287. package/{hidden → types}/javax/jcr/query/qom/Selector/index.d.ts +4 -4
  288. package/{hidden → types}/javax/jcr/query/qom/Selector/index.js +0 -0
  289. package/{hidden → types}/javax/jcr/query/qom/Source/index.d.ts +3 -3
  290. package/{hidden/javax/jcr/query/qom/StaticOperand → types/javax/jcr/query/qom/Source}/index.js +0 -0
  291. package/{hidden → types}/javax/jcr/query/qom/StaticOperand/index.d.ts +4 -4
  292. package/{hidden/javax/jcr/security/AccessControlPolicy → types/javax/jcr/query/qom/StaticOperand}/index.js +0 -0
  293. package/{hidden → types}/javax/jcr/query/qom/UpperCase/index.d.ts +4 -4
  294. package/{hidden → types}/javax/jcr/query/qom/UpperCase/index.js +0 -0
  295. package/{hidden → types}/javax/jcr/retention/Hold/index.d.ts +3 -3
  296. package/{hidden → types}/javax/jcr/retention/Hold/index.js +0 -0
  297. package/{hidden → types}/javax/jcr/retention/RetentionManager/index.d.ts +5 -5
  298. package/{hidden → types}/javax/jcr/retention/RetentionManager/index.js +0 -0
  299. package/{hidden → types}/javax/jcr/retention/RetentionPolicy/index.d.ts +3 -3
  300. package/{hidden → types}/javax/jcr/retention/RetentionPolicy/index.js +0 -0
  301. package/{hidden → types}/javax/jcr/security/AccessControlEntry/index.d.ts +4 -4
  302. package/{hidden → types}/javax/jcr/security/AccessControlEntry/index.js +0 -0
  303. package/{hidden → types}/javax/jcr/security/AccessControlList/index.d.ts +6 -6
  304. package/{hidden → types}/javax/jcr/security/AccessControlList/index.js +0 -0
  305. package/{hidden → types}/javax/jcr/security/AccessControlManager/index.d.ts +6 -6
  306. package/{hidden → types}/javax/jcr/security/AccessControlManager/index.js +0 -0
  307. package/{hidden → types}/javax/jcr/security/AccessControlPolicy/index.d.ts +3 -3
  308. package/{hidden/senselogic/sitevision/api/metadata/value/LinkValue → types/javax/jcr/security/AccessControlPolicy}/index.js +0 -0
  309. package/{hidden → types}/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +5 -5
  310. package/{hidden → types}/javax/jcr/security/AccessControlPolicyIterator/index.js +0 -0
  311. package/{hidden → types}/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +4 -4
  312. package/{hidden → types}/javax/jcr/security/NamedAccessControlPolicy/index.js +0 -0
  313. package/{hidden → types}/javax/jcr/security/Privilege/index.d.ts +130 -46
  314. package/{hidden → types}/javax/jcr/security/Privilege/index.js +0 -0
  315. package/{hidden → types}/javax/jcr/version/Version/index.d.ts +5 -5
  316. package/{hidden → types}/javax/jcr/version/Version/index.js +0 -0
  317. package/{hidden → types}/javax/jcr/version/VersionHistory/index.d.ts +7 -7
  318. package/{hidden → types}/javax/jcr/version/VersionHistory/index.js +0 -0
  319. package/{hidden → types}/javax/jcr/version/VersionIterator/index.d.ts +5 -5
  320. package/{hidden → types}/javax/jcr/version/VersionIterator/index.js +0 -0
  321. package/{hidden → types}/javax/jcr/version/VersionManager/index.d.ts +7 -7
  322. package/{hidden → types}/javax/jcr/version/VersionManager/index.js +0 -0
  323. package/{hidden → types}/senselogic/sitevision/api/base/Builder/index.d.ts +3 -3
  324. package/{hidden → types}/senselogic/sitevision/api/base/Builder/index.js +0 -0
  325. package/{hidden → types}/senselogic/sitevision/api/base/Filter/index.d.ts +3 -3
  326. package/{hidden → types}/senselogic/sitevision/api/base/Filter/index.js +0 -0
  327. package/{hidden → types}/senselogic/sitevision/api/base/FilterSplit/index.d.ts +4 -4
  328. package/{hidden → types}/senselogic/sitevision/api/base/FilterSplit/index.js +0 -0
  329. package/{hidden → types}/senselogic/sitevision/api/base/Loadable/index.d.ts +3 -3
  330. package/{hidden → types}/senselogic/sitevision/api/base/Loadable/index.js +0 -0
  331. package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.d.ts +9 -0
  332. package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.js +11 -0
  333. package/{hidden → types}/senselogic/sitevision/api/base/Resolver/index.d.ts +3 -3
  334. package/{hidden → types}/senselogic/sitevision/api/base/Resolver/index.js +0 -0
  335. package/{hidden → types}/senselogic/sitevision/api/base/Wrapper/index.d.ts +3 -3
  336. package/{hidden → types}/senselogic/sitevision/api/base/Wrapper/index.js +0 -0
  337. package/{hidden → types}/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +13 -9
  338. package/{hidden → types}/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.js +0 -0
  339. package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatter/index.d.ts +3 -3
  340. package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatter/index.js +0 -0
  341. package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +5 -5
  342. package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatterBuilder/index.js +0 -0
  343. package/{hidden → types}/senselogic/sitevision/api/i18n/Currency/index.d.ts +3 -3
  344. package/{hidden → types}/senselogic/sitevision/api/i18n/Currency/index.js +0 -0
  345. package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +5 -5
  346. package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkProcessor/index.js +0 -0
  347. package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkRenderData/index.d.ts +3 -3
  348. package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkRenderData/index.js +0 -0
  349. package/{hidden → types}/senselogic/sitevision/api/mail/Mail/index.d.ts +3 -3
  350. package/{hidden → types}/senselogic/sitevision/api/mail/Mail/index.js +0 -0
  351. package/{hidden → types}/senselogic/sitevision/api/message/MessageTextLinker/index.d.ts +3 -3
  352. package/{hidden → types}/senselogic/sitevision/api/message/MessageTextLinker/index.js +0 -0
  353. package/{hidden → types}/senselogic/sitevision/api/metadata/value/LinkValue/index.d.ts +3 -3
  354. package/{hidden/senselogic/sitevision/api/metadata/value/RelatedValue → types/senselogic/sitevision/api/metadata/value/LinkValue}/index.js +0 -0
  355. package/{hidden → types}/senselogic/sitevision/api/metadata/value/RelatedValue/index.d.ts +3 -3
  356. package/{hidden/senselogic/sitevision/api/render/velocity/VelocityAccess → types/senselogic/sitevision/api/metadata/value/RelatedValue}/index.js +0 -0
  357. package/{hidden → types}/senselogic/sitevision/api/property/VersionedPropertyUtil/index.d.ts +4 -4
  358. package/{hidden → types}/senselogic/sitevision/api/property/VersionedPropertyUtil/index.js +0 -0
  359. package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.d.ts +51 -0
  360. package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.js +12 -0
  361. package/{hidden → types}/senselogic/sitevision/api/render/ImageScaler/index.d.ts +4 -4
  362. package/{hidden → types}/senselogic/sitevision/api/render/ImageScaler/index.js +0 -0
  363. package/{hidden → types}/senselogic/sitevision/api/render/TextModuleRenderer/index.d.ts +4 -4
  364. package/{hidden → types}/senselogic/sitevision/api/render/TextModuleRenderer/index.js +0 -0
  365. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityAccess/index.d.ts +3 -3
  366. package/{hidden/senselogic/sitevision/api/search/searcher/component/Filter → types/senselogic/sitevision/api/render/velocity/VelocityAccess}/index.js +0 -0
  367. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.d.ts +85 -0
  368. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.js +21 -0
  369. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.d.ts +31 -0
  370. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.js +12 -0
  371. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.d.ts +31 -0
  372. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.js +12 -0
  373. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.d.ts +67 -0
  374. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.js +18 -0
  375. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.d.ts +25 -0
  376. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.js +11 -0
  377. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.d.ts +19 -0
  378. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.js +10 -0
  379. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.d.ts +1243 -0
  380. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.js +189 -0
  381. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.d.ts +31 -0
  382. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.js +12 -0
  383. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.d.ts +91 -0
  384. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.js +22 -0
  385. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.d.ts +27 -0
  386. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.js +11 -0
  387. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.d.ts +19 -0
  388. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.js +10 -0
  389. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.d.ts +19 -0
  390. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.js +10 -0
  391. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.d.ts +25 -0
  392. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.js +11 -0
  393. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.d.ts +37 -0
  394. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.js +13 -0
  395. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.d.ts +25 -0
  396. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.js +11 -0
  397. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityContext/index.d.ts +3 -3
  398. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityContext/index.js +0 -0
  399. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.d.ts +3 -3
  400. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.js +0 -0
  401. package/{hidden → types}/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +4 -4
  402. package/{hidden → types}/senselogic/sitevision/api/script/RequesterChainable/index.js +0 -0
  403. package/{hidden → types}/senselogic/sitevision/api/script/app/RestAppInvoker/index.d.ts +3 -3
  404. package/{hidden → types}/senselogic/sitevision/api/script/app/RestAppInvoker/index.js +0 -0
  405. package/{hidden → types}/senselogic/sitevision/api/script/factory/TypedArgument/index.d.ts +3 -3
  406. package/{hidden → types}/senselogic/sitevision/api/script/factory/TypedArgument/index.js +0 -0
  407. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.d.ts +3 -3
  408. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.js +0 -0
  409. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.d.ts +4 -4
  410. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.js +0 -0
  411. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +24 -4
  412. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.js +0 -0
  413. package/{hidden → types}/senselogic/sitevision/api/search/SearchFieldUtil/index.d.ts +3 -3
  414. package/{hidden → types}/senselogic/sitevision/api/search/SearchFieldUtil/index.js +0 -0
  415. package/{hidden → types}/senselogic/sitevision/api/search/SearchHighlighter/index.d.ts +4 -4
  416. package/{hidden → types}/senselogic/sitevision/api/search/SearchHighlighter/index.js +0 -0
  417. package/{hidden → types}/senselogic/sitevision/api/search/SearchHit/index.d.ts +19 -5
  418. package/{hidden → types}/senselogic/sitevision/api/search/SearchHit/index.js +0 -0
  419. package/{hidden → types}/senselogic/sitevision/api/search/SearchResult/index.d.ts +31 -9
  420. package/{hidden → types}/senselogic/sitevision/api/search/SearchResult/index.js +0 -0
  421. package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetField/index.d.ts +3 -3
  422. package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetField/index.js +0 -0
  423. package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetValue/index.d.ts +3 -3
  424. package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetValue/index.js +0 -0
  425. package/{hidden → types}/senselogic/sitevision/api/search/searcher/Searcher/index.d.ts +4 -4
  426. package/{hidden → types}/senselogic/sitevision/api/search/searcher/Searcher/index.js +0 -0
  427. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Filter/index.d.ts +3 -3
  428. package/{hidden/senselogic/sitevision/api/search/searcher/component/Highlight → types/senselogic/sitevision/api/search/searcher/component/Filter}/index.js +0 -0
  429. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Highlight/index.d.ts +3 -3
  430. package/{hidden/senselogic/sitevision/api/search/searcher/component/Monitor → types/senselogic/sitevision/api/search/searcher/component/Highlight}/index.js +0 -0
  431. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Monitor/index.d.ts +3 -3
  432. package/{hidden/senselogic/sitevision/api/search/searcher/component/Parser → types/senselogic/sitevision/api/search/searcher/component/Monitor}/index.js +0 -0
  433. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Parser/index.d.ts +3 -3
  434. package/{hidden/senselogic/sitevision/api/search/searcher/component/Sort → types/senselogic/sitevision/api/search/searcher/component/Parser}/index.js +0 -0
  435. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Sort/index.d.ts +3 -3
  436. package/{hidden/senselogic/sitevision/api/search/searcher/component/SpellCheck → types/senselogic/sitevision/api/search/searcher/component/Sort}/index.js +0 -0
  437. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.d.ts +3 -3
  438. package/{hidden/senselogic/sitevision/api/webresource/LinkTarget → types/senselogic/sitevision/api/search/searcher/component/SpellCheck}/index.js +0 -0
  439. package/{hidden → types}/senselogic/sitevision/api/search/sort/CustomSort/index.d.ts +3 -3
  440. package/{hidden → types}/senselogic/sitevision/api/search/sort/CustomSort/index.js +0 -0
  441. package/{hidden → types}/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.d.ts +3 -3
  442. package/{hidden → types}/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.js +0 -0
  443. package/{hidden → types}/senselogic/sitevision/api/security/DirectoryAttributes/index.d.ts +3 -3
  444. package/{hidden → types}/senselogic/sitevision/api/security/DirectoryAttributes/index.js +0 -0
  445. package/{hidden → types}/senselogic/sitevision/api/security/MessageDigester/index.d.ts +3 -3
  446. package/{hidden → types}/senselogic/sitevision/api/security/MessageDigester/index.js +0 -0
  447. package/{hidden → types}/senselogic/sitevision/api/security/RoleAssignment/index.d.ts +4 -4
  448. package/{hidden → types}/senselogic/sitevision/api/security/RoleAssignment/index.js +0 -0
  449. package/{hidden → types}/senselogic/sitevision/api/security/RoleMatcher/index.d.ts +4 -4
  450. package/{hidden → types}/senselogic/sitevision/api/security/RoleMatcher/index.js +0 -0
  451. package/{hidden → types}/senselogic/sitevision/api/security/SecretStore/index.d.ts +3 -3
  452. package/{hidden → types}/senselogic/sitevision/api/security/SecretStore/index.js +0 -0
  453. package/{hidden → types}/senselogic/sitevision/api/security/UserUtil/index.d.ts +4 -4
  454. package/{hidden → types}/senselogic/sitevision/api/security/UserUtil/index.js +0 -0
  455. package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +35 -5
  456. package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.js +0 -0
  457. package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.d.ts +3 -3
  458. package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.js +0 -0
  459. package/{hidden → types}/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +5 -5
  460. package/{hidden → types}/senselogic/sitevision/api/user/UserIdentityWrapper/index.js +0 -0
  461. package/{hidden → types}/senselogic/sitevision/api/webresource/LinkTarget/index.d.ts +3 -3
  462. package/types/senselogic/sitevision/api/webresource/LinkTarget/index.js +8 -0
  463. package/{hidden → types}/senselogic/sitevision/api/xml/XmlElement/index.d.ts +3 -3
  464. package/{hidden → types}/senselogic/sitevision/api/xml/XmlElement/index.js +0 -0
  465. package/{hidden → types}/senselogic/sitevision/api/xml/XmlElementHandler/index.d.ts +4 -4
  466. package/{hidden → types}/senselogic/sitevision/api/xml/XmlElementHandler/index.js +0 -0
  467. package/hidden/javax/jcr/NamespaceRegistry/index.d.ts +0 -85
  468. package/hidden/javax/jcr/Node/index.d.ts +0 -1805
  469. package/hidden/javax/jcr/Node/index.js +0 -56
  470. package/hidden/javax/jcr/Property/index.d.ts +0 -677
  471. package/hidden/javax/jcr/RangeIterator/index.d.ts +0 -52
  472. package/hidden/javax/jcr/RangeIterator/index.js +0 -12
  473. package/hidden/javax/jcr/Repository/index.d.ts +0 -311
  474. package/hidden/javax/jcr/Repository/index.js +0 -16
  475. package/hidden/javax/jcr/Session/index.d.ts +0 -1107
  476. package/hidden/javax/jcr/ValueFactory/index.d.ts +0 -144
  477. package/hidden/javax/jcr/ValueFactory/index.js +0 -11
  478. package/hidden/javax/jcr/Workspace/index.d.ts +0 -666
  479. package/hidden/javax/jcr/Workspace/index.js +0 -26
  480. package/hidden/javax/jcr/nodetype/ItemDefinition/index.d.ts +0 -132
  481. package/hidden/javax/jcr/nodetype/ItemDefinition/index.js +0 -15
  482. package/hidden/javax/jcr/nodetype/NodeType/index.d.ts +0 -321
  483. package/hidden/javax/jcr/nodetype/NodeType/index.js +0 -21
  484. package/hidden/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +0 -165
  485. package/hidden/javax/jcr/nodetype/NodeTypeDefinition/index.js +0 -18
  486. package/hidden/javax/jcr/nodetype/NodeTypeManager/index.d.ts +0 -180
  487. package/hidden/javax/jcr/nodetype/NodeTypeManager/index.js +0 -21
  488. package/hidden/javax/jcr/nodetype/PropertyDefinition/index.d.ts +0 -297
  489. package/hidden/javax/jcr/nodetype/PropertyDefinition/index.js +0 -16
  490. package/hidden/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +0 -11
  491. package/hidden/senselogic/sitevision/api/Utils/index.d.ts +0 -753
  492. package/hidden/senselogic/sitevision/api/alias/AliasUtil/index.d.ts +0 -22
  493. package/hidden/senselogic/sitevision/api/bookmark/BookmarkUtil/index.d.ts +0 -87
  494. package/hidden/senselogic/sitevision/api/client/ClientUtil/index.d.ts +0 -23
  495. package/hidden/senselogic/sitevision/api/collaboration/CollaborationFactory/index.d.ts +0 -49
  496. package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupFolderUtil/index.d.ts +0 -39
  497. package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupTemplateUtil/index.d.ts +0 -58
  498. package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupUtil/index.d.ts +0 -99
  499. package/hidden/senselogic/sitevision/api/context/PortletContextUtil/index.d.ts +0 -112
  500. package/hidden/senselogic/sitevision/api/cookie/SiteCookieUtil/index.d.ts +0 -166
  501. package/hidden/senselogic/sitevision/api/date/DateUtil/index.d.ts +0 -153
  502. package/hidden/senselogic/sitevision/api/date/TimestampUtil/index.d.ts +0 -121
  503. package/hidden/senselogic/sitevision/api/device/DeviceUtil/index.d.ts +0 -33
  504. package/hidden/senselogic/sitevision/api/format/FormatterBuilderFactory/index.d.ts +0 -89
  505. package/hidden/senselogic/sitevision/api/i18n/CurrencyFactory/index.d.ts +0 -81
  506. package/hidden/senselogic/sitevision/api/i18n/LocaleUtil/index.d.ts +0 -412
  507. package/hidden/senselogic/sitevision/api/i18n/TranslationUtil/index.d.ts +0 -110
  508. package/hidden/senselogic/sitevision/api/log/LogUtil/index.d.ts +0 -128
  509. package/hidden/senselogic/sitevision/api/mail/MailBuilder/index.d.ts +0 -221
  510. package/hidden/senselogic/sitevision/api/mail/MailUtil/index.d.ts +0 -72
  511. package/hidden/senselogic/sitevision/api/metadata/MetadataDefinitionUtil/index.d.ts +0 -109
  512. package/hidden/senselogic/sitevision/api/metadata/MetadataUtil/index.d.ts +0 -356
  513. package/hidden/senselogic/sitevision/api/metadata/builder/LinkValueBuilder/index.d.ts +0 -131
  514. package/hidden/senselogic/sitevision/api/metadata/builder/RelatedValueBuilder/index.d.ts +0 -89
  515. package/hidden/senselogic/sitevision/api/node/ContentNodeUtil/index.d.ts +0 -57
  516. package/hidden/senselogic/sitevision/api/node/NodeComparatorUtil/index.d.ts +0 -235
  517. package/hidden/senselogic/sitevision/api/node/NodeFactoryUtil/index.d.ts +0 -29
  518. package/hidden/senselogic/sitevision/api/node/NodeFilterUtil/index.d.ts +0 -781
  519. package/hidden/senselogic/sitevision/api/node/NodeIteratorUtil/index.d.ts +0 -231
  520. package/hidden/senselogic/sitevision/api/node/NodeResolverUtil/index.d.ts +0 -406
  521. package/hidden/senselogic/sitevision/api/node/NodeTreeUtil/index.d.ts +0 -232
  522. package/hidden/senselogic/sitevision/api/node/NodeTypeUtil/index.d.ts +0 -549
  523. package/hidden/senselogic/sitevision/api/node/builder/CompoundAndFilterBuilder/index.d.ts +0 -54
  524. package/hidden/senselogic/sitevision/api/node/builder/CompoundComparatorBuilder/index.d.ts +0 -53
  525. package/hidden/senselogic/sitevision/api/node/builder/CompoundOrFilterBuilder/index.d.ts +0 -53
  526. package/hidden/senselogic/sitevision/api/node/builder/TemporaryFileNodeBuilder/index.d.ts +0 -57
  527. package/hidden/senselogic/sitevision/api/node/builder/TemporaryNodeBuilder/index.d.ts +0 -177
  528. package/hidden/senselogic/sitevision/api/property/OfflineVersionPropertyUtil/index.d.ts +0 -31
  529. package/hidden/senselogic/sitevision/api/property/OnlineVersionPropertyUtil/index.d.ts +0 -31
  530. package/hidden/senselogic/sitevision/api/property/Properties/index.d.ts +0 -176
  531. package/hidden/senselogic/sitevision/api/property/PropertyUtil/index.d.ts +0 -1550
  532. package/hidden/senselogic/sitevision/api/redirect/RedirectUtil/index.d.ts +0 -73
  533. package/hidden/senselogic/sitevision/api/render/BuddyIconRenderer/index.d.ts +0 -186
  534. package/hidden/senselogic/sitevision/api/render/FileIconRenderer/index.d.ts +0 -301
  535. package/hidden/senselogic/sitevision/api/render/ImageLinkRenderer/index.d.ts +0 -122
  536. package/hidden/senselogic/sitevision/api/render/ImageRenderer/index.d.ts +0 -504
  537. package/hidden/senselogic/sitevision/api/render/LinkRenderer/index.d.ts +0 -890
  538. package/hidden/senselogic/sitevision/api/render/OutputUtil/index.d.ts +0 -390
  539. package/hidden/senselogic/sitevision/api/render/TextModuleRendererBuilder/index.d.ts +0 -66
  540. package/hidden/senselogic/sitevision/api/render/UserFieldRenderer/index.d.ts +0 -181
  541. package/hidden/senselogic/sitevision/api/render/velocity/VelocityRenderer/index.d.ts +0 -197
  542. package/hidden/senselogic/sitevision/api/render/xslt/XSLTUtil/index.d.ts +0 -59
  543. package/hidden/senselogic/sitevision/api/resource/ColorUtil/index.d.ts +0 -46
  544. package/hidden/senselogic/sitevision/api/resource/DecorationUtil/index.d.ts +0 -20
  545. package/hidden/senselogic/sitevision/api/resource/FontUtil/index.d.ts +0 -43
  546. package/hidden/senselogic/sitevision/api/resource/IconUtil/index.d.ts +0 -34
  547. package/hidden/senselogic/sitevision/api/resource/LandingPageUtil/index.d.ts +0 -88
  548. package/hidden/senselogic/sitevision/api/resource/PortletUtil/index.d.ts +0 -32
  549. package/hidden/senselogic/sitevision/api/resource/ResourceLocatorUtil/index.d.ts +0 -444
  550. package/hidden/senselogic/sitevision/api/resource/TemplateUtil/index.d.ts +0 -143
  551. package/hidden/senselogic/sitevision/api/script/InstanceTypeUtil/index.d.ts +0 -176
  552. package/hidden/senselogic/sitevision/api/script/Requester/index.d.ts +0 -420
  553. package/hidden/senselogic/sitevision/api/script/RestApi/index.d.ts +0 -195
  554. package/hidden/senselogic/sitevision/api/script/ScriptUtil/index.d.ts +0 -482
  555. package/hidden/senselogic/sitevision/api/script/app/RestAppInvokerFactory/index.d.ts +0 -70
  556. package/hidden/senselogic/sitevision/api/script/factory/ArraysInstance/index.d.ts +0 -1643
  557. package/hidden/senselogic/sitevision/api/script/factory/CollectionsInstance/index.d.ts +0 -661
  558. package/hidden/senselogic/sitevision/api/script/factory/InstanceCreatorUtil/index.d.ts +0 -490
  559. package/hidden/senselogic/sitevision/api/script/factory/ListWrapper/index.d.ts +0 -148
  560. package/hidden/senselogic/sitevision/api/script/factory/MathInstance/index.d.ts +0 -623
  561. package/hidden/senselogic/sitevision/api/search/SearchFactory/index.d.ts +0 -114
  562. package/hidden/senselogic/sitevision/api/search/SearchUtil/index.d.ts +0 -126
  563. package/hidden/senselogic/sitevision/api/search/index/IndexUtil/index.d.ts +0 -50
  564. package/hidden/senselogic/sitevision/api/search/index/IndexingUtil/index.d.ts +0 -59
  565. package/hidden/senselogic/sitevision/api/search/query/QueryStringUtil/index.d.ts +0 -419
  566. package/hidden/senselogic/sitevision/api/search/searcher/builder/ExtendedDismaxParserBuilder/index.d.ts +0 -257
  567. package/hidden/senselogic/sitevision/api/search/searcher/builder/FilterBuilder/index.d.ts +0 -103
  568. package/hidden/senselogic/sitevision/api/search/searcher/builder/HighlightBuilder/index.d.ts +0 -153
  569. package/hidden/senselogic/sitevision/api/search/searcher/builder/MonitorBuilder/index.d.ts +0 -47
  570. package/hidden/senselogic/sitevision/api/search/searcher/builder/SearcherBuilder/index.d.ts +0 -210
  571. package/hidden/senselogic/sitevision/api/search/searcher/builder/SortBuilder/index.d.ts +0 -110
  572. package/hidden/senselogic/sitevision/api/search/searcher/builder/SpellCheckBuilder/index.d.ts +0 -57
  573. package/hidden/senselogic/sitevision/api/search/searcher/builder/StandardParserBuilder/index.d.ts +0 -102
  574. package/hidden/senselogic/sitevision/api/security/AuthenticationUtil/index.d.ts +0 -103
  575. package/hidden/senselogic/sitevision/api/security/DirectoryUtil/index.d.ts +0 -98
  576. package/hidden/senselogic/sitevision/api/security/JwtUtil/index.d.ts +0 -143
  577. package/hidden/senselogic/sitevision/api/security/MessageDigesterFactory/index.d.ts +0 -46
  578. package/hidden/senselogic/sitevision/api/security/PermissionUtil/index.d.ts +0 -426
  579. package/hidden/senselogic/sitevision/api/security/PrincipalUtil/index.d.ts +0 -46
  580. package/hidden/senselogic/sitevision/api/security/RoleAssignmentBuilder/index.d.ts +0 -54
  581. package/hidden/senselogic/sitevision/api/security/RoleMatcherBuilder/index.d.ts +0 -53
  582. package/hidden/senselogic/sitevision/api/security/RoleUtil/index.d.ts +0 -49
  583. package/hidden/senselogic/sitevision/api/subscription/SubscriberUtil/index.d.ts +0 -96
  584. package/hidden/senselogic/sitevision/api/subscription/SubscriptionUtil/index.d.ts +0 -137
  585. package/hidden/senselogic/sitevision/api/tag/TagUtil/index.d.ts +0 -127
  586. package/hidden/senselogic/sitevision/api/text/EndecUtil/index.d.ts +0 -352
  587. package/hidden/senselogic/sitevision/api/user/SimpleUserUtil/index.d.ts +0 -43
  588. package/hidden/senselogic/sitevision/api/user/SystemUserUtil/index.d.ts +0 -163
  589. package/hidden/senselogic/sitevision/api/user/UserDataUtil/index.d.ts +0 -140
  590. package/hidden/senselogic/sitevision/api/user/UserFactory/index.d.ts +0 -61
  591. package/hidden/senselogic/sitevision/api/user/UserIdentityUtil/index.d.ts +0 -52
  592. package/hidden/senselogic/sitevision/api/user/UserUtil/index.d.ts +0 -67
  593. package/hidden/senselogic/sitevision/api/versioning/PublishingUtil/index.d.ts +0 -265
  594. package/hidden/senselogic/sitevision/api/versioning/VersionUtil/index.d.ts +0 -19
  595. package/hidden/senselogic/sitevision/api/webresource/ArticleUtil/index.d.ts +0 -252
  596. package/hidden/senselogic/sitevision/api/webresource/FileUtil/index.d.ts +0 -294
  597. package/hidden/senselogic/sitevision/api/webresource/ImageUtil/index.d.ts +0 -267
  598. package/hidden/senselogic/sitevision/api/webresource/LinkPageUtil/index.d.ts +0 -288
  599. package/hidden/senselogic/sitevision/api/webresource/PageUtil/index.d.ts +0 -216
  600. package/hidden/senselogic/sitevision/api/webresource/WebResourceFactory/index.d.ts +0 -56
  601. package/hidden/senselogic/sitevision/api/webresource/builder/LinkTargetBuilder/index.d.ts +0 -128
  602. package/hidden/senselogic/sitevision/api/webresource/doctype/DocTypeUtil/index.d.ts +0 -141
  603. package/hidden/senselogic/sitevision/api/webresource/mime/MimeTypeUtil/index.d.ts +0 -217
  604. package/hidden/senselogic/sitevision/api/webresource/structure/ArchiveUtil/index.d.ts +0 -53
  605. package/hidden/senselogic/sitevision/api/webresource/structure/FolderUtil/index.d.ts +0 -107
  606. package/hidden/senselogic/sitevision/api/webresource/structure/StructureUtil/index.d.ts +0 -94
  607. package/hidden/senselogic/sitevision/api/webresource/structure/TrashcanUtil/index.d.ts +0 -123
  608. package/hidden/senselogic/sitevision/api/webresource/webcontent/WebContentUtil/index.d.ts +0 -458
  609. package/hidden/senselogic/sitevision/api/xml/XmlParserUtil/index.d.ts +0 -116
@@ -1,692 +1,9 @@
1
- import Filter from "../../hidden/senselogic/sitevision/api/base/Filter";
1
+ import type Filter from "../../types/senselogic/sitevision/api/base/Filter";
2
2
 
3
- import FilterSplit from "../../hidden/senselogic/sitevision/api/base/FilterSplit";
3
+ import type FilterSplit from "../../types/senselogic/sitevision/api/base/FilterSplit";
4
4
  import CompoundAndFilterBuilder from "../CompoundAndFilterBuilder";
5
5
  import CompoundOrFilterBuilder from "../CompoundOrFilterBuilder";
6
6
 
7
- /**
8
- * Applies a node filter to a list and gets the result.
9
- * @param aNodeList the list of nodes
10
- * @param aNodeFilter a node filter
11
- * @return a list of all nodes of <code>aNodeList</code> that is accepted by <code>aNodeFilter</code>, never <code>null</code>. <code>aNodeList</code> itself is returned if it's empty or if <code>aNodeFilter</code> is <code>null</code>
12
- */
13
- export function getFilteredList(
14
- aNodeList: unknown,
15
- aNodeFilter: Filter
16
- ): unknown;
17
-
18
- /**
19
- * Applies a node filter to a Map with Node values and gets the result.
20
- * @param aNodeValueMap a map with node values
21
- * @param aNodeFilter a node filter
22
- * @return a Map with all <code>aNodeValueMap</code> entries with a value that is accepted by <code>aNodeFilter</code>, never <code>null</code>. <code>aNodeValueMap</code> itself is returned if it's empty or if <code>aNodeFilter</code> is <code>null</code>
23
- * @since Sitevision 4.3.1
24
- */
25
- export function getFilteredValueMap(
26
- aNodeValueMap: unknown,
27
- aNodeFilter: Filter
28
- ): unknown;
29
-
30
- /**
31
- * Applies a node filter to a Map with Node keys and gets the result.
32
- * @param aNodeKeyMap a map with node keys
33
- * @param aNodeFilter a node filter
34
- * @return a Map with all <code>aNodeKeyMap</code> entries with a key that is accepted by <code>aNodeFilter</code>, never <code>null</code>. <code>aNodeKeyMap</code> itself is returned if it's empty or if <code>aNodeFilter</code> is <code>null</code>
35
- * @since Sitevision 4.3.1
36
- */
37
- export function getFilteredKeyMap(
38
- aNodeKeyMap: unknown,
39
- aNodeFilter: Filter
40
- ): unknown;
41
-
42
- /**
43
- * Gets the filtering result of a split operation for a collection of nodes with a node filter as divider.
44
- *
45
- * <p>
46
- * This method would typically be used instead of {@link #getFilteredList(java.util.List, senselogic.sitevision.api.base.Filter)}
47
- * when you are also interested in the nodes that does NOT match the filter.
48
- * </p>
49
- *
50
- * <p>
51
- * When nodes are available via a <code>NodeIterator</code>, you would typically use the
52
- * {@link senselogic.sitevision.api.node.NodeIteratorUtil#split(javax.jcr.NodeIterator, senselogic.sitevision.api.base.Filter)}
53
- * instead!
54
- * </p>
55
- * @param aNodeCollection a node collection
56
- * @param aNodeFilter a node filter
57
- * @return the result of the filtering operation
58
- * @since Sitevision 3.6.3
59
- * @see senselogic.sitevision.api.node.NodeIteratorUtil#split(javax.jcr.NodeIterator, senselogic.sitevision.api.base.Filter)
60
- */
61
- export function split(
62
- aNodeCollection: unknown,
63
- aNodeFilter: Filter
64
- ): FilterSplit;
65
-
66
- /**
67
- * Gets a builder for creating a compound filter that requires that <em>all</em> of the containing filters matches.
68
- *
69
- * <p>
70
- * The CompoundAndFilterBuilder builds a node filter of multiple filters that are combined using the logical
71
- * <em>AND</em> operator.
72
- * </p>
73
- * @return a CompoundAndFilterBuilder
74
- */
75
- export function getCompoundAndFilterBuilder(): CompoundAndFilterBuilder;
76
-
77
- /**
78
- * Gets a builder for creating a compound filter that requires that <em>any</em> of the containing filters matches.
79
- *
80
- * <p>
81
- * The CompoundOrFilterBuilder builds a node filter of multiple filters that are combined using the logical
82
- * <em>OR</em> operator.
83
- * </p>
84
- * @return a CompoundOrFilterBuilder
85
- * @see #getAnyOfPrimaryNodeTypesFilter(Collection)
86
- */
87
- export function getCompoundOrFilterBuilder(): CompoundOrFilterBuilder;
88
-
89
- /**
90
- * Gets a filter that always matches.
91
- * @return a filter that matches all nodes.
92
- */
93
- export function getAlwaysAcceptFilter(): Filter;
94
-
95
- /**
96
- * Gets a filter that never matches.
97
- * @return a filter that never matches any nodes.
98
- */
99
- export function getNeverAcceptFilter(): Filter;
100
-
101
- /**
102
- * Gets a filter that matches null nodes.
103
- * @return a filter that matches null nodes.
104
- * @since Sitevision 4.3.1
105
- */
106
- export function getNullFilter(): Filter;
107
-
108
- /**
109
- * Gets a filter that matches non-null nodes.
110
- * @return a filter that matches non-null nodes.
111
- * @since Sitevision 4.3.1
112
- */
113
- export function getNonNullFilter(): Filter;
114
-
115
- /**
116
- * Gets a filter that inverts the result of another filter.
117
- * @param aFilter the filter to invert
118
- * @return a filter that inverts the result
119
- * @throws IllegalArgumentException if <code>aFilter</code> is <code>null</code>
120
- */
121
- export function getInvertedFilter(aFilter: Filter): Filter;
122
-
123
- /**
124
- * Gets a filter that matches by a specified node identifier.
125
- * @param aIdentifier the node identifier
126
- * @return a filter that matches all nodes (typically just one) with node identifier <code>aIdentifier</code>
127
- * @throws IllegalArgumentException if <code>aIdentifier</code> is <code>null</code> or whitespace only
128
- * @since Sitevision 4.1
129
- */
130
- export function getIdentifierFilter(aIdentifier: string): Filter;
131
-
132
- /**
133
- * Gets a filter that matches by a specified node identifier prefix.
134
- * @param aIdentifierPrefix the node identifier prefix
135
- * @return a filter that matches all nodes with an identifier that starts with <code>aIdentifierPrefix</code>
136
- * @throws IllegalArgumentException if <code>aIdentifierPrefix</code> is <code>null</code> or whitespace only
137
- * @since Sitevision 4.1
138
- */
139
- export function getIdentifierPrefixFilter(aIdentifierPrefix: string): Filter;
140
-
141
- /**
142
- * Gets a filter that matches by a specified node identifier suffix.
143
- * @param aIdentifierSuffix the node identifier suffix
144
- * @return a filter that matches all nodes with an identifier that ends with <code>aIdentifierSuffix</code>
145
- * @throws IllegalArgumentException if <code>aIdentifierSuffix</code> is <code>null</code> or whitespace only
146
- * @since Sitevision 4.1
147
- */
148
- export function getIdentifierSuffixFilter(aIdentifierSuffix: string): Filter;
149
-
150
- /**
151
- * Gets a filter that matches by a specified primary node type.
152
- * @param aPrimaryNodeTypeName the primary node type name
153
- * @return a filter that matches all nodes that has primary node type <code>aPrimaryNodeTypeName</code>
154
- * @throws IllegalArgumentException if <code>aPrimaryNodeTypeName</code> is <code>null</code> or whitespace only
155
- * @see #getAnyOfPrimaryNodeTypesFilter(Collection)
156
- * @see #getNoneOfPrimaryNodeTypesFilter(Collection)
157
- * @see senselogic.sitevision.api.node.NodeTypeUtil
158
- */
159
- export function getPrimaryNodeTypeFilter(aPrimaryNodeTypeName: string): Filter;
160
-
161
- /**
162
- * Gets a filter that matches all nodes that has a primary node type that is present in given collection.
163
- *
164
- * <p>
165
- * This convenience method is conceptually equivalent - but also more efficient - than building a "match any of" filter via
166
- * {@link #getCompoundOrFilterBuilder() CompoundOrFilter} with a number of {@link #getPrimaryNodeTypeFilter(String) PrimaryNodeTypeFilters}.
167
- * </p>
168
- * @param aPrimaryNodeTypeNames a collection of primary node type names, must not be null. Null and blank collection items will be silently ignored (such value are not a valid node type name)
169
- * @return a filter that matches all Nodes that has a primary node type that is present in aPrimaryNodeTypeNames.
170
- * @throws NullPointerException if aPrimaryNodeTypeNames is null
171
- * @see #getNoneOfPrimaryNodeTypesFilter(Collection)
172
- * @see senselogic.sitevision.api.node.NodeTypeUtil
173
- * @since Sitevision 8.1
174
- */
175
- export function getAnyOfPrimaryNodeTypesFilter(
176
- aPrimaryNodeTypeNames: unknown
177
- ): Filter;
178
-
179
- /**
180
- * Gets a filter that matches all nodes that does not have a primary node type present in given collection.
181
- *
182
- * <p>
183
- * This convenience method is conceptually equivalent - but also more efficient - than building a "match none of" filter via
184
- * {@link #getCompoundOrFilterBuilder() CompoundOrFilter} with a number of {@link #getPrimaryNodeTypeFilter(String) PrimaryNodeTypeFilters}
185
- * and a {@link #getInvertedFilter(Filter) InvertedFilter}
186
- * </p>
187
- * @param aExcludedPrimaryNodeTypeNames a collection of primary node type names, must not be null. Null and blank collection items will be silently ignored (such value are not a valid node type name)
188
- * @return a filter that matches all Nodes that does not have a primary node type present in aExcludedPrimaryNodeTypeNames.
189
- * @throws NullPointerException if aExcludedPrimaryNodeTypeNames is null
190
- * @see #getAnyOfPrimaryNodeTypesFilter(Collection)
191
- * @see senselogic.sitevision.api.node.NodeTypeUtil
192
- * @since Sitevision 8.1
193
- */
194
- export function getNoneOfPrimaryNodeTypesFilter(
195
- aExcludedPrimaryNodeTypeNames: unknown
196
- ): Filter;
197
-
198
- /**
199
- * Gets a filter that matches by the existence of a specified property.
200
- * @param aPropertyName the name of the property
201
- * @return a filter that matches all nodes that has a property named <code>aPropertyName</code>
202
- * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
203
- * @see javax.jcr.Node#hasProperty(String)
204
- */
205
- export function getHasPropertyFilter(aPropertyName: string): Filter;
206
-
207
- /**
208
- * Gets a filter that matches by a specified string property.
209
- * @param aPropertyName the name of the property
210
- * @param aMatchValue the value of the property
211
- * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> with value <code>aMatchValue</code>
212
- * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aMatchValue</code> is <code>null</code>
213
- * @see senselogic.sitevision.api.property.PropertyUtil#getString(javax.jcr.Node, String)
214
- */
215
- export function getStringPropertyFilter(
216
- aPropertyName: string,
217
- aMatchValue: string
218
- ): Filter;
219
-
220
- /**
221
- * Gets a filter that matches by a specified multi-valued string property.
222
- * @param aPropertyName the name of the property
223
- * @param aMatchValue the value of the property
224
- * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> with value <code>aMatchValue</code>
225
- * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aMatchValue</code> is <code>null</code>
226
- * @see senselogic.sitevision.api.property.PropertyUtil#getStrings(javax.jcr.Node, String)
227
- */
228
- export function getStringMultiPropertyFilter(
229
- aPropertyName: string,
230
- aMatchValue: string
231
- ): Filter;
232
-
233
- /**
234
- * Gets a filter that matches case-insensitive by a specified string property.
235
- * @param aPropertyName the name of the property
236
- * @param aCaseInsensitiveValue the case-insensitive value of the property
237
- * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> with value <code>aCaseInsensitiveValue</code>
238
- * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aCaseInsensitiveValue</code> is <code>null</code>
239
- */
240
- export function getIgnoreCaseStringPropertyFilter(
241
- aPropertyName: string,
242
- aCaseInsensitiveValue: string
243
- ): Filter;
244
-
245
- /**
246
- * Gets a filter that matches by the value-starts-with of a specified string property.
247
- *
248
- * <p>
249
- * <em>The starts-with check is performed using the <code>String.startsWith(String)</code> method.</em>
250
- * </p>
251
- * @param aPropertyName the name of the property
252
- * @param aStartsWithValue the value the property should start with
253
- * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> that starts with value <code>aStartsWithValue</code>
254
- * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aStartsWithValue</code> is <code>null</code>
255
- */
256
- export function getStartsWithStringPropertyFilter(
257
- aPropertyName: string,
258
- aStartsWithValue: string
259
- ): Filter;
260
-
261
- /**
262
- * Gets a filter that matches by the value-ends-with of a specified string property.
263
- *
264
- * <p>
265
- * <em>The ends-with check is performed using the <code>String.endsWith(String)</code> method.</em>
266
- * </p>
267
- * @param aPropertyName the name of the property
268
- * @param aEndsWithValue the value the property should end with
269
- * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> that ends with value <code>aEndsWithValue</code>
270
- * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aEndsWithValue</code> is <code>null</code>
271
- */
272
- export function getEndsWithStringPropertyFilter(
273
- aPropertyName: string,
274
- aEndsWithValue: string
275
- ): Filter;
276
-
277
- /**
278
- * Gets a filter that matches by the value-contains of a specified string property.
279
- *
280
- * <p>
281
- * <em>The contains check is performed using the <code>String.contains(String)</code> method.</em>
282
- * </p>
283
- * @param aPropertyName the name of the property
284
- * @param aContainsValue the value the property should contain
285
- * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> that contains value <code>aContainsValue</code>
286
- * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aContainsValue</code> is <code>null</code>
287
- */
288
- export function getContainsStringPropertyFilter(
289
- aPropertyName: string,
290
- aContainsValue: string
291
- ): Filter;
292
-
293
- /**
294
- * Gets a filter that matches by the value-contains of a specified multi-valued string property.
295
- *
296
- * <p>
297
- * <em>The contains check is performed using the <code>String.contains(String)</code> method for each extracted property value.</em>
298
- * </p>
299
- * @param aPropertyName the name of the property
300
- * @param aContainsValue the value the property should contain
301
- * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> that contains value <code>aContainsValue</code>
302
- * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aContainsValue</code> is <code>null</code>
303
- */
304
- export function getContainsStringMultiPropertyFilter(
305
- aPropertyName: string,
306
- aContainsValue: string
307
- ): Filter;
308
-
309
- /**
310
- * Gets a filter that matches by a regular expression of a specified string property.
311
- *
312
- * <p>
313
- * <em>The regular expression is compiled to a <code>Pattern</code> and the check is performed using the
314
- * <code>matches()</code> method of the <code>Matcher</code> extracted from the compiled pattern via
315
- * <code>Pattern.matcher(String)</code>.</em>
316
- * </p>
317
- * @param aPropertyName the name of the property
318
- * @param aRegularExpression the regular expression
319
- * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> that matches <code>aRegularExpression</code>
320
- * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aRegularExpression</code> is <code>null</code>
321
- * @throws PatternSyntaxException if the compilation of <code>aRegularExpression</code> fails
322
- */
323
- export function getPatternStringPropertyFilter(
324
- aPropertyName: string,
325
- aRegularExpression: string
326
- ): Filter;
327
-
328
- /**
329
- * Gets a filter that matches by a regular expression of a specified multi-valued string property.
330
- *
331
- * <p>
332
- * <em>The regular expression is compiled to a <code>Pattern</code> and the check for each extracted property value is performed using the
333
- * <code>matches()</code> method of the <code>Matcher</code> extracted from the compiled pattern via
334
- * <code>Pattern.matcher(String)</code>.</em>
335
- * </p>
336
- * @param aPropertyName the name of the property
337
- * @param aRegularExpression the regular expression
338
- * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> that matches <code>aRegularExpression</code>
339
- * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aRegularExpression</code> is <code>null</code>
340
- * @throws PatternSyntaxException if the compilation of <code>aRegularExpression</code> fails
341
- */
342
- export function getPatternStringMultiPropertyFilter(
343
- aPropertyName: string,
344
- aRegularExpression: string
345
- ): Filter;
346
-
347
- /**
348
- * Gets a filter that matches by a specified boolean property.
349
- * @param aPropertyName the name of the property
350
- * @param aMatchValue the value of the property
351
- * @return a filter that matches all nodes that has a boolean property named <code>aPropertyName</code> with value <code>aMatchValue</code>
352
- * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
353
- * @see senselogic.sitevision.api.property.PropertyUtil#getBoolean(javax.jcr.Node, String)
354
- */
355
- export function getBooleanPropertyFilter(
356
- aPropertyName: string,
357
- aMatchValue: boolean
358
- ): Filter;
359
-
360
- /**
361
- * Gets a filter that matches by a nested node's specified boolean property.
362
- * @param aNodePropertyName the name of the property for the Node
363
- * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
364
- * @param aMatchValue the value of the property
365
- * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value <code>aMatchValue</code>
366
- * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only
367
- * @see senselogic.sitevision.api.property.PropertyUtil#getNestedBoolean(javax.jcr.Node, String, String)
368
- */
369
- export function getNestedBooleanPropertyFilter(
370
- aNodePropertyName: string,
371
- aPropertyName: string,
372
- aMatchValue: boolean
373
- ): Filter;
374
-
375
- /**
376
- * Gets a filter that matches by a specified int property.
377
- * @param aPropertyName the name of the property
378
- * @param aMatchValue the value of the property
379
- * @return a filter that matches all nodes that has a int property named <code>aPropertyName</code> with value <code>aMatchValue</code>
380
- * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
381
- * @see senselogic.sitevision.api.property.PropertyUtil#getInt(javax.jcr.Node, String)
382
- */
383
- export function getIntPropertyFilter(
384
- aPropertyName: string,
385
- aMatchValue: number
386
- ): Filter;
387
-
388
- /**
389
- * Gets a filter that matches by the min value of a specified int property.
390
- * @param aPropertyName the name of the property
391
- * @param aMinValue the min value of the property
392
- * @return a filter that matches all nodes that has a int property named <code>aPropertyName</code> with value <code>aMinValue</code> or higher
393
- * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
394
- */
395
- export function getMinIntPropertyFilter(
396
- aPropertyName: string,
397
- aMinValue: number
398
- ): Filter;
399
-
400
- /**
401
- * Gets a filter that matches by the max value of a specified int property.
402
- * @param aPropertyName the name of the property
403
- * @param aMaxValue the max value of the property
404
- * @return a filter that matches all nodes that has a int property named <code>aPropertyName</code> with value <code>aMaxValue</code> or lower
405
- * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
406
- */
407
- export function getMaxIntPropertyFilter(
408
- aPropertyName: string,
409
- aMaxValue: number
410
- ): Filter;
411
-
412
- /**
413
- * Gets a filter that matches by the range of a specified int property.
414
- *
415
- * <p>
416
- * <em>This is a convenience method that combines the min int filter ({@link #getMinIntPropertyFilter(String, int)})
417
- * and the max int filter ({@link #getMinIntPropertyFilter(String, int)}) to check a range for an integer.</em>
418
- * </p>
419
- * @param aPropertyName the name of the property
420
- * @param aMinValue the min value of the property
421
- * @param aMaxValue the max value of the property
422
- * @return a filter that matches all nodes that has a int property named <code>aPropertyName</code> with value within inclusive range <code>[aMinValue..aMaxValue]</code>
423
- * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aMinValue</code> is greater than <code>aMaxValue</code>
424
- */
425
- export function getRangeIntPropertyFilter(
426
- aPropertyName: string,
427
- aMinValue: number,
428
- aMaxValue: number
429
- ): Filter;
430
-
431
- /**
432
- * Gets a filter that matches by a nested node's specified int property.
433
- * @param aNodePropertyName the name of the property for the Node
434
- * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
435
- * @param aMatchValue the value of the property
436
- * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value <code>aMatchValue</code>
437
- * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only
438
- * @see senselogic.sitevision.api.property.PropertyUtil#getNestedInt(javax.jcr.Node, String, String)
439
- */
440
- export function getNestedIntPropertyFilter(
441
- aNodePropertyName: string,
442
- aPropertyName: string,
443
- aMatchValue: number
444
- ): Filter;
445
-
446
- /**
447
- * Gets a filter that matches by a nested node's min value of a specified int property.
448
- * @param aNodePropertyName the name of the property for the Node
449
- * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
450
- * @param aMinValue the min value of the property
451
- * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value <code>aMatchValue</code> or higher
452
- * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only
453
- * @see senselogic.sitevision.api.property.PropertyUtil#getNestedInt(javax.jcr.Node, String, String)
454
- */
455
- export function getMinNestedIntPropertyFilter(
456
- aNodePropertyName: string,
457
- aPropertyName: string,
458
- aMinValue: number
459
- ): Filter;
460
-
461
- /**
462
- * Gets a filter that matches by a nested node's max value of a specified int property.
463
- * @param aNodePropertyName the name of the property for the Node
464
- * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
465
- * @param aMaxValue the max value of the property
466
- * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value <code>aMatchValue</code> or lower
467
- * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only
468
- * @see senselogic.sitevision.api.property.PropertyUtil#getNestedInt(javax.jcr.Node, String, String)
469
- */
470
- export function getMaxNestedIntPropertyFilter(
471
- aNodePropertyName: string,
472
- aPropertyName: string,
473
- aMaxValue: number
474
- ): Filter;
475
-
476
- /**
477
- * Gets a filter that matches by a nested node's range of a specified int property.
478
- *
479
- * <p>
480
- * <em>This is a convenience method that combines the nested min int filter ({@link #getMinNestedIntPropertyFilter(String, String, int)})
481
- * and the nested max int filter ({@link #getMaxNestedIntPropertyFilter(String, String, int)}) to check a range for an integer.</em>
482
- * </p>
483
- * @param aNodePropertyName the name of the property for the Node
484
- * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
485
- * @param aMinValue the min value of the property
486
- * @param aMaxValue the max value of the property
487
- * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value within inclusive range <code>[aMinValue..aMaxValue]</code>
488
- * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aMinValue</code> is greater than <code>aMaxValue</code>
489
- */
490
- export function getRangeNestedIntPropertyFilter(
491
- aNodePropertyName: string,
492
- aPropertyName: string,
493
- aMinValue: number,
494
- aMaxValue: number
495
- ): Filter;
496
-
497
- /**
498
- * Gets a filter that matches by a specified double property.
499
- * @param aPropertyName the name of the property
500
- * @param aMatchValue the value of the property
501
- * @return a filter that matches all nodes that has a double property named <code>aPropertyName</code> with value <code>aMatchValue</code>
502
- * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
503
- * @see senselogic.sitevision.api.property.PropertyUtil#getDouble(javax.jcr.Node, String)
504
- */
505
- export function getDoublePropertyFilter(
506
- aPropertyName: string,
507
- aMatchValue: number
508
- ): Filter;
509
-
510
- /**
511
- * Gets a filter that matches by a nested node's specified double property.
512
- * @param aNodePropertyName the name of the property for the Node
513
- * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
514
- * @param aMatchValue the value of the property
515
- * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value <code>aMatchValue</code>
516
- * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only
517
- * @see senselogic.sitevision.api.property.PropertyUtil#getNestedDouble(javax.jcr.Node, String, String)
518
- */
519
- export function getNestedDoublePropertyFilter(
520
- aNodePropertyName: string,
521
- aPropertyName: string,
522
- aMatchValue: number
523
- ): Filter;
524
-
525
- /**
526
- * Gets a filter that matches by the min value of a specified double property.
527
- * @param aPropertyName the name of the property
528
- * @param aMinValue the min value of the property
529
- * @return a filter that matches all nodes that has a double property named <code>aPropertyName</code> with value <code>aMinValue</code> or higher
530
- * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
531
- */
532
- export function getMinDoublePropertyFilter(
533
- aPropertyName: string,
534
- aMinValue: number
535
- ): Filter;
536
-
537
- /**
538
- * Gets a filter that matches by the max value of a specified double property.
539
- * @param aPropertyName the name of the property
540
- * @param aMaxValue the max value of the property
541
- * @return a filter that matches all nodes that has a double property named <code>aPropertyName</code> with value <code>aMaxValue</code> or lower
542
- * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
543
- */
544
- export function getMaxDoublePropertyFilter(
545
- aPropertyName: string,
546
- aMaxValue: number
547
- ): Filter;
548
-
549
- /**
550
- * Gets a filter that matches by the range of a specified double property.
551
- *
552
- * <p>
553
- * <em>This is a convenience method that combines the min double filter ({@link #getMinDoublePropertyFilter(String, double)})
554
- * and the max double filter ({@link #getMaxDoublePropertyFilter(String, double)}) to check a range for a double.</em>
555
- * </p>
556
- * @param aPropertyName the name of the property
557
- * @param aMinValue the min value of the property
558
- * @param aMaxValue the max value of the property
559
- * @return a filter that matches all nodes that has a double property named <code>aPropertyName</code> with value within inclusive range <code>[aMinValue..aMaxValue]</code>
560
- * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aMinValue</code> is greater than <code>aMaxValue</code>
561
- */
562
- export function getRangeDoublePropertyFilter(
563
- aPropertyName: string,
564
- aMinValue: number,
565
- aMaxValue: number
566
- ): Filter;
567
-
568
- /**
569
- * Gets a filter that matches by a specified Calendar property.
570
- * @param aPropertyName the name of the property
571
- * @param aMatchValue the value of the property
572
- * @return a filter that matches all nodes that has a Calendar property named <code>aPropertyName</code> with value <code>aMatchValue</code>
573
- * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only, or <code>aMatchValue</code> is <code>null</code>
574
- * @see senselogic.sitevision.api.property.PropertyUtil#getCalendar(javax.jcr.Node, String)
575
- */
576
- export function getCalendarPropertyFilter(
577
- aPropertyName: string,
578
- aMatchValue: unknown
579
- ): Filter;
580
-
581
- /**
582
- * Gets a filter that matches by a nested node's specified Calendar property.
583
- * @param aNodePropertyName the name of the property for the Node
584
- * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
585
- * @param aMatchValue the value of the property
586
- * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value <code>aMatchValue</code>
587
- * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aMatchValue</code> is <code>null</code>
588
- * @see senselogic.sitevision.api.property.PropertyUtil#getNestedCalendar(javax.jcr.Node, String, String)
589
- */
590
- export function getNestedCalendarPropertyFilter(
591
- aNodePropertyName: string,
592
- aPropertyName: string,
593
- aMatchValue: unknown
594
- ): Filter;
595
-
596
- /**
597
- * Gets a filter that matches by a before value for a specified Calendar property.
598
- * @param aPropertyName the name of the property
599
- * @param aBeforeThresholdValue the before threshold value of the property
600
- * @return a filter that matches all nodes that has a Calendar property named <code>aPropertyName</code> with value before <code>aBeforeThresholdValue</code>
601
- * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only, or <code>aBeforeThresholdValue</code> is <code>null</code>
602
- */
603
- export function getBeforeCalendarPropertyFilter(
604
- aPropertyName: string,
605
- aBeforeThresholdValue: unknown
606
- ): Filter;
607
-
608
- /**
609
- * Gets a filter that matches by a before value of a nested node's specified Calendar property.
610
- * @param aNodePropertyName the name of the property for the Node
611
- * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
612
- * @param aBeforeThresholdValue the before threshold value of the property
613
- * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value before <code>aBeforeThresholdValue</code>
614
- * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aBeforeThresholdValue</code> is <code>null</code>
615
- */
616
- export function getBeforeNestedCalendarPropertyFilter(
617
- aNodePropertyName: string,
618
- aPropertyName: string,
619
- aBeforeThresholdValue: unknown
620
- ): Filter;
621
-
622
- /**
623
- * Gets a filter that matches by an after value for a specified Calendar property.
624
- * @param aPropertyName the name of the property
625
- * @param aAfterThresholdValue the after threshold value of the property
626
- * @return a filter that matches all nodes that has a Calendar property named <code>aPropertyName</code> with value after <code>aAfterThresholdValue</code>
627
- * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only, or <code>aAfterThresholdValue</code> is <code>null</code>
628
- */
629
- export function getAfterCalendarPropertyFilter(
630
- aPropertyName: string,
631
- aAfterThresholdValue: unknown
632
- ): Filter;
633
-
634
- /**
635
- * Gets a filter that matches by an after value of a nested node's specified Calendar property.
636
- * @param aNodePropertyName the name of the property for the Node
637
- * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
638
- * @param aAfterThresholdValue the after threshold value of the property
639
- * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value after <code>aAfterThresholdValue</code>
640
- * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aAfterThresholdValue</code> is <code>null</code>
641
- */
642
- export function getAfterNestedCalendarPropertyFilter(
643
- aNodePropertyName: string,
644
- aPropertyName: string,
645
- aAfterThresholdValue: unknown
646
- ): Filter;
647
-
648
- /**
649
- * Gets a filter that matches by the between range of a specified Calendar property.
650
- *
651
- * <p>
652
- * <em>This is a convenience method that combines the after calendar filter
653
- * ({@link #getAfterCalendarPropertyFilter(String, java.util.Calendar)})
654
- * and the before calendar filter ({@link #getBeforeCalendarPropertyFilter(String, java.util.Calendar)}) to check a range for a Calendar.</em>
655
- * </p>
656
- * @param aPropertyName the name of the property
657
- * @param aAfterThresholdValue the after threshold value of the property
658
- * @param aBeforeThresholdValue the before threshold value of the property
659
- * @return a filter that matches all nodes that has a Calendar property named <code>aPropertyName</code> with value between exclusive range <code>[aAfterThresholdValue..aBeforeThresholdValue]</code>
660
- * @throws IllegalArgumentException IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aAfterThresholdValue</code> or <code>aBeforeThresholdValue</code> is <code>null</code>, or if <code>aAfterThresholdValue</code> is after <code>aBeforeThresholdValue</code>
661
- */
662
- export function getRangeCalendarPropertyFilter(
663
- aPropertyName: string,
664
- aAfterThresholdValue: unknown,
665
- aBeforeThresholdValue: unknown
666
- ): Filter;
667
-
668
- /**
669
- * Gets a filter that matches by the between range of a nested node's specified Calendar property.
670
- *
671
- * <p>
672
- * <em>This is a convenience method that combines the nested after calendar filter
673
- * ({@link #getAfterNestedCalendarPropertyFilter(String, String, java.util.Calendar)}) and the nested before calendar filter
674
- * ({@link #getBeforeNestedCalendarPropertyFilter(String, String, java.util.Calendar)}) to check a range for a Calendar.</em>
675
- * </p>
676
- * @param aNodePropertyName the name of the property for the Node
677
- * @param aPropertyName the name of the property
678
- * @param aAfterThresholdValue the after threshold value of the property
679
- * @param aBeforeThresholdValue the before threshold value of the property
680
- * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value between exclusive range <code>[aAfterThresholdValue..aBeforeThresholdValue]</code>
681
- * @throws IllegalArgumentException IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aAfterThresholdValue</code> or <code>aBeforeThresholdValue</code> is <code>null</code>, or if <code>aAfterThresholdValue</code> is after <code>aBeforeThresholdValue</code>
682
- */
683
- export function getRangeNestedCalendarPropertyFilter(
684
- aNodePropertyName: string,
685
- aPropertyName: string,
686
- aAfterThresholdValue: unknown,
687
- aBeforeThresholdValue: unknown
688
- ): Filter;
689
-
690
7
  /**
691
8
  * Node filter utility interface.
692
9
  *
@@ -780,59 +97,655 @@ export function getRangeNestedCalendarPropertyFilter(
780
97
  * @author Magnus Lövgren
781
98
  * @since Sitevision 3.6.2
782
99
  */
783
- declare namespace nodeFilterUtil {
784
- export {
785
- getFilteredList,
786
- getFilteredValueMap,
787
- getFilteredKeyMap,
788
- split,
789
- getCompoundAndFilterBuilder,
790
- getCompoundOrFilterBuilder,
791
- getAlwaysAcceptFilter,
792
- getNeverAcceptFilter,
793
- getNullFilter,
794
- getNonNullFilter,
795
- getInvertedFilter,
796
- getIdentifierFilter,
797
- getIdentifierPrefixFilter,
798
- getIdentifierSuffixFilter,
799
- getPrimaryNodeTypeFilter,
800
- getAnyOfPrimaryNodeTypesFilter,
801
- getNoneOfPrimaryNodeTypesFilter,
802
- getHasPropertyFilter,
803
- getStringPropertyFilter,
804
- getStringMultiPropertyFilter,
805
- getIgnoreCaseStringPropertyFilter,
806
- getStartsWithStringPropertyFilter,
807
- getEndsWithStringPropertyFilter,
808
- getContainsStringPropertyFilter,
809
- getContainsStringMultiPropertyFilter,
810
- getPatternStringPropertyFilter,
811
- getPatternStringMultiPropertyFilter,
812
- getBooleanPropertyFilter,
813
- getNestedBooleanPropertyFilter,
814
- getIntPropertyFilter,
815
- getMinIntPropertyFilter,
816
- getMaxIntPropertyFilter,
817
- getRangeIntPropertyFilter,
818
- getNestedIntPropertyFilter,
819
- getMinNestedIntPropertyFilter,
820
- getMaxNestedIntPropertyFilter,
821
- getRangeNestedIntPropertyFilter,
822
- getDoublePropertyFilter,
823
- getNestedDoublePropertyFilter,
824
- getMinDoublePropertyFilter,
825
- getMaxDoublePropertyFilter,
826
- getRangeDoublePropertyFilter,
827
- getCalendarPropertyFilter,
828
- getNestedCalendarPropertyFilter,
829
- getBeforeCalendarPropertyFilter,
830
- getBeforeNestedCalendarPropertyFilter,
831
- getAfterCalendarPropertyFilter,
832
- getAfterNestedCalendarPropertyFilter,
833
- getRangeCalendarPropertyFilter,
834
- getRangeNestedCalendarPropertyFilter,
835
- };
100
+ export interface NodeFilterUtil {
101
+ /**
102
+ * Applies a node filter to a list and gets the result.
103
+ * @param aNodeList the list of nodes
104
+ * @param aNodeFilter a node filter
105
+ * @return a list of all nodes of <code>aNodeList</code> that is accepted by <code>aNodeFilter</code>, never <code>null</code>. <code>aNodeList</code> itself is returned if it's empty or if <code>aNodeFilter</code> is <code>null</code>
106
+ */
107
+ getFilteredList(aNodeList: unknown, aNodeFilter: Filter): unknown;
108
+
109
+ /**
110
+ * Applies a node filter to a Map with Node values and gets the result.
111
+ * @param aNodeValueMap a map with node values
112
+ * @param aNodeFilter a node filter
113
+ * @return a Map with all <code>aNodeValueMap</code> entries with a value that is accepted by <code>aNodeFilter</code>, never <code>null</code>. <code>aNodeValueMap</code> itself is returned if it's empty or if <code>aNodeFilter</code> is <code>null</code>
114
+ * @since Sitevision 4.3.1
115
+ */
116
+ getFilteredValueMap(aNodeValueMap: unknown, aNodeFilter: Filter): unknown;
117
+
118
+ /**
119
+ * Applies a node filter to a Map with Node keys and gets the result.
120
+ * @param aNodeKeyMap a map with node keys
121
+ * @param aNodeFilter a node filter
122
+ * @return a Map with all <code>aNodeKeyMap</code> entries with a key that is accepted by <code>aNodeFilter</code>, never <code>null</code>. <code>aNodeKeyMap</code> itself is returned if it's empty or if <code>aNodeFilter</code> is <code>null</code>
123
+ * @since Sitevision 4.3.1
124
+ */
125
+ getFilteredKeyMap(aNodeKeyMap: unknown, aNodeFilter: Filter): unknown;
126
+
127
+ /**
128
+ * Gets the filtering result of a split operation for a collection of nodes with a node filter as divider.
129
+ *
130
+ * <p>
131
+ * This method would typically be used instead of {@link #getFilteredList(java.util.List, senselogic.sitevision.api.base.Filter)}
132
+ * when you are also interested in the nodes that does NOT match the filter.
133
+ * </p>
134
+ *
135
+ * <p>
136
+ * When nodes are available via a <code>NodeIterator</code>, you would typically use the
137
+ * {@link senselogic.sitevision.api.node.NodeIteratorUtil#split(javax.jcr.NodeIterator, senselogic.sitevision.api.base.Filter)}
138
+ * instead!
139
+ * </p>
140
+ * @param aNodeCollection a node collection
141
+ * @param aNodeFilter a node filter
142
+ * @return the result of the filtering operation
143
+ * @since Sitevision 3.6.3
144
+ * @see senselogic.sitevision.api.node.NodeIteratorUtil#split(javax.jcr.NodeIterator, senselogic.sitevision.api.base.Filter)
145
+ */
146
+ split(aNodeCollection: unknown, aNodeFilter: Filter): FilterSplit;
147
+
148
+ /**
149
+ * Gets a builder for creating a compound filter that requires that <em>all</em> of the containing filters matches.
150
+ *
151
+ * <p>
152
+ * The CompoundAndFilterBuilder builds a node filter of multiple filters that are combined using the logical
153
+ * <em>AND</em> operator.
154
+ * </p>
155
+ * @return a CompoundAndFilterBuilder
156
+ */
157
+ getCompoundAndFilterBuilder(): CompoundAndFilterBuilder;
158
+
159
+ /**
160
+ * Gets a builder for creating a compound filter that requires that <em>any</em> of the containing filters matches.
161
+ *
162
+ * <p>
163
+ * The CompoundOrFilterBuilder builds a node filter of multiple filters that are combined using the logical
164
+ * <em>OR</em> operator.
165
+ * </p>
166
+ * @return a CompoundOrFilterBuilder
167
+ * @see #getAnyOfPrimaryNodeTypesFilter(Collection)
168
+ */
169
+ getCompoundOrFilterBuilder(): CompoundOrFilterBuilder;
170
+
171
+ /**
172
+ * Gets a filter that always matches.
173
+ * @return a filter that matches all nodes.
174
+ */
175
+ getAlwaysAcceptFilter(): Filter;
176
+
177
+ /**
178
+ * Gets a filter that never matches.
179
+ * @return a filter that never matches any nodes.
180
+ */
181
+ getNeverAcceptFilter(): Filter;
182
+
183
+ /**
184
+ * Gets a filter that matches null nodes.
185
+ * @return a filter that matches null nodes.
186
+ * @since Sitevision 4.3.1
187
+ */
188
+ getNullFilter(): Filter;
189
+
190
+ /**
191
+ * Gets a filter that matches non-null nodes.
192
+ * @return a filter that matches non-null nodes.
193
+ * @since Sitevision 4.3.1
194
+ */
195
+ getNonNullFilter(): Filter;
196
+
197
+ /**
198
+ * Gets a filter that inverts the result of another filter.
199
+ * @param aFilter the filter to invert
200
+ * @return a filter that inverts the result
201
+ * @throws IllegalArgumentException if <code>aFilter</code> is <code>null</code>
202
+ */
203
+ getInvertedFilter(aFilter: Filter): Filter;
204
+
205
+ /**
206
+ * Gets a filter that matches by a specified node identifier.
207
+ * @param aIdentifier the node identifier
208
+ * @return a filter that matches all nodes (typically just one) with node identifier <code>aIdentifier</code>
209
+ * @throws IllegalArgumentException if <code>aIdentifier</code> is <code>null</code> or whitespace only
210
+ * @since Sitevision 4.1
211
+ */
212
+ getIdentifierFilter(aIdentifier: string): Filter;
213
+
214
+ /**
215
+ * Gets a filter that matches by a specified node identifier prefix.
216
+ * @param aIdentifierPrefix the node identifier prefix
217
+ * @return a filter that matches all nodes with an identifier that starts with <code>aIdentifierPrefix</code>
218
+ * @throws IllegalArgumentException if <code>aIdentifierPrefix</code> is <code>null</code> or whitespace only
219
+ * @since Sitevision 4.1
220
+ */
221
+ getIdentifierPrefixFilter(aIdentifierPrefix: string): Filter;
222
+
223
+ /**
224
+ * Gets a filter that matches by a specified node identifier suffix.
225
+ * @param aIdentifierSuffix the node identifier suffix
226
+ * @return a filter that matches all nodes with an identifier that ends with <code>aIdentifierSuffix</code>
227
+ * @throws IllegalArgumentException if <code>aIdentifierSuffix</code> is <code>null</code> or whitespace only
228
+ * @since Sitevision 4.1
229
+ */
230
+ getIdentifierSuffixFilter(aIdentifierSuffix: string): Filter;
231
+
232
+ /**
233
+ * Gets a filter that matches by a specified primary node type.
234
+ * @param aPrimaryNodeTypeName the primary node type name
235
+ * @return a filter that matches all nodes that has primary node type <code>aPrimaryNodeTypeName</code>
236
+ * @throws IllegalArgumentException if <code>aPrimaryNodeTypeName</code> is <code>null</code> or whitespace only
237
+ * @see #getAnyOfPrimaryNodeTypesFilter(Collection)
238
+ * @see #getNoneOfPrimaryNodeTypesFilter(Collection)
239
+ * @see senselogic.sitevision.api.node.NodeTypeUtil
240
+ */
241
+ getPrimaryNodeTypeFilter(aPrimaryNodeTypeName: string): Filter;
242
+
243
+ /**
244
+ * Gets a filter that matches all nodes that has a primary node type that is present in given collection.
245
+ *
246
+ * <p>
247
+ * This convenience method is conceptually equivalent - but also more efficient - than building a "match any of" filter via
248
+ * {@link #getCompoundOrFilterBuilder() CompoundOrFilter} with a number of {@link #getPrimaryNodeTypeFilter(String) PrimaryNodeTypeFilters}.
249
+ * </p>
250
+ * @param aPrimaryNodeTypeNames a collection of primary node type names, must not be null. Null and blank collection items will be silently ignored (such value are not a valid node type name)
251
+ * @return a filter that matches all Nodes that has a primary node type that is present in aPrimaryNodeTypeNames.
252
+ * @throws NullPointerException if aPrimaryNodeTypeNames is null
253
+ * @see #getNoneOfPrimaryNodeTypesFilter(Collection)
254
+ * @see senselogic.sitevision.api.node.NodeTypeUtil
255
+ * @since Sitevision 8.1
256
+ */
257
+ getAnyOfPrimaryNodeTypesFilter(aPrimaryNodeTypeNames: unknown): Filter;
258
+
259
+ /**
260
+ * Gets a filter that matches all nodes that does not have a primary node type present in given collection.
261
+ *
262
+ * <p>
263
+ * This convenience method is conceptually equivalent - but also more efficient - than building a "match none of" filter via
264
+ * {@link #getCompoundOrFilterBuilder() CompoundOrFilter} with a number of {@link #getPrimaryNodeTypeFilter(String) PrimaryNodeTypeFilters}
265
+ * and a {@link #getInvertedFilter(Filter) InvertedFilter}
266
+ * </p>
267
+ * @param aExcludedPrimaryNodeTypeNames a collection of primary node type names, must not be null. Null and blank collection items will be silently ignored (such value are not a valid node type name)
268
+ * @return a filter that matches all Nodes that does not have a primary node type present in aExcludedPrimaryNodeTypeNames.
269
+ * @throws NullPointerException if aExcludedPrimaryNodeTypeNames is null
270
+ * @see #getAnyOfPrimaryNodeTypesFilter(Collection)
271
+ * @see senselogic.sitevision.api.node.NodeTypeUtil
272
+ * @since Sitevision 8.1
273
+ */
274
+ getNoneOfPrimaryNodeTypesFilter(
275
+ aExcludedPrimaryNodeTypeNames: unknown
276
+ ): Filter;
277
+
278
+ /**
279
+ * Gets a filter that matches by the existence of a specified property.
280
+ * @param aPropertyName the name of the property
281
+ * @return a filter that matches all nodes that has a property named <code>aPropertyName</code>
282
+ * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
283
+ * @see javax.jcr.Node#hasProperty(String)
284
+ */
285
+ getHasPropertyFilter(aPropertyName: string): Filter;
286
+
287
+ /**
288
+ * Gets a filter that matches by a specified string property.
289
+ * @param aPropertyName the name of the property
290
+ * @param aMatchValue the value of the property
291
+ * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> with value <code>aMatchValue</code>
292
+ * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aMatchValue</code> is <code>null</code>
293
+ * @see senselogic.sitevision.api.property.PropertyUtil#getString(javax.jcr.Node, String)
294
+ */
295
+ getStringPropertyFilter(aPropertyName: string, aMatchValue: string): Filter;
296
+
297
+ /**
298
+ * Gets a filter that matches by a specified multi-valued string property.
299
+ * @param aPropertyName the name of the property
300
+ * @param aMatchValue the value of the property
301
+ * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> with value <code>aMatchValue</code>
302
+ * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aMatchValue</code> is <code>null</code>
303
+ * @see senselogic.sitevision.api.property.PropertyUtil#getStrings(javax.jcr.Node, String)
304
+ */
305
+ getStringMultiPropertyFilter(
306
+ aPropertyName: string,
307
+ aMatchValue: string
308
+ ): Filter;
309
+
310
+ /**
311
+ * Gets a filter that matches case-insensitive by a specified string property.
312
+ * @param aPropertyName the name of the property
313
+ * @param aCaseInsensitiveValue the case-insensitive value of the property
314
+ * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> with value <code>aCaseInsensitiveValue</code>
315
+ * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aCaseInsensitiveValue</code> is <code>null</code>
316
+ */
317
+ getIgnoreCaseStringPropertyFilter(
318
+ aPropertyName: string,
319
+ aCaseInsensitiveValue: string
320
+ ): Filter;
321
+
322
+ /**
323
+ * Gets a filter that matches by the value-starts-with of a specified string property.
324
+ *
325
+ * <p>
326
+ * <em>The starts-with check is performed using the <code>String.startsWith(String)</code> method.</em>
327
+ * </p>
328
+ * @param aPropertyName the name of the property
329
+ * @param aStartsWithValue the value the property should start with
330
+ * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> that starts with value <code>aStartsWithValue</code>
331
+ * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aStartsWithValue</code> is <code>null</code>
332
+ */
333
+ getStartsWithStringPropertyFilter(
334
+ aPropertyName: string,
335
+ aStartsWithValue: string
336
+ ): Filter;
337
+
338
+ /**
339
+ * Gets a filter that matches by the value-ends-with of a specified string property.
340
+ *
341
+ * <p>
342
+ * <em>The ends-with check is performed using the <code>String.endsWith(String)</code> method.</em>
343
+ * </p>
344
+ * @param aPropertyName the name of the property
345
+ * @param aEndsWithValue the value the property should end with
346
+ * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> that ends with value <code>aEndsWithValue</code>
347
+ * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aEndsWithValue</code> is <code>null</code>
348
+ */
349
+ getEndsWithStringPropertyFilter(
350
+ aPropertyName: string,
351
+ aEndsWithValue: string
352
+ ): Filter;
353
+
354
+ /**
355
+ * Gets a filter that matches by the value-contains of a specified string property.
356
+ *
357
+ * <p>
358
+ * <em>The contains check is performed using the <code>String.contains(String)</code> method.</em>
359
+ * </p>
360
+ * @param aPropertyName the name of the property
361
+ * @param aContainsValue the value the property should contain
362
+ * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> that contains value <code>aContainsValue</code>
363
+ * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aContainsValue</code> is <code>null</code>
364
+ */
365
+ getContainsStringPropertyFilter(
366
+ aPropertyName: string,
367
+ aContainsValue: string
368
+ ): Filter;
369
+
370
+ /**
371
+ * Gets a filter that matches by the value-contains of a specified multi-valued string property.
372
+ *
373
+ * <p>
374
+ * <em>The contains check is performed using the <code>String.contains(String)</code> method for each extracted property value.</em>
375
+ * </p>
376
+ * @param aPropertyName the name of the property
377
+ * @param aContainsValue the value the property should contain
378
+ * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> that contains value <code>aContainsValue</code>
379
+ * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aContainsValue</code> is <code>null</code>
380
+ */
381
+ getContainsStringMultiPropertyFilter(
382
+ aPropertyName: string,
383
+ aContainsValue: string
384
+ ): Filter;
385
+
386
+ /**
387
+ * Gets a filter that matches by a regular expression of a specified string property.
388
+ *
389
+ * <p>
390
+ * <em>The regular expression is compiled to a <code>Pattern</code> and the check is performed using the
391
+ * <code>matches()</code> method of the <code>Matcher</code> extracted from the compiled pattern via
392
+ * <code>Pattern.matcher(String)</code>.</em>
393
+ * </p>
394
+ * @param aPropertyName the name of the property
395
+ * @param aRegularExpression the regular expression
396
+ * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> that matches <code>aRegularExpression</code>
397
+ * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aRegularExpression</code> is <code>null</code>
398
+ * @throws PatternSyntaxException if the compilation of <code>aRegularExpression</code> fails
399
+ */
400
+ getPatternStringPropertyFilter(
401
+ aPropertyName: string,
402
+ aRegularExpression: string
403
+ ): Filter;
404
+
405
+ /**
406
+ * Gets a filter that matches by a regular expression of a specified multi-valued string property.
407
+ *
408
+ * <p>
409
+ * <em>The regular expression is compiled to a <code>Pattern</code> and the check for each extracted property value is performed using the
410
+ * <code>matches()</code> method of the <code>Matcher</code> extracted from the compiled pattern via
411
+ * <code>Pattern.matcher(String)</code>.</em>
412
+ * </p>
413
+ * @param aPropertyName the name of the property
414
+ * @param aRegularExpression the regular expression
415
+ * @return a filter that matches all nodes that has a string property named <code>aPropertyName</code> that matches <code>aRegularExpression</code>
416
+ * @throws IllegalArgumentException if <code>aPropertyName</code> or <code>aRegularExpression</code> is <code>null</code>
417
+ * @throws PatternSyntaxException if the compilation of <code>aRegularExpression</code> fails
418
+ */
419
+ getPatternStringMultiPropertyFilter(
420
+ aPropertyName: string,
421
+ aRegularExpression: string
422
+ ): Filter;
423
+
424
+ /**
425
+ * Gets a filter that matches by a specified boolean property.
426
+ * @param aPropertyName the name of the property
427
+ * @param aMatchValue the value of the property
428
+ * @return a filter that matches all nodes that has a boolean property named <code>aPropertyName</code> with value <code>aMatchValue</code>
429
+ * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
430
+ * @see senselogic.sitevision.api.property.PropertyUtil#getBoolean(javax.jcr.Node, String)
431
+ */
432
+ getBooleanPropertyFilter(aPropertyName: string, aMatchValue: boolean): Filter;
433
+
434
+ /**
435
+ * Gets a filter that matches by a nested node's specified boolean property.
436
+ * @param aNodePropertyName the name of the property for the Node
437
+ * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
438
+ * @param aMatchValue the value of the property
439
+ * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value <code>aMatchValue</code>
440
+ * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only
441
+ * @see senselogic.sitevision.api.property.PropertyUtil#getNestedBoolean(javax.jcr.Node, String, String)
442
+ */
443
+ getNestedBooleanPropertyFilter(
444
+ aNodePropertyName: string,
445
+ aPropertyName: string,
446
+ aMatchValue: boolean
447
+ ): Filter;
448
+
449
+ /**
450
+ * Gets a filter that matches by a specified int property.
451
+ * @param aPropertyName the name of the property
452
+ * @param aMatchValue the value of the property
453
+ * @return a filter that matches all nodes that has a int property named <code>aPropertyName</code> with value <code>aMatchValue</code>
454
+ * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
455
+ * @see senselogic.sitevision.api.property.PropertyUtil#getInt(javax.jcr.Node, String)
456
+ */
457
+ getIntPropertyFilter(aPropertyName: string, aMatchValue: number): Filter;
458
+
459
+ /**
460
+ * Gets a filter that matches by the min value of a specified int property.
461
+ * @param aPropertyName the name of the property
462
+ * @param aMinValue the min value of the property
463
+ * @return a filter that matches all nodes that has a int property named <code>aPropertyName</code> with value <code>aMinValue</code> or higher
464
+ * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
465
+ */
466
+ getMinIntPropertyFilter(aPropertyName: string, aMinValue: number): Filter;
467
+
468
+ /**
469
+ * Gets a filter that matches by the max value of a specified int property.
470
+ * @param aPropertyName the name of the property
471
+ * @param aMaxValue the max value of the property
472
+ * @return a filter that matches all nodes that has a int property named <code>aPropertyName</code> with value <code>aMaxValue</code> or lower
473
+ * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
474
+ */
475
+ getMaxIntPropertyFilter(aPropertyName: string, aMaxValue: number): Filter;
476
+
477
+ /**
478
+ * Gets a filter that matches by the range of a specified int property.
479
+ *
480
+ * <p>
481
+ * <em>This is a convenience method that combines the min int filter ({@link #getMinIntPropertyFilter(String, int)})
482
+ * and the max int filter ({@link #getMinIntPropertyFilter(String, int)}) to check a range for an integer.</em>
483
+ * </p>
484
+ * @param aPropertyName the name of the property
485
+ * @param aMinValue the min value of the property
486
+ * @param aMaxValue the max value of the property
487
+ * @return a filter that matches all nodes that has a int property named <code>aPropertyName</code> with value within inclusive range <code>[aMinValue..aMaxValue]</code>
488
+ * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aMinValue</code> is greater than <code>aMaxValue</code>
489
+ */
490
+ getRangeIntPropertyFilter(
491
+ aPropertyName: string,
492
+ aMinValue: number,
493
+ aMaxValue: number
494
+ ): Filter;
495
+
496
+ /**
497
+ * Gets a filter that matches by a nested node's specified int property.
498
+ * @param aNodePropertyName the name of the property for the Node
499
+ * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
500
+ * @param aMatchValue the value of the property
501
+ * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value <code>aMatchValue</code>
502
+ * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only
503
+ * @see senselogic.sitevision.api.property.PropertyUtil#getNestedInt(javax.jcr.Node, String, String)
504
+ */
505
+ getNestedIntPropertyFilter(
506
+ aNodePropertyName: string,
507
+ aPropertyName: string,
508
+ aMatchValue: number
509
+ ): Filter;
510
+
511
+ /**
512
+ * Gets a filter that matches by a nested node's min value of a specified int property.
513
+ * @param aNodePropertyName the name of the property for the Node
514
+ * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
515
+ * @param aMinValue the min value of the property
516
+ * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value <code>aMatchValue</code> or higher
517
+ * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only
518
+ * @see senselogic.sitevision.api.property.PropertyUtil#getNestedInt(javax.jcr.Node, String, String)
519
+ */
520
+ getMinNestedIntPropertyFilter(
521
+ aNodePropertyName: string,
522
+ aPropertyName: string,
523
+ aMinValue: number
524
+ ): Filter;
525
+
526
+ /**
527
+ * Gets a filter that matches by a nested node's max value of a specified int property.
528
+ * @param aNodePropertyName the name of the property for the Node
529
+ * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
530
+ * @param aMaxValue the max value of the property
531
+ * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value <code>aMatchValue</code> or lower
532
+ * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only
533
+ * @see senselogic.sitevision.api.property.PropertyUtil#getNestedInt(javax.jcr.Node, String, String)
534
+ */
535
+ getMaxNestedIntPropertyFilter(
536
+ aNodePropertyName: string,
537
+ aPropertyName: string,
538
+ aMaxValue: number
539
+ ): Filter;
540
+
541
+ /**
542
+ * Gets a filter that matches by a nested node's range of a specified int property.
543
+ *
544
+ * <p>
545
+ * <em>This is a convenience method that combines the nested min int filter ({@link #getMinNestedIntPropertyFilter(String, String, int)})
546
+ * and the nested max int filter ({@link #getMaxNestedIntPropertyFilter(String, String, int)}) to check a range for an integer.</em>
547
+ * </p>
548
+ * @param aNodePropertyName the name of the property for the Node
549
+ * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
550
+ * @param aMinValue the min value of the property
551
+ * @param aMaxValue the max value of the property
552
+ * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value within inclusive range <code>[aMinValue..aMaxValue]</code>
553
+ * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aMinValue</code> is greater than <code>aMaxValue</code>
554
+ */
555
+ getRangeNestedIntPropertyFilter(
556
+ aNodePropertyName: string,
557
+ aPropertyName: string,
558
+ aMinValue: number,
559
+ aMaxValue: number
560
+ ): Filter;
561
+
562
+ /**
563
+ * Gets a filter that matches by a specified double property.
564
+ * @param aPropertyName the name of the property
565
+ * @param aMatchValue the value of the property
566
+ * @return a filter that matches all nodes that has a double property named <code>aPropertyName</code> with value <code>aMatchValue</code>
567
+ * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
568
+ * @see senselogic.sitevision.api.property.PropertyUtil#getDouble(javax.jcr.Node, String)
569
+ */
570
+ getDoublePropertyFilter(aPropertyName: string, aMatchValue: number): Filter;
571
+
572
+ /**
573
+ * Gets a filter that matches by a nested node's specified double property.
574
+ * @param aNodePropertyName the name of the property for the Node
575
+ * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
576
+ * @param aMatchValue the value of the property
577
+ * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value <code>aMatchValue</code>
578
+ * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only
579
+ * @see senselogic.sitevision.api.property.PropertyUtil#getNestedDouble(javax.jcr.Node, String, String)
580
+ */
581
+ getNestedDoublePropertyFilter(
582
+ aNodePropertyName: string,
583
+ aPropertyName: string,
584
+ aMatchValue: number
585
+ ): Filter;
586
+
587
+ /**
588
+ * Gets a filter that matches by the min value of a specified double property.
589
+ * @param aPropertyName the name of the property
590
+ * @param aMinValue the min value of the property
591
+ * @return a filter that matches all nodes that has a double property named <code>aPropertyName</code> with value <code>aMinValue</code> or higher
592
+ * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
593
+ */
594
+ getMinDoublePropertyFilter(aPropertyName: string, aMinValue: number): Filter;
595
+
596
+ /**
597
+ * Gets a filter that matches by the max value of a specified double property.
598
+ * @param aPropertyName the name of the property
599
+ * @param aMaxValue the max value of the property
600
+ * @return a filter that matches all nodes that has a double property named <code>aPropertyName</code> with value <code>aMaxValue</code> or lower
601
+ * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only
602
+ */
603
+ getMaxDoublePropertyFilter(aPropertyName: string, aMaxValue: number): Filter;
604
+
605
+ /**
606
+ * Gets a filter that matches by the range of a specified double property.
607
+ *
608
+ * <p>
609
+ * <em>This is a convenience method that combines the min double filter ({@link #getMinDoublePropertyFilter(String, double)})
610
+ * and the max double filter ({@link #getMaxDoublePropertyFilter(String, double)}) to check a range for a double.</em>
611
+ * </p>
612
+ * @param aPropertyName the name of the property
613
+ * @param aMinValue the min value of the property
614
+ * @param aMaxValue the max value of the property
615
+ * @return a filter that matches all nodes that has a double property named <code>aPropertyName</code> with value within inclusive range <code>[aMinValue..aMaxValue]</code>
616
+ * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aMinValue</code> is greater than <code>aMaxValue</code>
617
+ */
618
+ getRangeDoublePropertyFilter(
619
+ aPropertyName: string,
620
+ aMinValue: number,
621
+ aMaxValue: number
622
+ ): Filter;
623
+
624
+ /**
625
+ * Gets a filter that matches by a specified Calendar property.
626
+ * @param aPropertyName the name of the property
627
+ * @param aMatchValue the value of the property
628
+ * @return a filter that matches all nodes that has a Calendar property named <code>aPropertyName</code> with value <code>aMatchValue</code>
629
+ * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only, or <code>aMatchValue</code> is <code>null</code>
630
+ * @see senselogic.sitevision.api.property.PropertyUtil#getCalendar(javax.jcr.Node, String)
631
+ */
632
+ getCalendarPropertyFilter(
633
+ aPropertyName: string,
634
+ aMatchValue: unknown
635
+ ): Filter;
636
+
637
+ /**
638
+ * Gets a filter that matches by a nested node's specified Calendar property.
639
+ * @param aNodePropertyName the name of the property for the Node
640
+ * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
641
+ * @param aMatchValue the value of the property
642
+ * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value <code>aMatchValue</code>
643
+ * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aMatchValue</code> is <code>null</code>
644
+ * @see senselogic.sitevision.api.property.PropertyUtil#getNestedCalendar(javax.jcr.Node, String, String)
645
+ */
646
+ getNestedCalendarPropertyFilter(
647
+ aNodePropertyName: string,
648
+ aPropertyName: string,
649
+ aMatchValue: unknown
650
+ ): Filter;
651
+
652
+ /**
653
+ * Gets a filter that matches by a before value for a specified Calendar property.
654
+ * @param aPropertyName the name of the property
655
+ * @param aBeforeThresholdValue the before threshold value of the property
656
+ * @return a filter that matches all nodes that has a Calendar property named <code>aPropertyName</code> with value before <code>aBeforeThresholdValue</code>
657
+ * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only, or <code>aBeforeThresholdValue</code> is <code>null</code>
658
+ */
659
+ getBeforeCalendarPropertyFilter(
660
+ aPropertyName: string,
661
+ aBeforeThresholdValue: unknown
662
+ ): Filter;
663
+
664
+ /**
665
+ * Gets a filter that matches by a before value of a nested node's specified Calendar property.
666
+ * @param aNodePropertyName the name of the property for the Node
667
+ * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
668
+ * @param aBeforeThresholdValue the before threshold value of the property
669
+ * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value before <code>aBeforeThresholdValue</code>
670
+ * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aBeforeThresholdValue</code> is <code>null</code>
671
+ */
672
+ getBeforeNestedCalendarPropertyFilter(
673
+ aNodePropertyName: string,
674
+ aPropertyName: string,
675
+ aBeforeThresholdValue: unknown
676
+ ): Filter;
677
+
678
+ /**
679
+ * Gets a filter that matches by an after value for a specified Calendar property.
680
+ * @param aPropertyName the name of the property
681
+ * @param aAfterThresholdValue the after threshold value of the property
682
+ * @return a filter that matches all nodes that has a Calendar property named <code>aPropertyName</code> with value after <code>aAfterThresholdValue</code>
683
+ * @throws IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only, or <code>aAfterThresholdValue</code> is <code>null</code>
684
+ */
685
+ getAfterCalendarPropertyFilter(
686
+ aPropertyName: string,
687
+ aAfterThresholdValue: unknown
688
+ ): Filter;
689
+
690
+ /**
691
+ * Gets a filter that matches by an after value of a nested node's specified Calendar property.
692
+ * @param aNodePropertyName the name of the property for the Node
693
+ * @param aPropertyName the name of the property for the "inner/nested" Node specified by <code>aNodePropertyName</code>
694
+ * @param aAfterThresholdValue the after threshold value of the property
695
+ * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value after <code>aAfterThresholdValue</code>
696
+ * @throws IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aAfterThresholdValue</code> is <code>null</code>
697
+ */
698
+ getAfterNestedCalendarPropertyFilter(
699
+ aNodePropertyName: string,
700
+ aPropertyName: string,
701
+ aAfterThresholdValue: unknown
702
+ ): Filter;
703
+
704
+ /**
705
+ * Gets a filter that matches by the between range of a specified Calendar property.
706
+ *
707
+ * <p>
708
+ * <em>This is a convenience method that combines the after calendar filter
709
+ * ({@link #getAfterCalendarPropertyFilter(String, java.util.Calendar)})
710
+ * and the before calendar filter ({@link #getBeforeCalendarPropertyFilter(String, java.util.Calendar)}) to check a range for a Calendar.</em>
711
+ * </p>
712
+ * @param aPropertyName the name of the property
713
+ * @param aAfterThresholdValue the after threshold value of the property
714
+ * @param aBeforeThresholdValue the before threshold value of the property
715
+ * @return a filter that matches all nodes that has a Calendar property named <code>aPropertyName</code> with value between exclusive range <code>[aAfterThresholdValue..aBeforeThresholdValue]</code>
716
+ * @throws IllegalArgumentException IllegalArgumentException if <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aAfterThresholdValue</code> or <code>aBeforeThresholdValue</code> is <code>null</code>, or if <code>aAfterThresholdValue</code> is after <code>aBeforeThresholdValue</code>
717
+ */
718
+ getRangeCalendarPropertyFilter(
719
+ aPropertyName: string,
720
+ aAfterThresholdValue: unknown,
721
+ aBeforeThresholdValue: unknown
722
+ ): Filter;
723
+
724
+ /**
725
+ * Gets a filter that matches by the between range of a nested node's specified Calendar property.
726
+ *
727
+ * <p>
728
+ * <em>This is a convenience method that combines the nested after calendar filter
729
+ * ({@link #getAfterNestedCalendarPropertyFilter(String, String, java.util.Calendar)}) and the nested before calendar filter
730
+ * ({@link #getBeforeNestedCalendarPropertyFilter(String, String, java.util.Calendar)}) to check a range for a Calendar.</em>
731
+ * </p>
732
+ * @param aNodePropertyName the name of the property for the Node
733
+ * @param aPropertyName the name of the property
734
+ * @param aAfterThresholdValue the after threshold value of the property
735
+ * @param aBeforeThresholdValue the before threshold value of the property
736
+ * @return a filter that matches all nodes that has a property named <code>aNodePropertyName</code> that can be resolved as a node, which in turn has a property named <code>aNodePropertyName</code> with value between exclusive range <code>[aAfterThresholdValue..aBeforeThresholdValue]</code>
737
+ * @throws IllegalArgumentException IllegalArgumentException if <code>aNodePropertyName</code> or <code>aPropertyName</code> is <code>null</code> or whitespace only, or if <code>aAfterThresholdValue</code> or <code>aBeforeThresholdValue</code> is <code>null</code>, or if <code>aAfterThresholdValue</code> is after <code>aBeforeThresholdValue</code>
738
+ */
739
+ getRangeNestedCalendarPropertyFilter(
740
+ aNodePropertyName: string,
741
+ aPropertyName: string,
742
+ aAfterThresholdValue: unknown,
743
+ aBeforeThresholdValue: unknown
744
+ ): Filter;
836
745
  }
837
746
 
838
- export default nodeFilterUtil;
747
+ declare namespace NodeFilterUtil {}
748
+
749
+ declare var nodeFilterUtil: NodeFilterUtil;
750
+
751
+ export = nodeFilterUtil;