@sitevision/api 2.0.0-alpha.1 → 2023.2.1-alpha.0

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 (280) hide show
  1. package/client/requester/index.d.ts +10 -8
  2. package/client/toasts/index.d.ts +7 -5
  3. package/common/app/index.d.ts +45 -46
  4. package/common/events/index.d.ts +30 -31
  5. package/common/i18n/index.d.ts +7 -5
  6. package/common/router/index.d.ts +72 -77
  7. package/common/security/index.d.ts +27 -21
  8. package/index.d.ts +8 -0
  9. package/package.json +1 -1
  10. package/server/AliasUtil/index.d.ts +11 -9
  11. package/server/ArchiveUtil/index.d.ts +43 -41
  12. package/server/ArraysInstance/index.d.ts +1666 -1807
  13. package/server/ArticleUtil/index.d.ts +292 -224
  14. package/server/AuthenticationUtil/index.d.ts +72 -84
  15. package/server/BookmarkUtil/index.d.ts +74 -79
  16. package/server/BuddyIconRenderer/index.d.ts +123 -131
  17. package/server/BuddyIconRenderer.BuddyIconSize/index.d.ts +41 -0
  18. package/server/BuddyIconRenderer.BuddyIconSize/index.js +25 -0
  19. package/server/ClientUtil/index.d.ts +10 -8
  20. package/server/CollaborationFactory/index.d.ts +37 -40
  21. package/server/CollaborationGroupFolderUtil/index.d.ts +28 -26
  22. package/server/CollaborationGroupState/index.d.ts +27 -0
  23. package/server/CollaborationGroupState/index.js +11 -0
  24. package/server/CollaborationGroupTemplateUtil/index.d.ts +46 -48
  25. package/server/CollaborationGroupType/index.d.ts +28 -0
  26. package/server/CollaborationGroupType/index.js +12 -0
  27. package/server/CollaborationGroupUtil/index.d.ts +84 -80
  28. package/server/CollectionsInstance/index.d.ts +641 -704
  29. package/server/ColorUtil/index.d.ts +34 -35
  30. package/server/CompoundAndFilterBuilder/index.d.ts +28 -26
  31. package/server/CompoundComparatorBuilder/index.d.ts +33 -31
  32. package/server/CompoundOrFilterBuilder/index.d.ts +28 -26
  33. package/server/ContentNodeUtil/index.d.ts +34 -32
  34. package/server/CurrencyFactory/index.d.ts +70 -68
  35. package/server/DateUtil/index.d.ts +131 -141
  36. package/server/DecorationUtil/index.d.ts +11 -9
  37. package/server/DeviceUtil/index.d.ts +19 -17
  38. package/server/DimensionMode/index.d.ts +17 -0
  39. package/server/DimensionMode/index.js +12 -0
  40. package/server/DirectoryUtil/index.d.ts +87 -85
  41. package/server/DocType/index.d.ts +30 -0
  42. package/server/DocType/index.js +14 -0
  43. package/server/DocTypeUtil/index.d.ts +127 -133
  44. package/server/EndecUtil/index.d.ts +329 -346
  45. package/server/ExtendedDismaxParserBuilder/index.d.ts +153 -167
  46. package/server/FileIconRenderer/index.d.ts +152 -171
  47. package/server/FileUtil/index.d.ts +272 -298
  48. package/server/FilterBuilder/index.d.ts +39 -37
  49. package/server/FolderUtil/index.d.ts +91 -92
  50. package/server/FontUtil/index.d.ts +34 -35
  51. package/server/FormatterBuilderFactory/index.d.ts +73 -81
  52. package/server/HighlightBuilder/index.d.ts +76 -83
  53. package/server/IconUtil/index.d.ts +25 -23
  54. package/server/ImageLinkRenderer/index.d.ts +35 -33
  55. package/server/ImageRenderer/index.d.ts +340 -376
  56. package/server/ImageUtil/index.d.ts +245 -263
  57. package/server/IndexUtil/index.d.ts +38 -35
  58. package/server/IndexUtil.IndexType/index.d.ts +29 -0
  59. package/server/IndexUtil.IndexType/index.js +13 -0
  60. package/server/IndexingUtil/index.d.ts +67 -45
  61. package/server/InstanceCreatorUtil/index.d.ts +423 -459
  62. package/server/InstanceTypeUtil/index.d.ts +167 -188
  63. package/server/JwtUtil/index.d.ts +129 -127
  64. package/server/LandingPageUtil/index.d.ts +82 -85
  65. package/server/LandingPageUtil/index.js +1 -0
  66. package/server/LinkPageUtil/index.d.ts +294 -248
  67. package/server/LinkRenderer/index.d.ts +649 -713
  68. package/server/LinkTargetBuilder/index.d.ts +65 -73
  69. package/server/LinkValueBuilder/index.d.ts +66 -73
  70. package/server/ListWrapper/index.d.ts +80 -89
  71. package/server/LocaleUtil/index.d.ts +381 -393
  72. package/server/LogUtil/index.d.ts +118 -127
  73. package/server/MailBuilder/index.d.ts +106 -121
  74. package/server/MailUtil/index.d.ts +58 -63
  75. package/server/MathInstance/index.d.ts +624 -656
  76. package/server/MessageDigesterFactory/index.d.ts +28 -26
  77. package/server/MetadataDefinitionUtil/index.d.ts +77 -81
  78. package/server/MetadataUtil/index.d.ts +321 -345
  79. package/server/MimeTypeUtil/index.d.ts +208 -214
  80. package/server/MonitorBuilder/index.d.ts +17 -17
  81. package/server/NodeComparatorUtil/index.d.ts +214 -224
  82. package/server/NodeFactoryUtil/index.d.ts +19 -17
  83. package/server/NodeFilterUtil/index.d.ts +651 -738
  84. package/server/NodeIteratorUtil/index.d.ts +209 -224
  85. package/server/NodeResolverUtil/index.d.ts +398 -404
  86. package/server/NodeTreeUtil/index.d.ts +211 -226
  87. package/server/NodeTypeUtil/index.d.ts +1430 -546
  88. package/server/OfflineVersionPropertyUtil/index.d.ts +6 -4
  89. package/server/OnlineVersionPropertyUtil/index.d.ts +6 -4
  90. package/server/OutputUtil/index.d.ts +384 -379
  91. package/server/PageUtil/index.d.ts +264 -186
  92. package/server/PermissionUtil/index.d.ts +391 -428
  93. package/server/PermissionUtil.Permission/index.d.ts +54 -0
  94. package/server/PermissionUtil.Permission/index.js +38 -0
  95. package/server/PortletContextUtil/index.d.ts +111 -106
  96. package/server/PortletUtil/index.d.ts +30 -20
  97. package/server/PrincipalUtil/index.d.ts +33 -31
  98. package/server/Properties/index.d.ts +68 -75
  99. package/server/PropertyUtil/index.d.ts +1419 -1461
  100. package/server/PublishingUtil/index.d.ts +246 -247
  101. package/server/QueryStringUtil/index.d.ts +403 -414
  102. package/server/RedirectUtil/index.d.ts +62 -66
  103. package/server/RelatedValueBuilder/index.d.ts +40 -38
  104. package/server/Requester/index.d.ts +123 -123
  105. package/server/ResourceLocatorUtil/index.d.ts +434 -474
  106. package/server/RestApi/index.d.ts +156 -136
  107. package/server/RestAppInvokerFactory/index.d.ts +25 -23
  108. package/server/RoleAssignmentBuilder/index.d.ts +35 -33
  109. package/server/RoleMatcherBuilder/index.d.ts +35 -33
  110. package/server/RoleUtil/index.d.ts +35 -37
  111. package/server/ScriptUtil/index.d.ts +457 -494
  112. package/server/SearchFactory/index.d.ts +102 -117
  113. package/server/SearchUtil/index.d.ts +73 -71
  114. package/server/SearcherBuilder/index.d.ts +107 -114
  115. package/server/Session/index.d.ts +251 -1093
  116. package/server/Session/index.js +1 -20
  117. package/server/SimpleUserUtil/index.d.ts +26 -27
  118. package/server/SiteCookieUtil/index.d.ts +150 -173
  119. package/server/SortBuilder/index.d.ts +24 -22
  120. package/server/SourceSetMode/index.d.ts +12 -0
  121. package/server/SourceSetMode/index.js +12 -0
  122. package/server/SpellCheckBuilder/index.d.ts +27 -27
  123. package/server/StandardParserBuilder/index.d.ts +33 -31
  124. package/server/StructureUtil/index.d.ts +83 -81
  125. package/server/SubscriberUtil/index.d.ts +58 -65
  126. package/server/SubscriptionUtil/index.d.ts +121 -128
  127. package/server/SystemUserUtil/index.d.ts +146 -144
  128. package/server/TagUtil/index.d.ts +113 -118
  129. package/server/TemplateUtil/index.d.ts +113 -118
  130. package/server/TemporaryFileNodeBuilder/index.d.ts +29 -27
  131. package/server/TemporaryNodeBuilder/index.d.ts +136 -174
  132. package/server/TextModuleRendererBuilder/index.d.ts +18 -16
  133. package/server/TimestampUtil/index.d.ts +102 -116
  134. package/server/TranslationUtil/index.d.ts +96 -102
  135. package/server/TrashcanUtil/index.d.ts +112 -115
  136. package/server/UserDataUtil/index.d.ts +108 -109
  137. package/server/UserFactory/index.d.ts +49 -56
  138. package/server/UserFieldRenderer/index.d.ts +118 -126
  139. package/server/UserIdentityUtil/index.d.ts +36 -34
  140. package/server/UserUtil/index.d.ts +30 -28
  141. package/server/Utils/index.d.ts +702 -791
  142. package/server/VelocityRenderer/index.d.ts +94 -92
  143. package/server/VersionUtil/index.d.ts +24 -8
  144. package/server/WebContentUtil/index.d.ts +275 -282
  145. package/server/WebResourceFactory/index.d.ts +46 -51
  146. package/server/XSLTUtil/index.d.ts +33 -31
  147. package/server/XmlParserUtil/index.d.ts +47 -45
  148. package/server/appData/index.d.ts +8 -6
  149. package/server/appInfo/index.d.ts +6 -2
  150. package/server/appResource/index.d.ts +23 -21
  151. package/server/cache/index.d.ts +8 -6
  152. package/server/globalAppData/index.d.ts +8 -6
  153. package/server/headless/index.d.ts +28 -26
  154. package/server/hooks/index.d.ts +9 -9
  155. package/server/oauth2/index.d.ts +12 -10
  156. package/server/privileged/index.d.ts +24 -22
  157. package/server/storage/index.d.ts +22 -20
  158. package/types/javax/jcr/Binary/index.d.ts +0 -20
  159. package/types/javax/jcr/Binary/index.js +0 -1
  160. package/types/javax/jcr/ImportUUIDBehavior/index.d.ts +24 -0
  161. package/types/javax/jcr/Item/index.d.ts +1 -116
  162. package/types/javax/jcr/Item/index.js +0 -6
  163. package/types/javax/jcr/NamespaceRegistry/index.d.ts +66 -42
  164. package/types/javax/jcr/NamespaceRegistry/index.js +0 -2
  165. package/types/javax/jcr/Node/index.d.ts +24 -1495
  166. package/types/javax/jcr/Node/index.js +1 -34
  167. package/types/javax/jcr/NodeIterator/index.d.ts +1 -1
  168. package/types/javax/jcr/Property/index.d.ts +487 -489
  169. package/types/javax/jcr/Property/index.js +0 -5
  170. package/types/javax/jcr/PropertyIterator/index.d.ts +1 -1
  171. package/types/javax/jcr/RangeIterator/index.d.ts +1 -43
  172. package/types/javax/jcr/RangeIterator/index.js +1 -5
  173. package/types/javax/jcr/Repository/index.d.ts +460 -260
  174. package/types/javax/jcr/Repository/index.js +0 -4
  175. package/types/javax/jcr/Value/index.d.ts +0 -29
  176. package/types/javax/jcr/Value/index.js +0 -2
  177. package/types/javax/jcr/ValueFactory/index.d.ts +0 -70
  178. package/types/javax/jcr/ValueFactory/index.js +1 -2
  179. package/types/javax/jcr/Workspace/index.d.ts +93 -569
  180. package/types/javax/jcr/Workspace/index.js +1 -12
  181. package/types/javax/jcr/nodetype/ItemDefinition/index.d.ts +0 -103
  182. package/types/javax/jcr/nodetype/ItemDefinition/index.js +0 -5
  183. package/types/javax/jcr/nodetype/NodeDefinition/index.d.ts +1 -1
  184. package/types/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +1 -1
  185. package/types/javax/jcr/nodetype/NodeType/index.d.ts +255 -264
  186. package/types/javax/jcr/nodetype/NodeType/index.js +1 -12
  187. package/types/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +0 -104
  188. package/types/javax/jcr/nodetype/NodeTypeDefinition/index.js +1 -7
  189. package/types/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +1 -1
  190. package/types/javax/jcr/nodetype/NodeTypeManager/index.d.ts +0 -123
  191. package/types/javax/jcr/nodetype/NodeTypeManager/index.js +1 -8
  192. package/types/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +1 -1
  193. package/types/javax/jcr/nodetype/PropertyDefinition/index.d.ts +1 -270
  194. package/types/javax/jcr/nodetype/PropertyDefinition/index.js +1 -7
  195. package/types/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +1 -1
  196. package/types/javax/jcr/observation/Event/index.d.ts +82 -41
  197. package/types/javax/jcr/observation/EventIterator/index.d.ts +1 -1
  198. package/types/javax/jcr/observation/EventJournal/index.d.ts +1 -1
  199. package/types/javax/jcr/observation/EventListenerIterator/index.d.ts +1 -1
  200. package/types/javax/jcr/query/Query/index.d.ts +29 -8
  201. package/types/javax/jcr/query/RowIterator/index.d.ts +1 -1
  202. package/types/javax/jcr/query/qom/And/index.d.ts +1 -1
  203. package/types/javax/jcr/query/qom/BindVariableValue/index.d.ts +1 -1
  204. package/types/javax/jcr/query/qom/ChildNode/index.d.ts +1 -1
  205. package/types/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +1 -1
  206. package/types/javax/jcr/query/qom/Comparison/index.d.ts +1 -1
  207. package/types/javax/jcr/query/qom/DescendantNode/index.d.ts +1 -1
  208. package/types/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +1 -1
  209. package/types/javax/jcr/query/qom/DynamicOperand/index.d.ts +1 -1
  210. package/types/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +1 -1
  211. package/types/javax/jcr/query/qom/FullTextSearch/index.d.ts +1 -1
  212. package/types/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +1 -1
  213. package/types/javax/jcr/query/qom/Join/index.d.ts +1 -1
  214. package/types/javax/jcr/query/qom/Length/index.d.ts +1 -1
  215. package/types/javax/jcr/query/qom/Literal/index.d.ts +1 -1
  216. package/types/javax/jcr/query/qom/LowerCase/index.d.ts +1 -1
  217. package/types/javax/jcr/query/qom/NodeLocalName/index.d.ts +1 -1
  218. package/types/javax/jcr/query/qom/NodeName/index.d.ts +1 -1
  219. package/types/javax/jcr/query/qom/Not/index.d.ts +1 -1
  220. package/types/javax/jcr/query/qom/Or/index.d.ts +1 -1
  221. package/types/javax/jcr/query/qom/PropertyExistence/index.d.ts +1 -1
  222. package/types/javax/jcr/query/qom/PropertyValue/index.d.ts +1 -1
  223. package/types/javax/jcr/query/qom/QueryObjectModel/index.d.ts +1 -1
  224. package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +73 -1
  225. package/types/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +1 -1
  226. package/types/javax/jcr/query/qom/SameNode/index.d.ts +1 -1
  227. package/types/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +1 -1
  228. package/types/javax/jcr/query/qom/Selector/index.d.ts +1 -1
  229. package/types/javax/jcr/query/qom/StaticOperand/index.d.ts +1 -1
  230. package/types/javax/jcr/query/qom/UpperCase/index.d.ts +1 -1
  231. package/types/javax/jcr/security/AccessControlList/index.d.ts +1 -1
  232. package/types/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +1 -1
  233. package/types/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +1 -1
  234. package/types/javax/jcr/security/Privilege/index.d.ts +127 -43
  235. package/types/javax/jcr/version/Version/index.d.ts +1 -1
  236. package/types/javax/jcr/version/VersionHistory/index.d.ts +1 -1
  237. package/types/javax/jcr/version/VersionIterator/index.d.ts +1 -1
  238. package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.d.ts +9 -0
  239. package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.js +11 -0
  240. package/types/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +9 -5
  241. package/types/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +1 -1
  242. package/types/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +1 -1
  243. package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.d.ts +49 -0
  244. package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.js +12 -0
  245. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.d.ts +83 -0
  246. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.js +21 -0
  247. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.d.ts +29 -0
  248. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.js +12 -0
  249. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.d.ts +29 -0
  250. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.js +12 -0
  251. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.d.ts +65 -0
  252. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.js +18 -0
  253. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.d.ts +23 -0
  254. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.js +11 -0
  255. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.d.ts +17 -0
  256. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.js +10 -0
  257. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.d.ts +1241 -0
  258. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.js +189 -0
  259. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.d.ts +29 -0
  260. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.js +12 -0
  261. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.d.ts +89 -0
  262. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.js +22 -0
  263. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.d.ts +25 -0
  264. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.js +11 -0
  265. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.d.ts +17 -0
  266. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.js +10 -0
  267. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.d.ts +17 -0
  268. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.js +10 -0
  269. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.d.ts +23 -0
  270. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.js +11 -0
  271. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.d.ts +35 -0
  272. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.js +13 -0
  273. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.d.ts +23 -0
  274. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.js +11 -0
  275. package/types/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +2 -2
  276. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +22 -2
  277. package/types/senselogic/sitevision/api/search/SearchHit/index.d.ts +16 -2
  278. package/types/senselogic/sitevision/api/search/SearchResult/index.d.ts +28 -6
  279. package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +31 -1
  280. package/types/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +1 -1
@@ -7,313 +7,304 @@ 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
+ export 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>
158
+ * @since JCR 2.0
159
+ */
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>
316
307
  * @since JCR 2.0
317
308
  */
318
- canRemoveProperty(propertyName: string): boolean;
309
+ NT_QUERY: string;
319
310
  };
@@ -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;