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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (332) hide show
  1. package/index.d.ts +8 -0
  2. package/package.json +1 -1
  3. package/server/AliasUtil/index.d.ts +13 -11
  4. package/server/ArchiveUtil/index.d.ts +45 -43
  5. package/server/ArraysInstance/index.d.ts +1667 -1808
  6. package/server/ArticleUtil/index.d.ts +294 -226
  7. package/server/AuthenticationUtil/index.d.ts +73 -85
  8. package/server/BookmarkUtil/index.d.ts +76 -81
  9. package/server/BuddyIconRenderer/index.d.ts +124 -132
  10. package/server/BuddyIconRenderer.BuddyIconSize/index.d.ts +41 -0
  11. package/server/BuddyIconRenderer.BuddyIconSize/index.js +25 -0
  12. package/server/ClientUtil/index.d.ts +11 -9
  13. package/server/CollaborationFactory/index.d.ts +37 -40
  14. package/server/CollaborationGroupFolderUtil/index.d.ts +30 -28
  15. package/server/CollaborationGroupState/index.d.ts +27 -0
  16. package/server/CollaborationGroupState/index.js +11 -0
  17. package/server/CollaborationGroupTemplateUtil/index.d.ts +48 -50
  18. package/server/CollaborationGroupType/index.d.ts +28 -0
  19. package/server/CollaborationGroupType/index.js +12 -0
  20. package/server/CollaborationGroupUtil/index.d.ts +86 -82
  21. package/server/CollectionsInstance/index.d.ts +642 -705
  22. package/server/ColorUtil/index.d.ts +36 -37
  23. package/server/CompoundAndFilterBuilder/index.d.ts +31 -29
  24. package/server/CompoundComparatorBuilder/index.d.ts +35 -33
  25. package/server/CompoundOrFilterBuilder/index.d.ts +31 -29
  26. package/server/ContentNodeUtil/index.d.ts +36 -34
  27. package/server/CurrencyFactory/index.d.ts +72 -70
  28. package/server/DateUtil/index.d.ts +132 -142
  29. package/server/DecorationUtil/index.d.ts +13 -11
  30. package/server/DeviceUtil/index.d.ts +21 -19
  31. package/server/DimensionMode/index.d.ts +17 -0
  32. package/server/DimensionMode/index.js +12 -0
  33. package/server/DirectoryUtil/index.d.ts +90 -88
  34. package/server/DocType/index.d.ts +30 -0
  35. package/server/DocType/index.js +14 -0
  36. package/server/DocTypeUtil/index.d.ts +129 -135
  37. package/server/EndecUtil/index.d.ts +330 -347
  38. package/server/ExtendedDismaxParserBuilder/index.d.ts +156 -170
  39. package/server/FileIconRenderer/index.d.ts +153 -172
  40. package/server/FileUtil/index.d.ts +274 -300
  41. package/server/FilterBuilder/index.d.ts +42 -40
  42. package/server/FolderUtil/index.d.ts +93 -94
  43. package/server/FontUtil/index.d.ts +36 -37
  44. package/server/FormatterBuilderFactory/index.d.ts +76 -84
  45. package/server/HighlightBuilder/index.d.ts +79 -86
  46. package/server/IconUtil/index.d.ts +27 -25
  47. package/server/ImageLinkRenderer/index.d.ts +34 -32
  48. package/server/ImageRenderer/index.d.ts +343 -379
  49. package/server/ImageUtil/index.d.ts +247 -265
  50. package/server/IndexUtil/index.d.ts +40 -37
  51. package/server/IndexUtil.IndexType/index.d.ts +29 -0
  52. package/server/IndexUtil.IndexType/index.js +13 -0
  53. package/server/IndexingUtil/index.d.ts +69 -47
  54. package/server/InstanceCreatorUtil/index.d.ts +421 -457
  55. package/server/InstanceTypeUtil/index.d.ts +168 -189
  56. package/server/JwtUtil/index.d.ts +131 -129
  57. package/server/LandingPageUtil/index.d.ts +84 -87
  58. package/server/LandingPageUtil/index.js +1 -0
  59. package/server/LinkPageUtil/index.d.ts +297 -251
  60. package/server/LinkRenderer/index.d.ts +651 -715
  61. package/server/LinkTargetBuilder/index.d.ts +69 -77
  62. package/server/LinkValueBuilder/index.d.ts +70 -77
  63. package/server/ListWrapper/index.d.ts +82 -91
  64. package/server/LocaleUtil/index.d.ts +382 -394
  65. package/server/LogUtil/index.d.ts +119 -128
  66. package/server/MailBuilder/index.d.ts +109 -124
  67. package/server/MailUtil/index.d.ts +58 -63
  68. package/server/MathInstance/index.d.ts +625 -657
  69. package/server/MessageDigesterFactory/index.d.ts +30 -28
  70. package/server/MetadataDefinitionUtil/index.d.ts +79 -83
  71. package/server/MetadataUtil/index.d.ts +322 -346
  72. package/server/MimeTypeUtil/index.d.ts +209 -215
  73. package/server/MonitorBuilder/index.d.ts +20 -20
  74. package/server/NodeComparatorUtil/index.d.ts +215 -225
  75. package/server/NodeFactoryUtil/index.d.ts +18 -16
  76. package/server/NodeFilterUtil/index.d.ts +652 -739
  77. package/server/NodeIteratorUtil/index.d.ts +214 -229
  78. package/server/NodeResolverUtil/index.d.ts +400 -406
  79. package/server/NodeTreeUtil/index.d.ts +214 -229
  80. package/server/NodeTypeUtil/index.d.ts +1432 -548
  81. package/server/OfflineVersionPropertyUtil/index.d.ts +8 -6
  82. package/server/OnlineVersionPropertyUtil/index.d.ts +8 -6
  83. package/server/OutputUtil/index.d.ts +385 -380
  84. package/server/PageUtil/index.d.ts +266 -188
  85. package/server/PermissionUtil/index.d.ts +393 -430
  86. package/server/PermissionUtil.Permission/index.d.ts +54 -0
  87. package/server/PermissionUtil.Permission/index.js +38 -0
  88. package/server/PortletContextUtil/index.d.ts +112 -107
  89. package/server/PortletUtil/index.d.ts +32 -22
  90. package/server/PrincipalUtil/index.d.ts +35 -33
  91. package/server/Properties/index.d.ts +69 -76
  92. package/server/PropertyUtil/index.d.ts +1422 -1464
  93. package/server/PublishingUtil/index.d.ts +248 -249
  94. package/server/QueryStringUtil/index.d.ts +404 -415
  95. package/server/RedirectUtil/index.d.ts +64 -68
  96. package/server/RelatedValueBuilder/index.d.ts +45 -43
  97. package/server/Requester/index.d.ts +125 -125
  98. package/server/ResourceLocatorUtil/index.d.ts +436 -476
  99. package/server/RestApi/index.d.ts +158 -138
  100. package/server/RestAppInvokerFactory/index.d.ts +28 -26
  101. package/server/RoleAssignmentBuilder/index.d.ts +39 -37
  102. package/server/RoleMatcherBuilder/index.d.ts +39 -37
  103. package/server/RoleUtil/index.d.ts +35 -37
  104. package/server/ScriptUtil/index.d.ts +458 -495
  105. package/server/SearchFactory/index.d.ts +90 -105
  106. package/server/SearchUtil/index.d.ts +75 -73
  107. package/server/SearcherBuilder/index.d.ts +117 -124
  108. package/server/Session/index.d.ts +261 -1103
  109. package/server/Session/index.js +1 -20
  110. package/server/SimpleUserUtil/index.d.ts +28 -29
  111. package/server/SiteCookieUtil/index.d.ts +152 -175
  112. package/server/SortBuilder/index.d.ts +27 -25
  113. package/server/SourceSetMode/index.d.ts +12 -0
  114. package/server/SourceSetMode/index.js +12 -0
  115. package/server/SpellCheckBuilder/index.d.ts +30 -30
  116. package/server/StandardParserBuilder/index.d.ts +36 -34
  117. package/server/StructureUtil/index.d.ts +85 -83
  118. package/server/SubscriberUtil/index.d.ts +60 -67
  119. package/server/SubscriptionUtil/index.d.ts +123 -130
  120. package/server/SystemUserUtil/index.d.ts +148 -146
  121. package/server/TagUtil/index.d.ts +115 -120
  122. package/server/TemplateUtil/index.d.ts +115 -120
  123. package/server/TemporaryFileNodeBuilder/index.d.ts +32 -30
  124. package/server/TemporaryNodeBuilder/index.d.ts +139 -177
  125. package/server/TextModuleRendererBuilder/index.d.ts +22 -20
  126. package/server/TimestampUtil/index.d.ts +103 -117
  127. package/server/TranslationUtil/index.d.ts +98 -104
  128. package/server/TrashcanUtil/index.d.ts +114 -117
  129. package/server/UserDataUtil/index.d.ts +110 -111
  130. package/server/UserFactory/index.d.ts +47 -54
  131. package/server/UserFieldRenderer/index.d.ts +120 -128
  132. package/server/UserIdentityUtil/index.d.ts +38 -36
  133. package/server/UserUtil/index.d.ts +32 -30
  134. package/server/Utils/index.d.ts +634 -723
  135. package/server/VelocityRenderer/index.d.ts +96 -94
  136. package/server/VersionUtil/index.d.ts +25 -9
  137. package/server/WebContentUtil/index.d.ts +277 -284
  138. package/server/WebResourceFactory/index.d.ts +41 -46
  139. package/server/XSLTUtil/index.d.ts +34 -32
  140. package/server/XmlParserUtil/index.d.ts +50 -48
  141. package/types/javax/jcr/Binary/index.d.ts +3 -21
  142. package/types/javax/jcr/Binary/index.js +0 -1
  143. package/types/javax/jcr/Credentials/index.d.ts +3 -1
  144. package/types/javax/jcr/ImportUUIDBehavior/index.d.ts +27 -1
  145. package/types/javax/jcr/Item/index.d.ts +6 -119
  146. package/types/javax/jcr/Item/index.js +0 -6
  147. package/types/javax/jcr/ItemVisitor/index.d.ts +5 -3
  148. package/types/javax/jcr/NamespaceRegistry/index.d.ts +69 -43
  149. package/types/javax/jcr/NamespaceRegistry/index.js +0 -2
  150. package/types/javax/jcr/Node/index.d.ts +37 -1506
  151. package/types/javax/jcr/Node/index.js +1 -34
  152. package/types/javax/jcr/NodeIterator/index.d.ts +5 -3
  153. package/types/javax/jcr/Property/index.d.ts +494 -494
  154. package/types/javax/jcr/Property/index.js +0 -5
  155. package/types/javax/jcr/PropertyIterator/index.d.ts +5 -3
  156. package/types/javax/jcr/RangeIterator/index.d.ts +2 -42
  157. package/types/javax/jcr/RangeIterator/index.js +1 -5
  158. package/types/javax/jcr/Repository/index.d.ts +465 -263
  159. package/types/javax/jcr/Repository/index.js +0 -4
  160. package/types/javax/jcr/RepositoryFactory/index.d.ts +4 -2
  161. package/types/javax/jcr/Value/index.d.ts +4 -31
  162. package/types/javax/jcr/Value/index.js +0 -2
  163. package/types/javax/jcr/ValueFactory/index.d.ts +6 -74
  164. package/types/javax/jcr/ValueFactory/index.js +1 -2
  165. package/types/javax/jcr/Workspace/index.d.ts +103 -577
  166. package/types/javax/jcr/Workspace/index.js +1 -12
  167. package/types/javax/jcr/lock/Lock/index.d.ts +4 -2
  168. package/types/javax/jcr/lock/LockManager/index.d.ts +4 -2
  169. package/types/javax/jcr/nodetype/ItemDefinition/index.d.ts +4 -105
  170. package/types/javax/jcr/nodetype/ItemDefinition/index.js +0 -5
  171. package/types/javax/jcr/nodetype/NodeDefinition/index.d.ts +5 -3
  172. package/types/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +4 -2
  173. package/types/javax/jcr/nodetype/NodeType/index.d.ts +262 -269
  174. package/types/javax/jcr/nodetype/NodeType/index.js +1 -12
  175. package/types/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +5 -107
  176. package/types/javax/jcr/nodetype/NodeTypeDefinition/index.js +1 -7
  177. package/types/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +5 -3
  178. package/types/javax/jcr/nodetype/NodeTypeManager/index.d.ts +9 -130
  179. package/types/javax/jcr/nodetype/NodeTypeManager/index.js +1 -8
  180. package/types/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +4 -2
  181. package/types/javax/jcr/nodetype/PropertyDefinition/index.d.ts +5 -272
  182. package/types/javax/jcr/nodetype/PropertyDefinition/index.js +1 -7
  183. package/types/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +5 -3
  184. package/types/javax/jcr/observation/Event/index.d.ts +85 -42
  185. package/types/javax/jcr/observation/EventIterator/index.d.ts +5 -3
  186. package/types/javax/jcr/observation/EventJournal/index.d.ts +4 -2
  187. package/types/javax/jcr/observation/EventListener/index.d.ts +4 -2
  188. package/types/javax/jcr/observation/EventListenerIterator/index.d.ts +5 -3
  189. package/types/javax/jcr/observation/ObservationManager/index.d.ts +6 -4
  190. package/types/javax/jcr/query/Query/index.d.ts +35 -12
  191. package/types/javax/jcr/query/QueryManager/index.d.ts +6 -4
  192. package/types/javax/jcr/query/QueryResult/index.d.ts +5 -3
  193. package/types/javax/jcr/query/Row/index.d.ts +5 -3
  194. package/types/javax/jcr/query/RowIterator/index.d.ts +5 -3
  195. package/types/javax/jcr/query/qom/And/index.d.ts +4 -2
  196. package/types/javax/jcr/query/qom/BindVariableValue/index.d.ts +4 -2
  197. package/types/javax/jcr/query/qom/ChildNode/index.d.ts +4 -2
  198. package/types/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +4 -2
  199. package/types/javax/jcr/query/qom/Column/index.d.ts +3 -1
  200. package/types/javax/jcr/query/qom/Comparison/index.d.ts +6 -4
  201. package/types/javax/jcr/query/qom/Constraint/index.d.ts +3 -1
  202. package/types/javax/jcr/query/qom/DescendantNode/index.d.ts +4 -2
  203. package/types/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +4 -2
  204. package/types/javax/jcr/query/qom/DynamicOperand/index.d.ts +4 -2
  205. package/types/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +4 -2
  206. package/types/javax/jcr/query/qom/FullTextSearch/index.d.ts +5 -3
  207. package/types/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +4 -2
  208. package/types/javax/jcr/query/qom/Join/index.d.ts +5 -3
  209. package/types/javax/jcr/query/qom/JoinCondition/index.d.ts +3 -1
  210. package/types/javax/jcr/query/qom/Length/index.d.ts +5 -3
  211. package/types/javax/jcr/query/qom/Literal/index.d.ts +5 -3
  212. package/types/javax/jcr/query/qom/LowerCase/index.d.ts +4 -2
  213. package/types/javax/jcr/query/qom/NodeLocalName/index.d.ts +4 -2
  214. package/types/javax/jcr/query/qom/NodeName/index.d.ts +4 -2
  215. package/types/javax/jcr/query/qom/Not/index.d.ts +4 -2
  216. package/types/javax/jcr/query/qom/Operand/index.d.ts +3 -1
  217. package/types/javax/jcr/query/qom/Or/index.d.ts +4 -2
  218. package/types/javax/jcr/query/qom/Ordering/index.d.ts +4 -2
  219. package/types/javax/jcr/query/qom/PropertyExistence/index.d.ts +4 -2
  220. package/types/javax/jcr/query/qom/PropertyValue/index.d.ts +4 -2
  221. package/types/javax/jcr/query/qom/QueryObjectModel/index.d.ts +8 -6
  222. package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +76 -2
  223. package/types/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +37 -35
  224. package/types/javax/jcr/query/qom/SameNode/index.d.ts +4 -2
  225. package/types/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +4 -2
  226. package/types/javax/jcr/query/qom/Selector/index.d.ts +4 -2
  227. package/types/javax/jcr/query/qom/Source/index.d.ts +3 -1
  228. package/types/javax/jcr/query/qom/StaticOperand/index.d.ts +4 -2
  229. package/types/javax/jcr/query/qom/UpperCase/index.d.ts +4 -2
  230. package/types/javax/jcr/retention/Hold/index.d.ts +3 -1
  231. package/types/javax/jcr/retention/RetentionManager/index.d.ts +5 -3
  232. package/types/javax/jcr/retention/RetentionPolicy/index.d.ts +3 -1
  233. package/types/javax/jcr/security/AccessControlEntry/index.d.ts +4 -2
  234. package/types/javax/jcr/security/AccessControlList/index.d.ts +6 -4
  235. package/types/javax/jcr/security/AccessControlManager/index.d.ts +6 -4
  236. package/types/javax/jcr/security/AccessControlPolicy/index.d.ts +3 -1
  237. package/types/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +5 -3
  238. package/types/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +4 -2
  239. package/types/javax/jcr/security/Privilege/index.d.ts +130 -44
  240. package/types/javax/jcr/version/Version/index.d.ts +5 -3
  241. package/types/javax/jcr/version/VersionHistory/index.d.ts +7 -5
  242. package/types/javax/jcr/version/VersionIterator/index.d.ts +5 -3
  243. package/types/javax/jcr/version/VersionManager/index.d.ts +7 -5
  244. package/types/senselogic/sitevision/api/base/Builder/index.d.ts +3 -1
  245. package/types/senselogic/sitevision/api/base/Filter/index.d.ts +3 -1
  246. package/types/senselogic/sitevision/api/base/FilterSplit/index.d.ts +4 -2
  247. package/types/senselogic/sitevision/api/base/Loadable/index.d.ts +3 -1
  248. package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.d.ts +9 -0
  249. package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.js +11 -0
  250. package/types/senselogic/sitevision/api/base/Resolver/index.d.ts +3 -1
  251. package/types/senselogic/sitevision/api/base/Wrapper/index.d.ts +3 -1
  252. package/types/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +13 -7
  253. package/types/senselogic/sitevision/api/format/NumericFormatter/index.d.ts +3 -1
  254. package/types/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +5 -3
  255. package/types/senselogic/sitevision/api/i18n/Currency/index.d.ts +3 -1
  256. package/types/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +5 -3
  257. package/types/senselogic/sitevision/api/link/CustomLinkRenderData/index.d.ts +3 -1
  258. package/types/senselogic/sitevision/api/mail/Mail/index.d.ts +3 -1
  259. package/types/senselogic/sitevision/api/message/MessageTextLinker/index.d.ts +3 -1
  260. package/types/senselogic/sitevision/api/metadata/value/LinkValue/index.d.ts +3 -1
  261. package/types/senselogic/sitevision/api/metadata/value/RelatedValue/index.d.ts +3 -1
  262. package/types/senselogic/sitevision/api/property/VersionedPropertyUtil/index.d.ts +4 -2
  263. package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.d.ts +51 -0
  264. package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.js +12 -0
  265. package/types/senselogic/sitevision/api/render/ImageScaler/index.d.ts +4 -2
  266. package/types/senselogic/sitevision/api/render/TextModuleRenderer/index.d.ts +4 -2
  267. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess/index.d.ts +3 -1
  268. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.d.ts +85 -0
  269. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.js +21 -0
  270. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.d.ts +31 -0
  271. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.js +12 -0
  272. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.d.ts +31 -0
  273. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.js +12 -0
  274. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.d.ts +67 -0
  275. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.js +18 -0
  276. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.d.ts +25 -0
  277. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.js +11 -0
  278. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.d.ts +19 -0
  279. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.js +10 -0
  280. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.d.ts +1243 -0
  281. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.js +189 -0
  282. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.d.ts +31 -0
  283. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.js +12 -0
  284. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.d.ts +91 -0
  285. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.js +22 -0
  286. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.d.ts +27 -0
  287. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.js +11 -0
  288. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.d.ts +19 -0
  289. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.js +10 -0
  290. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.d.ts +19 -0
  291. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.js +10 -0
  292. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.d.ts +25 -0
  293. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.js +11 -0
  294. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.d.ts +37 -0
  295. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.js +13 -0
  296. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.d.ts +25 -0
  297. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.js +11 -0
  298. package/types/senselogic/sitevision/api/render/velocity/VelocityContext/index.d.ts +3 -1
  299. package/types/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.d.ts +3 -1
  300. package/types/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +4 -2
  301. package/types/senselogic/sitevision/api/script/app/RestAppInvoker/index.d.ts +3 -1
  302. package/types/senselogic/sitevision/api/script/factory/TypedArgument/index.d.ts +3 -1
  303. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.d.ts +3 -1
  304. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.d.ts +4 -2
  305. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +24 -2
  306. package/types/senselogic/sitevision/api/search/SearchFieldUtil/index.d.ts +3 -1
  307. package/types/senselogic/sitevision/api/search/SearchHighlighter/index.d.ts +4 -2
  308. package/types/senselogic/sitevision/api/search/SearchHit/index.d.ts +19 -3
  309. package/types/senselogic/sitevision/api/search/SearchResult/index.d.ts +31 -7
  310. package/types/senselogic/sitevision/api/search/facet/SearchFacetField/index.d.ts +3 -1
  311. package/types/senselogic/sitevision/api/search/facet/SearchFacetValue/index.d.ts +3 -1
  312. package/types/senselogic/sitevision/api/search/searcher/Searcher/index.d.ts +4 -2
  313. package/types/senselogic/sitevision/api/search/searcher/component/Filter/index.d.ts +3 -1
  314. package/types/senselogic/sitevision/api/search/searcher/component/Highlight/index.d.ts +3 -1
  315. package/types/senselogic/sitevision/api/search/searcher/component/Monitor/index.d.ts +3 -1
  316. package/types/senselogic/sitevision/api/search/searcher/component/Parser/index.d.ts +3 -1
  317. package/types/senselogic/sitevision/api/search/searcher/component/Sort/index.d.ts +3 -1
  318. package/types/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.d.ts +3 -1
  319. package/types/senselogic/sitevision/api/search/sort/CustomSort/index.d.ts +3 -1
  320. package/types/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.d.ts +3 -1
  321. package/types/senselogic/sitevision/api/security/DirectoryAttributes/index.d.ts +3 -1
  322. package/types/senselogic/sitevision/api/security/MessageDigester/index.d.ts +3 -1
  323. package/types/senselogic/sitevision/api/security/RoleAssignment/index.d.ts +4 -2
  324. package/types/senselogic/sitevision/api/security/RoleMatcher/index.d.ts +4 -2
  325. package/types/senselogic/sitevision/api/security/SecretStore/index.d.ts +3 -1
  326. package/types/senselogic/sitevision/api/security/UserUtil/index.d.ts +4 -2
  327. package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +35 -3
  328. package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.d.ts +3 -1
  329. package/types/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +5 -3
  330. package/types/senselogic/sitevision/api/webresource/LinkTarget/index.d.ts +3 -1
  331. package/types/senselogic/sitevision/api/xml/XmlElement/index.d.ts +3 -1
  332. package/types/senselogic/sitevision/api/xml/XmlElementHandler/index.d.ts +4 -2
@@ -26,7 +26,7 @@
26
26
  * @author Magnus Lövgren
27
27
  * @since Sitevision 3.1
28
28
  */
29
- export type TypedArgument = {
29
+ type TypedArgument = {
30
30
  /**
31
31
  * Gets the argument class.
32
32
  * @return the class of the argument
@@ -39,3 +39,5 @@ export type TypedArgument = {
39
39
  */
40
40
  getValue(): unknown;
41
41
  };
42
+
43
+ export = TypedArgument;
@@ -83,10 +83,12 @@
83
83
  * @author Magnus Lövgren
84
84
  * @since Sitevision 2.6.1_09
85
85
  */
86
- export type ExceptionSuppressingCollection = {
86
+ type ExceptionSuppressingCollection = {
87
87
  /**
88
88
  * Returns an exception suppressing iterator that ensures no exceptions will be thrown during iteration.
89
89
  * @return a {@link ExceptionSuppressingIterator} that suppresses exceptions and returns proxied items
90
90
  */
91
91
  iterator(): unknown;
92
92
  };
93
+
94
+ export = ExceptionSuppressingCollection;
@@ -1,4 +1,4 @@
1
- import type { ExceptionSuppressingProxy } from "../ExceptionSuppressingProxy";
1
+ import type ExceptionSuppressingProxy from "../ExceptionSuppressingProxy";
2
2
 
3
3
  /**
4
4
  * Decorates an iterator with exception suppressing behaviour and returns {@link ExceptionSuppressingProxy}s in order to ensure that no
@@ -28,7 +28,7 @@ import type { ExceptionSuppressingProxy } from "../ExceptionSuppressingProxy";
28
28
  * @author Magnus Lövgren
29
29
  * @since Sitevision 2.6.1_09
30
30
  */
31
- export type ExceptionSuppressingIterator = {
31
+ type ExceptionSuppressingIterator = {
32
32
  /**
33
33
  * Returns <code>true</code> if decorated iterator has more elements. (In other words, returns <code>true</code>
34
34
  * if <code>next</code> would return an element rather than throwing an exception.)
@@ -80,3 +80,5 @@ export type ExceptionSuppressingIterator = {
80
80
  */
81
81
  remove(): void;
82
82
  };
83
+
84
+ export = ExceptionSuppressingIterator;
@@ -1,3 +1,5 @@
1
+ import { ExceptionSuppressingProxyConstants } from "../../../render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants";
2
+
1
3
  /**
2
4
  * Proxies an object and delegates all interface method invocations to the proxied object in order to ensure that no invocation
3
5
  * will throw an exception.
@@ -63,11 +65,11 @@
63
65
  *
64
66
  * $!proxy.thisMethodSometimesThrowsExceptions() <em>## Method invoked through a proxy, might return null</em>
65
67
  * &lt;/p&gt;
66
- * </code></pre>The status indicating that this proxy has no object set, nothing to proxy.The status indicating that last method invocation did not throw an exception.The status indicating that last method invocation did throw an exception
68
+ * </code></pre>
67
69
  * @author Magnus Lövgren
68
70
  * @since Sitevision 2.6.1_09
69
71
  */
70
- export type ExceptionSuppressingProxy = {
72
+ type ExceptionSuppressingProxy = ExceptionSuppressingProxyConstants & {
71
73
  /**
72
74
  * Returns current status
73
75
  * @return {@link #NO_OBJECT_PROXIED_STATUS} or {@link #NO_EXCEPTION_THROWN_STATUS} or {@link #EXCEPTION_THROWN_STATUS}
@@ -85,4 +87,24 @@ export type ExceptionSuppressingProxy = {
85
87
  * @return the object that is proxied by an instance of this interface, or <code>null</code> if no proxied object is set
86
88
  */
87
89
  getProxiedObject(): unknown;
90
+
91
+ /**
92
+ * The status indicating that this proxy has no object set, nothing to proxy.
93
+
94
+ */
95
+ NO_OBJECT_PROXIED_STATUS: number;
96
+
97
+ /**
98
+ * The status indicating that last method invocation did not throw an exception.
99
+
100
+ */
101
+ NO_EXCEPTION_THROWN_STATUS: number;
102
+
103
+ /**
104
+ * The status indicating that last method invocation did throw an exception
105
+
106
+ */
107
+ EXCEPTION_THROWN_STATUS: number;
88
108
  };
109
+
110
+ export = ExceptionSuppressingProxy;
@@ -14,7 +14,7 @@
14
14
  * @since Sitevision 2.6.2, 2.7_06
15
15
  * @deprecated use the typed methods in {@link senselogic.sitevision.api.search.SearchHit} instead when extracting values from a search result.
16
16
  */
17
- export type SearchFieldUtil = {
17
+ type SearchFieldUtil = {
18
18
  /**
19
19
  * Returns the Date for a string field that contains a date value generated via Lucene's DateTools class.
20
20
  * @param aDateFieldValue the <code>String</code> that should be converted to a <code>Date</code>
@@ -73,3 +73,5 @@ export type SearchFieldUtil = {
73
73
  */
74
74
  doubleFieldToDouble(aDoubleFieldValue: string): number;
75
75
  };
76
+
77
+ export = SearchFieldUtil;
@@ -1,4 +1,4 @@
1
- import type { SearchHit } from "../SearchHit";
1
+ import type SearchHit from "../SearchHit";
2
2
 
3
3
  /**
4
4
  * <p>
@@ -10,7 +10,7 @@ import type { SearchHit } from "../SearchHit";
10
10
  * @since Sitevision 2.7_06
11
11
  * @deprecated This interface will do absolutely nothing as of Sitevision 3.0 (search engine has been replaced). Interface methods will not do anything (i.e. always return <code>null</code>) and this interface will be completely removed in future releases of Sitevision.
12
12
  */
13
- export type SearchHighlighter = {
13
+ type SearchHighlighter = {
14
14
  /**
15
15
  * Returns a highlighted fragment for the default highlighting field.
16
16
  * @param aHighlightPreElement the opening element to the left of a highlighted word(-s), e.g <code>"&lt;strong style=\"background-color:yellow\"&gt;"</code>
@@ -41,3 +41,5 @@ export type SearchHighlighter = {
41
41
  aHighlightingFieldName: string
42
42
  ): string;
43
43
  };
44
+
45
+ export = SearchHighlighter;
@@ -1,4 +1,6 @@
1
- import type { Node } from "../../../../../javax/jcr/Node";
1
+ import type Node from "../../../../../javax/jcr/Node";
2
+
3
+ import { SearchHitConstants } from "../../render/velocity/VelocityAccess.SearchHitConstants";
2
4
 
3
5
  /**
4
6
  * <p>
@@ -17,11 +19,11 @@ import type { Node } from "../../../../../javax/jcr/Node";
17
19
  * <p>
18
20
  * <em>This object is short lived in that sense that it is invalid after a specified timespan.
19
21
  * Make sure it's handled correspondingly (i.e. do not cache it).</em>
20
- * </p><p>Indicates that the hit is an internal resource managed by the Sitevision server</p><p>Indicates that the hit is an external resource</p>
22
+ * </p>
21
23
  * @author Mikael Wikblom
22
24
  * @since Sitevision 2.6_06
23
25
  */
24
- export type SearchHit = {
26
+ type SearchHit = SearchHitConstants & {
25
27
  /**
26
28
  * <p>Checks if the value(-s) for a specified field contains a specific value.</p>
27
29
  *
@@ -774,4 +776,18 @@ export type SearchHit = {
774
776
  * @since Sitevision 3.0
775
777
  */
776
778
  getClickTrackingCallback(): string;
779
+
780
+ /**
781
+ * <p>Indicates that the hit is an internal resource managed by the Sitevision server</p>
782
+
783
+ */
784
+ TYPE_INTERNAL: number;
785
+
786
+ /**
787
+ * <p>Indicates that the hit is an external resource</p>
788
+
789
+ */
790
+ TYPE_EXTERNAL: number;
777
791
  };
792
+
793
+ export = SearchHit;
@@ -1,4 +1,6 @@
1
- import type { SearchHighlighter } from "../SearchHighlighter";
1
+ import type SearchHighlighter from "../SearchHighlighter";
2
+
3
+ import { SearchResultConstants } from "../../render/velocity/VelocityAccess.SearchResultConstants";
2
4
 
3
5
  /**
4
6
  * <p>
@@ -9,15 +11,11 @@ import type { SearchHighlighter } from "../SearchHighlighter";
9
11
  * <p>
10
12
  * <strong>Note!</strong> This object is short lived in that sense that it is invalid after a specified timespan.
11
13
  * Make sure it's handled correspondingly (i.e. do <em>not</em> cache it).
12
- * </p>Search is successful.Search is unsuccessful due to a missing index.Search is unsuccessful due to an invalid search query.Search is unsuccessful due to an unexpected error.
14
+ * </p>
13
15
  * @author Mikael Wikblom
14
16
  * @since Sitevision 2.6_06
15
- * @see #getStatus()
16
- * @see #getStatus()
17
- * @see #getStatus()
18
- * @see #getStatus()
19
17
  */
20
- export type SearchResult = {
18
+ type SearchResult = SearchResultConstants & {
21
19
  /**
22
20
  * <p>Accessor to the lazy loaded <code>Iterator</code> containing the search hits. Iterating the
23
21
  * <code>Iterator</code> potentially changes the status of the <code>SearchResult</code>object.</p>
@@ -274,4 +272,30 @@ export type SearchResult = {
274
272
  * @deprecated since Sitevision 3.0
275
273
  */
276
274
  getDateFormatter(aLocale: unknown): unknown;
275
+
276
+ /**
277
+ * Search is successful.
278
+ * @see #getStatus()
279
+ */
280
+ STATUS_OK: number;
281
+
282
+ /**
283
+ * Search is unsuccessful due to a missing index.
284
+ * @see #getStatus()
285
+ */
286
+ STATUS_INDEX_NOT_AVAILABLE: number;
287
+
288
+ /**
289
+ * Search is unsuccessful due to an invalid search query.
290
+ * @see #getStatus()
291
+ */
292
+ STATUS_PARSE_ERROR: number;
293
+
294
+ /**
295
+ * Search is unsuccessful due to an unexpected error.
296
+ * @see #getStatus()
297
+ */
298
+ STATUS_UNEXPECTED_ERROR: number;
277
299
  };
300
+
301
+ export = SearchResult;
@@ -4,7 +4,7 @@
4
4
  * @since Sitevision 3.0
5
5
  * @see senselogic.sitevision.api.search.SearchResult#getFacetFields()
6
6
  */
7
- export type SearchFacetField = {
7
+ type SearchFacetField = {
8
8
  /**
9
9
  * Returns the name of this facet field.
10
10
  * @return the facet field name
@@ -23,3 +23,5 @@ export type SearchFacetField = {
23
23
  */
24
24
  getValueCount(): number;
25
25
  };
26
+
27
+ export = SearchFacetField;
@@ -4,7 +4,7 @@
4
4
  * @since Sitevision 3.0
5
5
  * @see senselogic.sitevision.api.search.facet.SearchFacetField#getFacetValues()
6
6
  */
7
- export type SearchFacetValue = {
7
+ type SearchFacetValue = {
8
8
  /**
9
9
  * Returns the number of occurrences (number of expected hits when searching with this facet value).
10
10
  * @return the number of occurrences for this facet value.
@@ -46,3 +46,5 @@ export type SearchFacetValue = {
46
46
  */
47
47
  isSelected(): boolean;
48
48
  };
49
+
50
+ export = SearchFacetValue;
@@ -1,4 +1,4 @@
1
- import type { SearchResult } from "../../SearchResult";
1
+ import type SearchResult from "../../SearchResult";
2
2
 
3
3
  /**
4
4
  * <p>
@@ -149,7 +149,7 @@ import type { SearchResult } from "../../SearchResult";
149
149
  * @author Magnus Lövgren
150
150
  * @since Sitevision 3.6
151
151
  */
152
- export type Searcher = {
152
+ type Searcher = {
153
153
  /**
154
154
  * Executes a search using the components/behaviour that was specified when the <code>Searcher</code> was created.
155
155
  *
@@ -239,3 +239,5 @@ export type Searcher = {
239
239
  aMaxHitsToReturn: number
240
240
  ): SearchResult;
241
241
  };
242
+
243
+ export = Searcher;
@@ -20,6 +20,8 @@
20
20
  * @author Magnus Lövgren
21
21
  * @since Sitevision 3.6
22
22
  */
23
- export type Filter = {
23
+ type Filter = {
24
24
  undefined;
25
25
  };
26
+
27
+ export = Filter;
@@ -24,6 +24,8 @@
24
24
  * @author Magnus Lövgren
25
25
  * @since Sitevision 3.6
26
26
  */
27
- export type Highlight = {
27
+ type Highlight = {
28
28
  undefined;
29
29
  };
30
+
31
+ export = Highlight;
@@ -20,6 +20,8 @@
20
20
  * @author Magnus Lövgren
21
21
  * @since Sitevision 4.1
22
22
  */
23
- export type Monitor = {
23
+ type Monitor = {
24
24
  undefined;
25
25
  };
26
+
27
+ export = Monitor;
@@ -30,6 +30,8 @@
30
30
  * @author Magnus Lövgren
31
31
  * @since Sitevision 3.6
32
32
  */
33
- export type Parser = {
33
+ type Parser = {
34
34
  undefined;
35
35
  };
36
+
37
+ export = Parser;
@@ -20,6 +20,8 @@
20
20
  * @author Magnus Lövgren
21
21
  * @since Sitevision 3.6
22
22
  */
23
- export type Sort = {
23
+ type Sort = {
24
24
  undefined;
25
25
  };
26
+
27
+ export = Sort;
@@ -24,6 +24,8 @@
24
24
  * @author Magnus Lövgren
25
25
  * @since Sitevision 3.6
26
26
  */
27
- export type SpellCheck = {
27
+ type SpellCheck = {
28
28
  undefined;
29
29
  };
30
+
31
+ export = SpellCheck;
@@ -5,7 +5,7 @@
5
5
  * @see senselogic.sitevision.api.search.SearchResult#getCustomSorts()
6
6
  * @since Sitevision 3.1
7
7
  */
8
- export type CustomSort = {
8
+ type CustomSort = {
9
9
  /**
10
10
  * Gets the name of this custom sort.
11
11
  * @return the sort name
@@ -63,3 +63,5 @@ export type CustomSort = {
63
63
  */
64
64
  getSortQueryParams(): string;
65
65
  };
66
+
67
+ export = CustomSort;
@@ -4,7 +4,7 @@
4
4
  * @since Sitevision 3.0
5
5
  * @see senselogic.sitevision.api.search.SearchResult#getSuggestions()
6
6
  */
7
- export type SearchSuggestion = {
7
+ type SearchSuggestion = {
8
8
  /**
9
9
  * Number of expected hits for this suggestion
10
10
  * @return number of expected hits, or <code>-1</code> if unavailable
@@ -17,3 +17,5 @@ export type SearchSuggestion = {
17
17
  */
18
18
  getName(): string;
19
19
  };
20
+
21
+ export = SearchSuggestion;
@@ -23,7 +23,7 @@
23
23
  * </p>
24
24
  * @author Karl Eklöf
25
25
  */
26
- export type DirectoryAttributes = {
26
+ type DirectoryAttributes = {
27
27
  /**
28
28
  * Returns the directory attribute values for the given attribute name.
29
29
  * @param anAttributeName The attribute name for which to get the attribute value for.
@@ -63,3 +63,5 @@ export type DirectoryAttributes = {
63
63
  */
64
64
  getAttributeValue(anAttributeName: string, returnAsString: boolean): unknown;
65
65
  };
66
+
67
+ export = DirectoryAttributes;
@@ -17,7 +17,7 @@
17
17
  * @since Sitevision 5.0.1
18
18
  * @see MessageDigesterFactory
19
19
  */
20
- export type MessageDigester = {
20
+ type MessageDigester = {
21
21
  /**
22
22
  * Updates the digest with a byte.
23
23
  * @param aByte the byte.
@@ -44,3 +44,5 @@ export type MessageDigester = {
44
44
  */
45
45
  getAlgorithm(): string;
46
46
  };
47
+
48
+ export = MessageDigester;
@@ -1,4 +1,4 @@
1
- import type { Node } from "../../../../../javax/jcr/Node";
1
+ import type Node from "../../../../../javax/jcr/Node";
2
2
 
3
3
  /**
4
4
  * Role assignment representation that can be applied on a node to update its roles setup.
@@ -16,7 +16,7 @@ import type { Node } from "../../../../../javax/jcr/Node";
16
16
  * @author Magnus Lövgren
17
17
  * @since Sitevision 5.1
18
18
  */
19
- export type RoleAssignment = {
19
+ type RoleAssignment = {
20
20
  /**
21
21
  * Applies this role assignment on a given node.
22
22
  * @param aNode the node of the role assignment operation, typically a sv:page
@@ -59,3 +59,5 @@ export type RoleAssignment = {
59
59
  */
60
60
  revoke(aNode: Node): void;
61
61
  };
62
+
63
+ export = RoleAssignment;
@@ -1,4 +1,4 @@
1
- import type { Node } from "../../../../../javax/jcr/Node";
1
+ import type Node from "../../../../../javax/jcr/Node";
2
2
 
3
3
  /**
4
4
  * Role matcher representation that can be matched on a node to check "is user in role".
@@ -10,7 +10,7 @@ import type { Node } from "../../../../../javax/jcr/Node";
10
10
  * @author Magnus Lövgren
11
11
  * @since Sitevision 6.1
12
12
  */
13
- export type RoleMatcher = {
13
+ type RoleMatcher = {
14
14
  /**
15
15
  * Checks if matcher user is in all matcher roles on a given Node.
16
16
  * @param aNode the node, typically a sv:page
@@ -25,3 +25,5 @@ export type RoleMatcher = {
25
25
  */
26
26
  matchesAny(aNode: Node): boolean;
27
27
  };
28
+
29
+ export = RoleMatcher;
@@ -12,7 +12,7 @@
12
12
  * @author Rickard Öberg
13
13
  * @see Secret
14
14
  */
15
- export type SecretStore = {
15
+ type SecretStore = {
16
16
  /**
17
17
  * Sets a secret for a specified key.
18
18
  * @param aKey the identifier for secret
@@ -51,3 +51,5 @@ export type SecretStore = {
51
51
  */
52
52
  removeAllSecrets(): void;
53
53
  };
54
+
55
+ export = SecretStore;
@@ -1,4 +1,4 @@
1
- import type { Node } from "../../../../../javax/jcr/Node";
1
+ import type Node from "../../../../../javax/jcr/Node";
2
2
 
3
3
  /**
4
4
  * Deprecated interface that will be removed in a future Sitevision release.
@@ -6,7 +6,7 @@ import type { Node } from "../../../../../javax/jcr/Node";
6
6
  * @since Sitevision 3.0
7
7
  * @deprecated use {@link senselogic.sitevision.api.user.SystemUserUtil} and {@link senselogic.sitevision.api.user.UserIdentityUtil} instead
8
8
  */
9
- export type UserUtil = {
9
+ type UserUtil = {
10
10
  /**
11
11
  * Checks if current user is anonymous (not authenticated).
12
12
  * @return <code>true</code> if current user is Anonymous (i.e. not authenticated), <code>false</code> otherwise
@@ -76,3 +76,5 @@ export type UserUtil = {
76
76
  */
77
77
  getUserIdentity(aUserNode: Node): Node;
78
78
  };
79
+
80
+ export = UserUtil;
@@ -1,4 +1,4 @@
1
- import type { AuthenticationFilterChain } from "../AuthenticationFilterChain";
1
+ import type AuthenticationFilterChain from "../AuthenticationFilterChain";
2
2
 
3
3
  /**
4
4
  * <p>
@@ -9,10 +9,10 @@ import type { AuthenticationFilterChain } from "../AuthenticationFilterChain";
9
9
  * <strong>Important legacy note!</strong> As of Sitevision 3 this interface has been moved
10
10
  * (from package senselogic.sitevision.security.jaas.filter.api).
11
11
  * Previously implemented custom JAAS filters/modules using this interface must be re-compiled in order to run in Sitevision 3.
12
- * </em>The shared state username constant.The shared state password constant.The shared state auth type constant.The shared state client address constant.The shared state redirect constant.
12
+ * </em>
13
13
  * @author Rickard Öberg
14
14
  */
15
- export type AuthenticationFilter = {
15
+ type AuthenticationFilter = {
16
16
  /**
17
17
  * A filter that can be used to populate the shared state and/or options for a JAAS login module.
18
18
  * @param aRequest the request
@@ -31,4 +31,36 @@ export type AuthenticationFilter = {
31
31
  anOptions: unknown,
32
32
  aChain: AuthenticationFilterChain
33
33
  ): void;
34
+
35
+ /**
36
+ * The shared state username constant.
37
+
38
+ */
39
+ USERNAME: string;
40
+
41
+ /**
42
+ * The shared state password constant.
43
+
44
+ */
45
+ PASSWORD: string;
46
+
47
+ /**
48
+ * The shared state auth type constant.
49
+
50
+ */
51
+ AUTHTYPE: string;
52
+
53
+ /**
54
+ * The shared state client address constant.
55
+
56
+ */
57
+ CLIENT_ADDRESS: string;
58
+
59
+ /**
60
+ * The shared state redirect constant.
61
+
62
+ */
63
+ REDIRECT: string;
34
64
  };
65
+
66
+ export = AuthenticationFilter;
@@ -10,7 +10,7 @@
10
10
  * </em>
11
11
  * @author Rickard Öberg
12
12
  */
13
- export type AuthenticationFilterChain = {
13
+ type AuthenticationFilterChain = {
14
14
  /**
15
15
  * A filter chain that can be used to populate the shared state and/or options for a JAAS login module.
16
16
  * @param aRequest the request
@@ -28,3 +28,5 @@ export type AuthenticationFilterChain = {
28
28
  aChain: AuthenticationFilterChain
29
29
  ): void;
30
30
  };
31
+
32
+ export = AuthenticationFilterChain;
@@ -1,6 +1,6 @@
1
- import type { Node } from "../../../../../javax/jcr/Node";
1
+ import type Node from "../../../../../javax/jcr/Node";
2
2
 
3
- import type { Wrapper } from "../../base/Wrapper";
3
+ import type Wrapper from "../../base/Wrapper";
4
4
 
5
5
  /**
6
6
  * User identity wrapper interface.
@@ -22,7 +22,7 @@ import type { Wrapper } from "../../base/Wrapper";
22
22
  * @author Magnus Lövgren
23
23
  * @since Sitevision 3.6
24
24
  */
25
- export type UserIdentityWrapper = {
25
+ type UserIdentityWrapper = Wrapper & {
26
26
  /**
27
27
  * Gets the contacts of the wrapped user identity.
28
28
  * @return the contacts of the wrapped user identity. Never null.
@@ -407,3 +407,5 @@ export type UserIdentityWrapper = {
407
407
  */
408
408
  getUserIdentity(): Node;
409
409
  };
410
+
411
+ export = UserIdentityWrapper;
@@ -15,6 +15,8 @@
15
15
  * @since Sitevision 4.2
16
16
  * @see senselogic.sitevision.api.webresource.builder.LinkTargetBuilder
17
17
  */
18
- export type LinkTarget = {
18
+ type LinkTarget = {
19
19
  undefined;
20
20
  };
21
+
22
+ export = LinkTarget;
@@ -4,7 +4,7 @@
4
4
  * @see senselogic.sitevision.api.xml.XmlElementHandler
5
5
  * @since Sitevision 5.1
6
6
  */
7
- export type XmlElement = {
7
+ type XmlElement = {
8
8
  /**
9
9
  * Gets the name of the element
10
10
  * @return the element name
@@ -51,3 +51,5 @@ export type XmlElement = {
51
51
  */
52
52
  getElements(): unknown;
53
53
  };
54
+
55
+ export = XmlElement;
@@ -1,4 +1,4 @@
1
- import type { XmlElement } from "../XmlElement";
1
+ import type XmlElement from "../XmlElement";
2
2
 
3
3
  /**
4
4
  * Handler that is used when parsing XML.
@@ -6,10 +6,12 @@ import type { XmlElement } from "../XmlElement";
6
6
  * @see senselogic.sitevision.api.xml.XmlParserUtil
7
7
  * @since Sitevision 5.1
8
8
  */
9
- export type XmlElementHandler = {
9
+ type XmlElementHandler = {
10
10
  /**
11
11
  * Called when a element matching the selection has been parsed.
12
12
  * @param aXmlElement the element
13
13
  */
14
14
  handleElement(aXmlElement: XmlElement): void;
15
15
  };
16
+
17
+ export = XmlElementHandler;