@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
@@ -1,319 +1,312 @@
1
- import type { NodeTypeIterator } from "../NodeTypeIterator";
1
+ import type NodeTypeIterator from "../NodeTypeIterator";
2
2
 
3
- import type { PropertyDefinition } from "../PropertyDefinition";
4
- import type { NodeDefinition } from "../NodeDefinition";
5
- import type { Value } from "../../Value";
6
- import type { NodeTypeDefinition } from "../NodeTypeDefinition";
3
+ import type PropertyDefinition from "../PropertyDefinition";
4
+ import type NodeDefinition from "../NodeDefinition";
5
+ import type Value from "../../Value";
6
+ import type NodeTypeDefinition from "../NodeTypeDefinition";
7
7
 
8
8
  /**
9
9
  * A <code>NodeType</code> object represents a "live" node type that is
10
- * registered in the repository.A constant for the node type name <code>nt:base</code> (in expanded
11
- * form). Constants for the names of the properties declared by
12
- * <code>nt:base</code> are: <ul> <li>{@link javax.jcr.Property#JCR_PRIMARY_TYPE}</li>
13
- * <li>{@link javax.jcr.Property#JCR_MIXIN_TYPES}</li> </ul>A constant for the node type name <code>nt:hierarchyNode</code> (in
14
- * expanded form).A constant for the node type name <code>nt:folder</code> (in expanded
15
- * form).A constant for the node type name <code>nt:file</code> (in expanded
16
- * form). A constant for the name of the child node declared by
17
- * <code>nt:file</code> is: <ul> <li>{@link javax.jcr.Node#JCR_CONTENT}</li>
18
- * </ul>A constant for the node type name <code>nt:linkedFile</code> (in expanded
19
- * form). A constant for the name of the property declared by
20
- * <code>nt:linkedFile</code> is: <ul> <li>{@link javax.jcr.Property#JCR_CONTENT}</li>
21
- * </ul>A constant for the node type name <code>nt:resource</code> (in expanded
22
- * form). A constant for the name of the property declared by
23
- * <code>nt:resource</code> is: <ul> <li>{@link javax.jcr.Property#JCR_DATA}</li>
24
- * </ul>A constant for the node type name <code>nt:unstructured</code> (in
25
- * expanded form).A constant for the node type name <code>nt:address</code> (in expanded
26
- * form). Constants for the names of the properties declared by
27
- * <code>nt:base</code> are: <ul> <li>{@link javax.jcr.Property#JCR_PROTOCOL}</li>
28
- * <li>{@link javax.jcr.Property#JCR_HOST}</li> <li>{@link
29
- * javax.jcr.Property#JCR_PORT}</li> <li>{@link javax.jcr.Property#JCR_REPOSITORY}</li>
30
- * <li>{@link javax.jcr.Property#JCR_WORKSPACE}</li> <li>{@link
31
- * javax.jcr.Property#JCR_PATH}</li> <li>{@link javax.jcr.Property#JCR_ID}</li>
32
- * </ul>A constant for the node type name <code>mix:referenceable</code> (in
33
- * expanded form). A constant for the name of the property declared by
34
- * <code>mix:referenceable</code> is: <ul> <li>{@link
35
- * javax.jcr.Property#JCR_UUID}</li> </ul>A constant for the node type name <code>mix:title</code> (in expanded
36
- * form). Constants for the names of the properties declared by
37
- * <code>mix:title</code> are: <ul> <li>{@link javax.jcr.Property#JCR_TITLE}</li>
38
- * <li>{@link javax.jcr.Property#JCR_DESCRIPTION}</li> </ul>A constant for the node type name <code>mix:created</code> (in expanded
39
- * form). Constants for the names of the properties declared by
40
- * <code>mix:created</code> are: <ul> <li>{@link javax.jcr.Property#JCR_CREATED}</li>
41
- * <li>{@link javax.jcr.Property#JCR_CREATED_BY}</li> </ul>A constant for the node type name <code>mix:lastModified</code> (in
42
- * expanded form). Constants for the names of the properties declared by
43
- * <code>mix:lastModified</code> are: <ul> <li>{@link
44
- * javax.jcr.Property#JCR_LAST_MODIFIED}</li> <li>{@link
45
- * javax.jcr.Property#JCR_LAST_MODIFIED_BY}</li> </ul>A constant for the node type name <code>mix:language</code> (in expanded
46
- * form). A constant for the name of the property declared by
47
- * <code>mix:language</code> is: <ul> <li>{@link javax.jcr.Property#JCR_LANGUAGE}</li>
48
- * </ul>A constant for the node type name <code>mix:mimeType</code> (in expanded
49
- * form). Constants for the names of the properties declared by
50
- * <code>mix:mimeType</code> are: <ul> <li>{@link javax.jcr.Property#JCR_MIMETYPE}</li>
51
- * <li>{@link javax.jcr.Property#JCR_ENCODING}</li> </ul>A constant for the node type name <code>nt:nodeType</code> (in expanded
52
- * form). Constants for the names of the child items declared by
53
- * <code>nt:nodeType</code> are: <ul> <li>{@link javax.jcr.Property#JCR_NODE_TYPE_NAME}</li>
54
- * <li>{@link javax.jcr.Property#JCR_SUPERTYPES}</li> <li>{@link
55
- * javax.jcr.Property#JCR_IS_ABSTRACT}</li> <li>{@link
56
- * javax.jcr.Property#JCR_IS_MIXIN}</li> <li>{@link javax.jcr.Property#JCR_HAS_ORDERABLE_CHILD_NODES}</li>
57
- * <li>{@link javax.jcr.Property#JCR_PRIMARY_ITEM_NAME}</li> <li>{@link
58
- * javax.jcr.Node#JCR_PROPERTY_DEFINITION}</li> <li>{@link
59
- * javax.jcr.Node#JCR_CHILD_NODE_DEFINITION}</li> </ul>A constant for the node type name <code>nt:propertyDefinition</code> (in
60
- * expanded form). Constants for the names of the properties declared by
61
- * <code>nt:propertyDefinition</code> are: <ul> <li>{@link
62
- * javax.jcr.Property#JCR_NAME}</li> <li>{@link javax.jcr.Property#JCR_AUTOCREATED}</li>
63
- * <li>{@link javax.jcr.Property#JCR_MANDATORY}</li> <li>{@link
64
- * javax.jcr.Property#JCR_PROTECTED}</li> <li>{@link
65
- * javax.jcr.Property#JCR_ON_PARENT_VERSION}</li> <li>{@link
66
- * javax.jcr.Property#JCR_REQUIRED_TYPE}</li> <li>{@link
67
- * javax.jcr.Property#JCR_VALUE_CONSTRAINTS}</li> <li>{@link
68
- * javax.jcr.Property#JCR_DEFAULT_VALUES}</li> <li>{@link
69
- * javax.jcr.Property#JCR_MULTIPLE}</li> </ul>A constant for the node type name <code>nt:childNodeDefinition</code> (in
70
- * expanded form). Constants for the names of the properties declared by
71
- * <code>nt:childNodeDefinition</code> are: <ul> <li>{@link
72
- * javax.jcr.Property#JCR_NAME}</li> <li>{@link javax.jcr.Property#JCR_AUTOCREATED}</li>
73
- * <li>{@link javax.jcr.Property#JCR_MANDATORY}</li> <li>{@link
74
- * javax.jcr.Property#JCR_PROTECTED}</li> <li>{@link
75
- * javax.jcr.Property#JCR_ON_PARENT_VERSION}</li> <li>{@link
76
- * javax.jcr.Property#JCR_REQUIRED_PRIMARY_TYPES}</li> <li>{@link
77
- * javax.jcr.Property#JCR_DEFAULT_PRIMARY_TYPE}</li> <li>{@link
78
- * javax.jcr.Property#JCR_SAME_NAME_SIBLINGS}</li> </ul>A constant for the node type name <code>mix:shareable</code> (in expanded
79
- * form).A constant for the node type name <code>mix:lockable</code> (in expanded
80
- * form). Constants for the names of the properties declared by
81
- * <code>mix:lockable</code> are: <ul> <li>{@link javax.jcr.Property#JCR_LOCK_OWNER}</li>
82
- * <li>{@link javax.jcr.Property#JCR_LOCK_IS_DEEP}</li> </ul>A constant for the node type name <code>mix:lifecycle</code> (in expanded
83
- * form). Constants for the names of the properties declared by
84
- * <code>mix:lifecycle</code> are: <ul> <li>{@link javax.jcr.Property#JCR_LIFECYCLE_POLICY}</li>
85
- * <li>{@link javax.jcr.Property#JCR_CURRENT_LIFECYCLE_STATE}</li> </ul>A constant for the node type name <code>mix:simpleVersionable</code> (in
86
- * expanded form). A constant for the name of the property declared by
87
- * <code>mix:simpleVersionable</code> is: <ul> <li>{@link
88
- * javax.jcr.Property#JCR_IS_CHECKED_OUT}</li> </ul>A constant for the node type name <code>mix:versionable</code> (in
89
- * expanded form). Constants for the names of the properties declared by
90
- * <code>mix:versionable</code> are: <ul> <li>{@link
91
- * javax.jcr.Property#JCR_VERSION_HISTORY}</li> <li>{@link
92
- * javax.jcr.Property#JCR_BASE_VERSION}</li> <li>{@link
93
- * javax.jcr.Property#JCR_PREDECESSORS}</li> <li>{@link
94
- * javax.jcr.Property#JCR_MERGE_FAILED}</li> <li>{@link
95
- * javax.jcr.Property#JCR_ACTIVITY}</li> <li>{@link javax.jcr.Property#JCR_CONFIGURATION}</li>
96
- * </ul>A constant for the node type name <code>nt:versionHistory</code> (in
97
- * expanded form). Constants for the names of the child items declared by
98
- * <code>nt:versionHistory</code> are: <ul> <li>{@link
99
- * javax.jcr.Property#JCR_VERSIONABLE_UUID}</li> <li>{@link
100
- * javax.jcr.Property#JCR_COPIED_FROM}</li> <li>{@link
101
- * javax.jcr.Node#JCR_ROOT_VERSION}</li> <li>{@link javax.jcr.Node#JCR_VERSION_LABELS}</li>
102
- * </ul>A constant for the node type name <code>nt:version</code> (in expanded
103
- * form). Constants for the names of the child items declared by
104
- * <code>nt:version</code> are: <ul> <li>{@link javax.jcr.Property#JCR_CREATED}</li>
105
- * <li>{@link javax.jcr.Property#JCR_PREDECESSORS}</li> <li>{@link
106
- * javax.jcr.Property#JCR_SUCCESSORS}</li> <li>{@link
107
- * javax.jcr.Property#JCR_ACTIVITY}</li> <li>{@link javax.jcr.Node#JCR_FROZEN_NODE}</li>
108
- * </ul>A constant for the node type name <code>nt:frozenNode</code> (in expanded
109
- * form). Constants for the names of the properties declared by
110
- * <code>nt:frozenNode</code> are: <ul> <li>{@link javax.jcr.Property#JCR_FROZEN_PRIMARY_TYPE}</li>
111
- * <li>{@link javax.jcr.Property#JCR_FROZEN_MIXIN_TYPES}</li> <li>{@link
112
- * javax.jcr.Property#JCR_FROZEN_UUID}</li> </ul>A constant for the node type name <code>nt:versionedChild</code> (in
113
- * expanded form). A constant for the name of the property declared by
114
- * <code>nt:versionedChild</code> is: <ul> <li>{@link
115
- * javax.jcr.Property#JCR_CHILD_VERSION_HISTORY}</li> </ul>A constant for the node type name <code>nt:activity</code> (in expanded
116
- * form). A constant for the name of the property declared by
117
- * <code>nt:activity</code> is: <ul> <li>{@link javax.jcr.Property#JCR_TITLE}</li>
118
- * </ul>A constant for the node type name <code>nt:configuration</code> (in
119
- * expanded form). A constant for the name of the property declared by
120
- * <code>nt:configuration</code> are: <ul> <li>{@link
121
- * javax.jcr.Property#JCR_ROOT}</li> </ul>A constant for the node type name <code>nt:query</code> (in expanded
122
- * form). Constants for the names of the properties declared by
123
- * <code>nt:query</code> are: <ul> <li>{@link javax.jcr.Property#JCR_STATEMENT}</li>
124
- * <li>{@link javax.jcr.Property#JCR_LANGUAGE}</li> </ul>
125
- * @since JCR 2.0
126
- * @since JCR 2.0
127
- * @since JCR 2.0
128
- * @since JCR 2.0
129
- * @since JCR 2.0
130
- * @since JCR 2.0
131
- * @since JCR 2.0
132
- * @since JCR 2.0
133
- * @since JCR 2.0
134
- * @since JCR 2.0
135
- * @since JCR 2.0
136
- * @since JCR 2.0
137
- * @since JCR 2.0
138
- * @since JCR 2.0
139
- * @since JCR 2.0
140
- * @since JCR 2.0
141
- * @since JCR 2.0
142
- * @since JCR 2.0
143
- * @since JCR 2.0
144
- * @since JCR 2.0
145
- * @since JCR 2.0
146
- * @since JCR 2.0
147
- * @since JCR 2.0
148
- * @since JCR 2.0
149
- * @since JCR 2.0
150
- * @since JCR 2.0
151
- * @since JCR 2.0
152
- * @since JCR 2.0
153
- * @since JCR 2.0
154
- */
155
- export type NodeType = {
10
+ * registered in the repository.
11
+
12
+ */
13
+ type NodeType = NodeTypeDefinition & {
156
14
  /**
157
- * Returns all supertypes of this node type in the node type inheritance
158
- * hierarchy. For primary types apart from <code>nt:base</code>, this list
159
- * will always include at least <code>nt:base</code>. For mixin types, there
160
- * is no required supertype.
161
- *
162
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
163
- * @return an array of <code>NodeType</code> objects.
164
- * @see #getDeclaredSupertypes
15
+ * Returns <code>true</code> if the name of <i>this</i> node type or any of
16
+ * its direct or indirect supertypes is equal to <code>nodeTypeName</code>,
17
+ * otherwise returns <code>false</code>.
18
+ * @param nodeTypeName the name of a node type.
19
+ * @return a boolean
165
20
  */
166
- getSupertypes(): NodeType;
21
+ isNodeType(nodeTypeName: string): boolean;
167
22
 
168
23
  /**
169
- * Returns the <i>direct</i> supertypes of this node type in the node type
170
- * inheritance hierarchy, that is, those actually declared in this node
171
- * type. In single-inheritance systems, this will always be an array of size
172
- * 0 or 1. In systems that support multiple inheritance of node types this
173
- * array may be of size greater than 1.
174
- *
175
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
176
- * @return an array of <code>NodeType</code> objects.
177
- * @see #getSupertypes
24
+ * A constant for the node type name <code>nt:base</code> (in expanded
25
+ * form). Constants for the names of the properties declared by
26
+ * <code>nt:base</code> are: <ul> <li>{@link javax.jcr.Property#JCR_PRIMARY_TYPE}</li>
27
+ * <li>{@link javax.jcr.Property#JCR_MIXIN_TYPES}</li> </ul>
28
+ * @since JCR 2.0
178
29
  */
179
- getDeclaredSupertypes(): NodeType;
30
+ NT_BASE: string;
180
31
 
181
32
  /**
182
- * Returns all subtypes of this node type in the node type inheritance
183
- * hierarchy.
184
- *
185
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
186
- * @return a <code>NodeTypeIterator</code>.
187
- * @see #getDeclaredSubtypes
33
+ * A constant for the node type name <code>nt:hierarchyNode</code> (in
34
+ * expanded form).
188
35
  * @since JCR 2.0
189
36
  */
190
- getSubtypes(): NodeTypeIterator;
37
+ NT_HIERARCHY_NODE: string;
191
38
 
192
39
  /**
193
- * Returns the <i>direct</i> subtypes of this node type in the node type
194
- * inheritance hierarchy, that is, those which actually declared this node
195
- * type in their list of supertypes.
196
- *
197
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
198
- * @return an <code>NodeTypeIterator</code>.
199
- * @see #getSubtypes
40
+ * A constant for the node type name <code>nt:folder</code> (in expanded
41
+ * form).
200
42
  * @since JCR 2.0
201
43
  */
202
- getDeclaredSubtypes(): NodeTypeIterator;
44
+ NT_FOLDER: string;
203
45
 
204
46
  /**
205
- * Returns <code>true</code> if the name of <i>this</i> node type or any of
206
- * its direct or indirect supertypes is equal to <code>nodeTypeName</code>,
207
- * otherwise returns <code>false</code>.
208
- * @param nodeTypeName the name of a node type.
209
- * @return a boolean
47
+ * A constant for the node type name <code>nt:file</code> (in expanded
48
+ * form). A constant for the name of the child node declared by
49
+ * <code>nt:file</code> is: <ul> <li>{@link javax.jcr.Node#JCR_CONTENT}</li>
50
+ * </ul>
51
+ * @since JCR 2.0
210
52
  */
211
- isNodeType(nodeTypeName: string): boolean;
53
+ NT_FILE: string;
212
54
 
213
55
  /**
214
- * Returns an array containing the property definitions of this node type.
215
- * This includes both those property definitions actually declared in this
216
- * node type and those inherited from the supertypes of this type.
217
- *
218
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
219
- * @return an array containing the property definitions.
220
- * @see #getDeclaredPropertyDefinitions()
56
+ * A constant for the node type name <code>nt:linkedFile</code> (in expanded
57
+ * form). A constant for the name of the property declared by
58
+ * <code>nt:linkedFile</code> is: <ul> <li>{@link javax.jcr.Property#JCR_CONTENT}</li>
59
+ * </ul>
60
+ * @since JCR 2.0
221
61
  */
222
- getPropertyDefinitions(): PropertyDefinition;
62
+ NT_LINKED_FILE: string;
223
63
 
224
64
  /**
225
- * Returns an array containing the child node definitions of this node type.
226
- * This includes both those child node definitions actually declared in this
227
- * node type and those inherited from the supertypes of this node type.
228
- *
229
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
230
- * @return an array containing the child node definitions.
231
- * @see #getDeclaredChildNodeDefinitions()
65
+ * A constant for the node type name <code>nt:resource</code> (in expanded
66
+ * form). A constant for the name of the property declared by
67
+ * <code>nt:resource</code> is: <ul> <li>{@link javax.jcr.Property#JCR_DATA}</li>
68
+ * </ul>
69
+ * @since JCR 2.0
232
70
  */
233
- getChildNodeDefinitions(): NodeDefinition;
71
+ NT_RESOURCE: string;
234
72
 
235
73
  /**
236
- * Returns <code>true</code> if setting <code>propertyName</code> to
237
- * <code>value</code> is allowed by this node type. Otherwise returns
238
- * <code>false</code>.
239
- *
240
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
241
- * @param propertyName The name of the property
242
- * @param value A <code>Value</code> object.
243
- * @return a boolean
74
+ * A constant for the node type name <code>nt:unstructured</code> (in
75
+ * expanded form).
76
+ * @since JCR 2.0
244
77
  */
245
- canSetProperty(propertyName: string, value: Value): boolean;
78
+ NT_UNSTRUCTURED: string;
246
79
 
247
80
  /**
248
- * Returns <code>true</code> if setting <code>propertyName</code> to
249
- * <code>values</code> is allowed by this node type. Otherwise returns
250
- * <code>false</code>.
251
- *
252
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
253
- * @param propertyName The name of the property
254
- * @param values A <code>Value</code> array.
255
- * @return a boolean
81
+ * A constant for the node type name <code>nt:address</code> (in expanded
82
+ * form). Constants for the names of the properties declared by
83
+ * <code>nt:base</code> are: <ul> <li>{@link javax.jcr.Property#JCR_PROTOCOL}</li>
84
+ * <li>{@link javax.jcr.Property#JCR_HOST}</li> <li>{@link
85
+ * javax.jcr.Property#JCR_PORT}</li> <li>{@link javax.jcr.Property#JCR_REPOSITORY}</li>
86
+ * <li>{@link javax.jcr.Property#JCR_WORKSPACE}</li> <li>{@link
87
+ * javax.jcr.Property#JCR_PATH}</li> <li>{@link javax.jcr.Property#JCR_ID}</li>
88
+ * </ul>
89
+ * @since JCR 2.0
256
90
  */
257
- canSetProperty(propertyName: string, values: Value): boolean;
91
+ NT_ADDRESS: string;
258
92
 
259
93
  /**
260
- * Returns <code>true</code> if this node type allows the addition of a
261
- * child node called <code>childNodeName</code> without specific node type
262
- * information (that is, given the definition of this parent node type, the
263
- * child node name is sufficient to determine the intended child node type).
264
- * Returns <code>false</code> otherwise.
265
- *
266
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
267
- * @param childNodeName The name of the child node.
268
- * @return a boolean
94
+ * A constant for the node type name <code>mix:referenceable</code> (in
95
+ * expanded form). A constant for the name of the property declared by
96
+ * <code>mix:referenceable</code> is: <ul> <li>{@link
97
+ * javax.jcr.Property#JCR_UUID}</li> </ul>
98
+ * @since JCR 2.0
269
99
  */
270
- canAddChildNode(childNodeName: string): boolean;
100
+ MIX_REFERENCEABLE: string;
271
101
 
272
102
  /**
273
- * Returns <code>true</code> if this node type allows the addition of a
274
- * child node called <code>childNodeName</code> of node type
275
- * <code>nodeTypeName</code>. Returns <code>false</code> otherwise.
276
- *
277
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
278
- * @param childNodeName The name of the child node.
279
- * @param nodeTypeName The name of the node type of the child node.
280
- * @return a boolean
103
+ * A constant for the node type name <code>mix:title</code> (in expanded
104
+ * form). Constants for the names of the properties declared by
105
+ * <code>mix:title</code> are: <ul> <li>{@link javax.jcr.Property#JCR_TITLE}</li>
106
+ * <li>{@link javax.jcr.Property#JCR_DESCRIPTION}</li> </ul>
107
+ * @since JCR 2.0
281
108
  */
282
- canAddChildNode(childNodeName: string, nodeTypeName: string): boolean;
109
+ MIX_TITLE: string;
283
110
 
284
111
  /**
285
- * Returns <code>true</code> if removing the child item called
286
- * <code>itemName</code> is allowed by this node type. Returns
287
- * <code>false</code> otherwise.
288
- *
289
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
290
- * @param itemName The name of the child item
291
- * @return a boolean
292
- * @deprecated As of JCR 2.0, clients should use {@link #canRemoveNode(String)} and {@link #canRemoveProperty(String)} instead.
112
+ * A constant for the node type name <code>mix:created</code> (in expanded
113
+ * form). Constants for the names of the properties declared by
114
+ * <code>mix:created</code> are: <ul> <li>{@link javax.jcr.Property#JCR_CREATED}</li>
115
+ * <li>{@link javax.jcr.Property#JCR_CREATED_BY}</li> </ul>
116
+ * @since JCR 2.0
293
117
  */
294
- canRemoveItem(itemName: string): boolean;
118
+ MIX_CREATED: string;
295
119
 
296
120
  /**
297
- * Returns <code>true</code> if removing the child node called
298
- * <code>nodeName</code> is allowed by this node type. Returns
299
- * <code>false</code> otherwise.
300
- *
301
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
302
- * @param nodeName The name of the child node
303
- * @return a boolean
121
+ * A constant for the node type name <code>mix:lastModified</code> (in
122
+ * expanded form). Constants for the names of the properties declared by
123
+ * <code>mix:lastModified</code> are: <ul> <li>{@link
124
+ * javax.jcr.Property#JCR_LAST_MODIFIED}</li> <li>{@link
125
+ * javax.jcr.Property#JCR_LAST_MODIFIED_BY}</li> </ul>
304
126
  * @since JCR 2.0
305
127
  */
306
- canRemoveNode(nodeName: string): boolean;
128
+ MIX_LAST_MODIFIED: string;
307
129
 
308
130
  /**
309
- * Returns <code>true</code> if removing the property called
310
- * <code>propertyName</code> is allowed by this node type. Returns
311
- * <code>false</code> otherwise.
312
- *
313
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
314
- * @param propertyName The name of the property
315
- * @return a boolean
131
+ * A constant for the node type name <code>mix:language</code> (in expanded
132
+ * form). A constant for the name of the property declared by
133
+ * <code>mix:language</code> is: <ul> <li>{@link javax.jcr.Property#JCR_LANGUAGE}</li>
134
+ * </ul>
135
+ * @since JCR 2.0
136
+ */
137
+ MIX_LANGUAGE: string;
138
+
139
+ /**
140
+ * A constant for the node type name <code>mix:mimeType</code> (in expanded
141
+ * form). Constants for the names of the properties declared by
142
+ * <code>mix:mimeType</code> are: <ul> <li>{@link javax.jcr.Property#JCR_MIMETYPE}</li>
143
+ * <li>{@link javax.jcr.Property#JCR_ENCODING}</li> </ul>
144
+ * @since JCR 2.0
145
+ */
146
+ MIX_MIMETYPE: string;
147
+
148
+ /**
149
+ * A constant for the node type name <code>nt:nodeType</code> (in expanded
150
+ * form). Constants for the names of the child items declared by
151
+ * <code>nt:nodeType</code> are: <ul> <li>{@link javax.jcr.Property#JCR_NODE_TYPE_NAME}</li>
152
+ * <li>{@link javax.jcr.Property#JCR_SUPERTYPES}</li> <li>{@link
153
+ * javax.jcr.Property#JCR_IS_ABSTRACT}</li> <li>{@link
154
+ * javax.jcr.Property#JCR_IS_MIXIN}</li> <li>{@link javax.jcr.Property#JCR_HAS_ORDERABLE_CHILD_NODES}</li>
155
+ * <li>{@link javax.jcr.Property#JCR_PRIMARY_ITEM_NAME}</li> <li>{@link
156
+ * javax.jcr.Node#JCR_PROPERTY_DEFINITION}</li> <li>{@link
157
+ * javax.jcr.Node#JCR_CHILD_NODE_DEFINITION}</li> </ul>
316
158
  * @since JCR 2.0
317
159
  */
318
- canRemoveProperty(propertyName: string): boolean;
160
+ NT_NODE_TYPE: string;
161
+
162
+ /**
163
+ * A constant for the node type name <code>nt:propertyDefinition</code> (in
164
+ * expanded form). Constants for the names of the properties declared by
165
+ * <code>nt:propertyDefinition</code> are: <ul> <li>{@link
166
+ * javax.jcr.Property#JCR_NAME}</li> <li>{@link javax.jcr.Property#JCR_AUTOCREATED}</li>
167
+ * <li>{@link javax.jcr.Property#JCR_MANDATORY}</li> <li>{@link
168
+ * javax.jcr.Property#JCR_PROTECTED}</li> <li>{@link
169
+ * javax.jcr.Property#JCR_ON_PARENT_VERSION}</li> <li>{@link
170
+ * javax.jcr.Property#JCR_REQUIRED_TYPE}</li> <li>{@link
171
+ * javax.jcr.Property#JCR_VALUE_CONSTRAINTS}</li> <li>{@link
172
+ * javax.jcr.Property#JCR_DEFAULT_VALUES}</li> <li>{@link
173
+ * javax.jcr.Property#JCR_MULTIPLE}</li> </ul>
174
+ * @since JCR 2.0
175
+ */
176
+ NT_PROPERTY_DEFINITION: string;
177
+
178
+ /**
179
+ * A constant for the node type name <code>nt:childNodeDefinition</code> (in
180
+ * expanded form). Constants for the names of the properties declared by
181
+ * <code>nt:childNodeDefinition</code> are: <ul> <li>{@link
182
+ * javax.jcr.Property#JCR_NAME}</li> <li>{@link javax.jcr.Property#JCR_AUTOCREATED}</li>
183
+ * <li>{@link javax.jcr.Property#JCR_MANDATORY}</li> <li>{@link
184
+ * javax.jcr.Property#JCR_PROTECTED}</li> <li>{@link
185
+ * javax.jcr.Property#JCR_ON_PARENT_VERSION}</li> <li>{@link
186
+ * javax.jcr.Property#JCR_REQUIRED_PRIMARY_TYPES}</li> <li>{@link
187
+ * javax.jcr.Property#JCR_DEFAULT_PRIMARY_TYPE}</li> <li>{@link
188
+ * javax.jcr.Property#JCR_SAME_NAME_SIBLINGS}</li> </ul>
189
+ * @since JCR 2.0
190
+ */
191
+ NT_CHILD_NODE_DEFINITION: string;
192
+
193
+ /**
194
+ * A constant for the node type name <code>mix:shareable</code> (in expanded
195
+ * form).
196
+ * @since JCR 2.0
197
+ */
198
+ MIX_SHAREABLE: string;
199
+
200
+ /**
201
+ * A constant for the node type name <code>mix:lockable</code> (in expanded
202
+ * form). Constants for the names of the properties declared by
203
+ * <code>mix:lockable</code> are: <ul> <li>{@link javax.jcr.Property#JCR_LOCK_OWNER}</li>
204
+ * <li>{@link javax.jcr.Property#JCR_LOCK_IS_DEEP}</li> </ul>
205
+ * @since JCR 2.0
206
+ */
207
+ MIX_LOCKABLE: string;
208
+
209
+ /**
210
+ * A constant for the node type name <code>mix:lifecycle</code> (in expanded
211
+ * form). Constants for the names of the properties declared by
212
+ * <code>mix:lifecycle</code> are: <ul> <li>{@link javax.jcr.Property#JCR_LIFECYCLE_POLICY}</li>
213
+ * <li>{@link javax.jcr.Property#JCR_CURRENT_LIFECYCLE_STATE}</li> </ul>
214
+ * @since JCR 2.0
215
+ */
216
+ MIX_LIFECYCLE: string;
217
+
218
+ /**
219
+ * A constant for the node type name <code>mix:simpleVersionable</code> (in
220
+ * expanded form). A constant for the name of the property declared by
221
+ * <code>mix:simpleVersionable</code> is: <ul> <li>{@link
222
+ * javax.jcr.Property#JCR_IS_CHECKED_OUT}</li> </ul>
223
+ * @since JCR 2.0
224
+ */
225
+ MIX_SIMPLE_VERSIONABLE: string;
226
+
227
+ /**
228
+ * A constant for the node type name <code>mix:versionable</code> (in
229
+ * expanded form). Constants for the names of the properties declared by
230
+ * <code>mix:versionable</code> are: <ul> <li>{@link
231
+ * javax.jcr.Property#JCR_VERSION_HISTORY}</li> <li>{@link
232
+ * javax.jcr.Property#JCR_BASE_VERSION}</li> <li>{@link
233
+ * javax.jcr.Property#JCR_PREDECESSORS}</li> <li>{@link
234
+ * javax.jcr.Property#JCR_MERGE_FAILED}</li> <li>{@link
235
+ * javax.jcr.Property#JCR_ACTIVITY}</li> <li>{@link javax.jcr.Property#JCR_CONFIGURATION}</li>
236
+ * </ul>
237
+ * @since JCR 2.0
238
+ */
239
+ MIX_VERSIONABLE: string;
240
+
241
+ /**
242
+ * A constant for the node type name <code>nt:versionHistory</code> (in
243
+ * expanded form). Constants for the names of the child items declared by
244
+ * <code>nt:versionHistory</code> are: <ul> <li>{@link
245
+ * javax.jcr.Property#JCR_VERSIONABLE_UUID}</li> <li>{@link
246
+ * javax.jcr.Property#JCR_COPIED_FROM}</li> <li>{@link
247
+ * javax.jcr.Node#JCR_ROOT_VERSION}</li> <li>{@link javax.jcr.Node#JCR_VERSION_LABELS}</li>
248
+ * </ul>
249
+ * @since JCR 2.0
250
+ */
251
+ NT_VERSION_HISTORY: string;
252
+
253
+ /**
254
+ * A constant for the node type name <code>nt:version</code> (in expanded
255
+ * form). Constants for the names of the child items declared by
256
+ * <code>nt:version</code> are: <ul> <li>{@link javax.jcr.Property#JCR_CREATED}</li>
257
+ * <li>{@link javax.jcr.Property#JCR_PREDECESSORS}</li> <li>{@link
258
+ * javax.jcr.Property#JCR_SUCCESSORS}</li> <li>{@link
259
+ * javax.jcr.Property#JCR_ACTIVITY}</li> <li>{@link javax.jcr.Node#JCR_FROZEN_NODE}</li>
260
+ * </ul>
261
+ * @since JCR 2.0
262
+ */
263
+ NT_VERSION: string;
264
+
265
+ /**
266
+ * A constant for the node type name <code>nt:frozenNode</code> (in expanded
267
+ * form). Constants for the names of the properties declared by
268
+ * <code>nt:frozenNode</code> are: <ul> <li>{@link javax.jcr.Property#JCR_FROZEN_PRIMARY_TYPE}</li>
269
+ * <li>{@link javax.jcr.Property#JCR_FROZEN_MIXIN_TYPES}</li> <li>{@link
270
+ * javax.jcr.Property#JCR_FROZEN_UUID}</li> </ul>
271
+ * @since JCR 2.0
272
+ */
273
+ NT_FROZEN_NODE: string;
274
+
275
+ /**
276
+ * A constant for the node type name <code>nt:versionedChild</code> (in
277
+ * expanded form). A constant for the name of the property declared by
278
+ * <code>nt:versionedChild</code> is: <ul> <li>{@link
279
+ * javax.jcr.Property#JCR_CHILD_VERSION_HISTORY}</li> </ul>
280
+ * @since JCR 2.0
281
+ */
282
+ NT_VERSIONED_CHILD: string;
283
+
284
+ /**
285
+ * A constant for the node type name <code>nt:activity</code> (in expanded
286
+ * form). A constant for the name of the property declared by
287
+ * <code>nt:activity</code> is: <ul> <li>{@link javax.jcr.Property#JCR_TITLE}</li>
288
+ * </ul>
289
+ * @since JCR 2.0
290
+ */
291
+ NT_ACTIVITY: string;
292
+
293
+ /**
294
+ * A constant for the node type name <code>nt:configuration</code> (in
295
+ * expanded form). A constant for the name of the property declared by
296
+ * <code>nt:configuration</code> are: <ul> <li>{@link
297
+ * javax.jcr.Property#JCR_ROOT}</li> </ul>
298
+ * @since JCR 2.0
299
+ */
300
+ NT_CONFIGURATION: string;
301
+
302
+ /**
303
+ * A constant for the node type name <code>nt:query</code> (in expanded
304
+ * form). Constants for the names of the properties declared by
305
+ * <code>nt:query</code> are: <ul> <li>{@link javax.jcr.Property#JCR_STATEMENT}</li>
306
+ * <li>{@link javax.jcr.Property#JCR_LANGUAGE}</li> </ul>
307
+ * @since JCR 2.0
308
+ */
309
+ NT_QUERY: string;
319
310
  };
311
+
312
+ export = NodeType;
@@ -5,17 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _default = {
8
- getSupertypes: function getSupertypes() {},
9
- getDeclaredSupertypes: function getDeclaredSupertypes() {},
10
- getSubtypes: function getSubtypes() {},
11
- getDeclaredSubtypes: function getDeclaredSubtypes() {},
12
- isNodeType: function isNodeType() {},
13
- getPropertyDefinitions: function getPropertyDefinitions() {},
14
- getChildNodeDefinitions: function getChildNodeDefinitions() {},
15
- canSetProperty: function canSetProperty() {},
16
- canAddChildNode: function canAddChildNode() {},
17
- canRemoveItem: function canRemoveItem() {},
18
- canRemoveNode: function canRemoveNode() {},
19
- canRemoveProperty: function canRemoveProperty() {}
8
+ isNodeType: function isNodeType() {}
20
9
  };
21
10
  exports["default"] = _default;