@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
@@ -11,429 +11,10 @@ import type { Item } from "../Item";
11
11
  * A <code>Property</code> object represents the smallest granularity of content
12
12
  * storage. It has a single parent node and no children. A property consists of
13
13
  * a name and a value, or in the case of multi-value properties, a set of values
14
- * all of the same type. See <code>{@link Value}</code>.A constant for the property name <code>jcr:primaryType</code> (in
15
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_BASE
16
- * nt:base}.A constant for the property name <code>jcr:mixinTypes</code> (in expanded
17
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_BASE
18
- * nt:base}.A constant for the property name <code>jcr:content</code> (in expanded
19
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_LINKED_FILE
20
- * nt:linkedFile}. Note, <code>jcr:content</code> is also the name of a
21
- * child node declared in {@link javax.jcr.nodetype.NodeType#NT_FILE
22
- * nt:file}.A constant for the property name <code>jcr:data</code> (in expanded
23
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_RESOURCE
24
- * nt:resource}.A constant for the property name <code>jcr:protocol</code> (in expanded
25
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
26
- * nt:address}.A constant for the property name <code>jcr:host</code> (in expanded
27
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
28
- * nt:address}.A constant for the property name <code>jcr:port</code> (in expanded
29
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
30
- * nt:address}.A constant for the property name <code>jcr:repository</code> (in expanded
31
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
32
- * nt:address}.A constant for the property name <code>jcr:workspace</code> (in expanded
33
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
34
- * nt:address}.A constant for the property name <code>jcr:path</code> (in expanded
35
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
36
- * nt:address}.A constant for the property name <code>jcr:id</code> (in expanded form),
37
- * declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
38
- * nt:address}.A constant for the property name <code>jcr:uuid</code> (in expanded
39
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_REFERENCEABLE
40
- * mix:referenceable}.A constant for the property name <code>jcr:title</code> (in expanded
41
- * form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_TITLE
42
- * mix:title} and {@link javax.jcr.nodetype.NodeType#NT_ACTIVITY
43
- * nt:activity}.A constant for the property name <code>jcr:description</code> (in
44
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_TITLE
45
- * mix:title}.A constant for the property name <code>jcr:created</code> (in expanded
46
- * form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_CREATED
47
- * mix:created} and {@link javax.jcr.nodetype.NodeType#NT_VERSION
48
- * nt:version}.A constant for the property name <code>jcr:createdBy</code> (in expanded
49
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_CREATED
50
- * mix:created}.A constant for the property name <code>jcr:lastModified</code> (in
51
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LAST_MODIFIED
52
- * mix:lastModified}.A constant for the property name <code>jcr:lastModifiedBy</code> (in
53
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LAST_MODIFIED
54
- * mix:lastModified}.A constant for the property name <code>jcr:language</code> (in expanded
55
- * form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_LANGUAGE
56
- * mix:language} and {@link javax.jcr.nodetype.NodeType#NT_QUERY nt:query}.A constant for the property name <code>jcr:mimeType</code> (in expanded
57
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_MIMETYPE
58
- * mix:mimeType}.A constant for the property name <code>jcr:encoding</code> (in expanded
59
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_MIMETYPE
60
- * mix:mimeType}.A constant for the property name <code>jcr:nodeTypeName</code> (in
61
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
62
- * nt:nodeType}.A constant for the property name <code>jcr:supertypes</code> (in expanded
63
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
64
- * nt:nodeType}.A constant for the property name <code>jcr:isAbstract</code> (in expanded
65
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
66
- * nt:nodeType}.A constant for the property name <code>jcr:isMixin</code> (in expanded
67
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
68
- * nt:nodeType}.A constant for the property name <code>jcr:hasOrderableChildNodes</code>
69
- * (in expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
70
- * nt:nodeType}.A constant for the property name <code>jcr:primaryItemName</code> (in
71
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
72
- * nt:nodeType}.A constant for the property name <code>jcr:name</code> (in expanded
73
- * form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
74
- * nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
75
- * nt:childNodeDefinition}.A constant for the property name <code>jcr:autoCreated</code> (in
76
- * expanded form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
77
- * nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
78
- * nt:childNodeDefinition}.A constant for the property name <code>jcr:mandatory</code> (in expanded
79
- * form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
80
- * nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
81
- * nt:childNodeDefinition}.A constant for the property name <code>jcr:protected</code> (in expanded
82
- * form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
83
- * nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
84
- * nt:childNodeDefinition}.A constant for the property name <code>jcr:onParentVersion</code> (in
85
- * expanded form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
86
- * nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
87
- * nt:childNodeDefinition}.A constant for the property name <code>jcr:requiredType</code> (in
88
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
89
- * nt:propertyDefinition}.A constant for the property name <code>jcr:valueConstraints</code> (in
90
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
91
- * nt:propertyDefinition}.A constant for the property name <code>jcr:defaultValues</code> (in
92
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
93
- * nt:propertyDefinition}.A constant for the property name <code>jcr:multiple</code> (in expanded
94
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
95
- * nt:propertyDefinition}.A constant for the property name <code>jcr:requiredPrimaryTypes</code>
96
- * (in expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
97
- * nt:childNodeDefinition}.A constant for the property name <code>jcr:defaultPrimaryType</code> (in
98
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
99
- * nt:childNodeDefinition}.A constant for the property name <code>jcr:sameNameSiblings</code> (in
100
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
101
- * nt:childNodeDefinition}.A constant for the property name <code>jcr:lockOwner</code> (in expanded
102
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LOCKABLE
103
- * mix:lockable}.A constant for the property name <code>jcr:lockIsDeep</code> (in expanded
104
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LOCKABLE
105
- * mix:lockable}.A constant for the property name <code>jcr:lifecyclePolicy</code> (in
106
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LIFECYCLE
107
- * mix:lifecycle}.A constant for the property name <code>jcr:currentLifecycleState</code>
108
- * (in expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LIFECYCLE
109
- * mix:lifecycle}.A constant for the property name <code>jcr:isCheckedOut</code> (in
110
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_SIMPLE_VERSIONABLE
111
- * mix:simpleVersionable}.A constant for the property name <code>jcr:frozenPrimaryType</code> (in
112
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_FROZEN_NODE
113
- * nt:frozenNode}.A constant for the property name <code>jcr:frozenMixinTypes</code> (in
114
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_FROZEN_NODE
115
- * nt:frozenNode}.A constant for the property name <code>jcr:frozenUuid</code> (in expanded
116
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_FROZEN_NODE
117
- * nt:frozenNode}.A constant for the property name <code>jcr:versionHistory</code> (in
118
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
119
- * mix:versionable}.A constant for the property name <code>jcr:baseVersion</code> (in
120
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
121
- * mix:versionable}.A constant for the property name <code>jcr:predecessors</code> (in
122
- * expanded form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
123
- * mix:versionable} and {@link javax.jcr.nodetype.NodeType#NT_VERSION
124
- * nt:version}.A constant for the property name <code>jcr:mergeFailed</code> (in
125
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
126
- * mix:versionable}.A constant for the property name <code>jcr:activity</code> (in expanded
127
- * form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
128
- * mix:versionable} and {@link javax.jcr.nodetype.NodeType#NT_VERSION
129
- * nt:version}.A constant for the property name <code>jcr:configuration</code> (in
130
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
131
- * mix:versionable}.A constant for the property name <code>jcr:versionableUuid</code> (in
132
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSION
133
- * nt:version}.A constant for the property name <code>jcr:copiedFrom</code> (in expanded
134
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSION
135
- * nt:version}.A constant for the property name <code>jcr:successors</code> (in expanded
136
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSION
137
- * nt:versione}.A constant for the property name <code>jcr:childVersionHistory</code> (in
138
- * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSIONED_CHILD
139
- * nt:versionedChild}.A constant for the property name <code>jcr:root</code> (in expanded
140
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CONFIGURATION
141
- * nt:configuration}.A constant for the property name <code>jcr:statement</code> (in expanded
142
- * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_QUERY
143
- * nt:query}.
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
- * @since JCR 2.0
155
- * @since JCR 2.0
156
- * @since JCR 2.0
157
- * @since JCR 2.0
158
- * @since JCR 2.0
159
- * @since JCR 2.0
160
- * @since JCR 2.0
161
- * @since JCR 2.0
162
- * @since JCR 2.0
163
- * @since JCR 2.0
164
- * @since JCR 2.0
165
- * @since JCR 2.0
166
- * @since JCR 2.0
167
- * @since JCR 2.0
168
- * @since JCR 2.0
169
- * @since JCR 2.0
170
- * @since JCR 2.0
171
- * @since JCR 2.0
172
- * @since JCR 2.0
173
- * @since JCR 2.0
174
- * @since JCR 2.0
175
- * @since JCR 2.0
176
- * @since JCR 2.0
177
- * @since JCR 2.0
178
- * @since JCR 2.0
179
- * @since JCR 2.0
180
- * @since JCR 2.0
181
- * @since JCR 2.0
182
- * @since JCR 2.0
183
- * @since JCR 2.0
184
- * @since JCR 2.0
185
- * @since JCR 2.0
186
- * @since JCR 2.0
187
- * @since JCR 2.0
188
- * @since JCR 2.0
189
- * @since JCR 2.0
190
- * @since JCR 2.0
191
- * @since JCR 2.0
192
- * @since JCR 2.0
193
- * @since JCR 2.0
194
- * @since JCR 2.0
195
- * @since JCR 2.0
196
- * @since JCR 2.0
197
- * @since JCR 2.0
198
- * @since JCR 2.0
199
- * @since JCR 2.0
200
- * @since JCR 2.0
201
- * @since JCR 2.0
202
- * @since JCR 2.0
203
- */
204
- export type Property = {
205
- /**
206
- * Sets the value of this property to <code>value</code>. If this property's
207
- * property type is not constrained by the node type of its parent node,
208
- * then the property type is changed to that of the supplied
209
- * <code>value</code>. If the property type is constrained, then a
210
- * best-effort conversion is attempted.
211
- * <p>
212
- * This method is a session-write and therefore requires a <code>save</code>
213
- * to dispatch the change.
214
- * <p>
215
- * A <code>ConstraintViolationException</code> will be thrown either
216
- * immediately, on dispatch, or on persist, if the change would violate a
217
- * node type or implementation-specific constraint. Implementations may
218
- * differ on when this validation is performed.
219
- * <p>
220
- * A <code>VersionException</code> will be thrown either immediately, on
221
- * dispatch, or on persist, if this property belongs to a node that is
222
- * versionable and checked-in or is non-versionable but whose nearest
223
- * versionable ancestor is checked-in. Implementations may differ on when
224
- * this validation is performed.
225
- * <p>
226
- * A <code>LockException</code> will be thrown either immediately, on
227
- * dispatch, or on persist, if a lock prevents the setting of the value.
228
- * Implementations may differ on when this validation is performed.
229
- *
230
- * <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
231
- * <code>sv:simpleUser</code></p>
232
- * @param value The new value to set the property to.
233
- * @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
234
- * @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
235
- * @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
236
- * @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
237
- * @throws RepositoryException if another error occurs.
238
- */
239
- setValue(value: Value): void;
240
-
241
- /**
242
- * Sets the value of this property to the <code>values</code> array. If this
243
- * property's property type is not constrained by the node type of its
244
- * parent node, then the property type may be changed. If the property type
245
- * is constrained, then a best-effort conversion is attempted, according to
246
- * an implemention-dependent definition of "best effort". The change will be
247
- * persisted (if valid) on <code>save</code>.
248
- * <p>
249
- * A <code>ConstraintViolationException</code> will be thrown either
250
- * immediately, on dispatch, or on persist, if the change would violate a
251
- * node type or implementation-specific constraint. Implementations may
252
- * differ on when this validation is performed.
253
- * <p>
254
- * A <code>VersionException</code> will be thrown either immediately, on
255
- * dispatch, or on persist, if this property belongs to a node that is
256
- * read-only due to a checked-in node. Implementations may differ on when
257
- * this validation is performed.
258
- * <p>
259
- * A <code>LockException</code> will be thrown either immediately, on
260
- * dispatch, or on persist, if a lock prevents the setting of the value.
261
- * Implementations may differ on when this validation is performed.
262
- *
263
- * <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
264
- * <code>sv:simpleUser</code></p>
265
- * @param values The new values to set the property to.
266
- * @throws ValueFormatException if the type or format of the specified values is incompatible with the type of this property.
267
- * @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
268
- * @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
269
- * @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
270
- * @throws RepositoryException if another error occurs.
271
- */
272
- setValue(values: Value): void;
273
-
274
- /**
275
- * Sets the value of this property to <code>value</code>. Same as
276
- * <code>{@link #setValue(Value value)}</code> except that the value is
277
- * specified as a <code>String</code>.
278
- *
279
- * <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
280
- * <code>sv:simpleUser</code></p>
281
- * @param value The new value to set the property to.
282
- * @throws ValueFormatException if the type or format of the specified values is incompatible with the type of this property.
283
- * @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
284
- * @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
285
- * @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
286
- * @throws RepositoryException if another error occurs.
287
- */
288
- setValue(value: string): void;
289
-
290
- /**
291
- * Sets the value of this property to the <code>values</code> array. Same as
292
- * <code>{@link #setValue(Value[] values)}</code> except that the values are
293
- * specified as a <code>String[]</code>.
294
- *
295
- * <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
296
- * <code>sv:simpleUser</code></p>
297
- * @param values The new values to set the property to.
298
- * @throws ValueFormatException if the type or format of one or more of the specified values is incompatible with the type of this property.
299
- * @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
300
- * @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
301
- * @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
302
- * @throws RepositoryException if another error occurs.
303
- */
304
- setValue(values: string): void;
305
-
306
- /**
307
- * Sets the value of this property to <code>value</code>. Same as
308
- * <code>{@link #setValue(Value value)}</code> except that the value is
309
- * specified as an <code>InputStream</code>.
310
- * <p>
311
- * The passed stream is closed before this method returns either normally or
312
- * because of an exception.
313
- *
314
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
315
- * @param value The new value to set the property to.
316
- * @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
317
- * @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
318
- * @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
319
- * @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
320
- * @throws RepositoryException if another error occurs.
321
- * @deprecated As of JCR 2.0, {@link #setValue(Binary)} should be used instead.
322
- */
323
- setValue(value: unknown): void;
324
-
325
- /**
326
- * Sets the value of this property to <code>value</code>. Same as
327
- * <code>{@link #setValue(Value value)}</code> except that the value is
328
- * specified as a <code>Binary</code>.
329
- *
330
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
331
- * @param value The new value to set the property to.
332
- * @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
333
- * @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
334
- * @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
335
- * @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
336
- * @throws RepositoryException if another error occurs.
337
- * @since JCR 2.0
338
- */
339
- setValue(value: Binary): void;
340
-
341
- /**
342
- * Sets the value of this property to <code>value</code>. Same as
343
- * <code>{@link #setValue(Value value)}</code> except that the value is
344
- * specified as a <code>long</code>.
345
- *
346
- * <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
347
- * <code>sv:simpleUser</code></p>
348
- * @param value The new value to set the property to.
349
- * @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
350
- * @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
351
- * @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
352
- * @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
353
- * @throws RepositoryException if another error occurs.
354
- */
355
- setValue(value: number): void;
356
-
357
- /**
358
- * Sets the value of this property to <code>value</code>. Same as
359
- * <code>{@link #setValue(Value value)}</code> except that the value is
360
- * specified as a <code>double</code>.
361
- *
362
- * <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
363
- * <code>sv:simpleUser</code></p>
364
- * @param value The new value to set the property to.
365
- * @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
366
- * @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
367
- * @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
368
- * @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
369
- * @throws RepositoryException if another error occurs.
370
- */
371
- setValue(value: number): void;
372
-
373
- /**
374
- * Sets the value of this property to <code>value</code>. Same as
375
- * <code>{@link #setValue(Value value)}</code> except that the value is
376
- * specified as a <code>BigDecimal</code>.
377
- *
378
- * <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
379
- * <code>sv:simpleUser</code></p>
380
- * @param value The new value to set the property to.
381
- * @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
382
- * @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
383
- * @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
384
- * @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
385
- * @throws RepositoryException if another error occurs.
386
- * @since JCR 2.0
387
- */
388
- setValue(value: unknown): void;
389
-
390
- /**
391
- * Sets the value of this property to <code>value</code>. Same as
392
- * <code>{@link #setValue(Value value)}</code> except that the value is
393
- * specified as a <code>Calendar</code>.
394
- *
395
- * <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
396
- * <code>sv:simpleUser</code></p>
397
- * @param value The new value to set the property to.
398
- * @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
399
- * @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
400
- * @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
401
- * @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
402
- * @throws RepositoryException if another error occurs.
403
- */
404
- setValue(value: unknown): void;
405
-
406
- /**
407
- * Sets the value of this property to <code>value</code>. Same as
408
- * <code>{@link #setValue(Value value)}</code> except that the value is
409
- * specified as a <code>boolean</code>.
410
- *
411
- * <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
412
- * <code>sv:simpleUser</code></p>
413
- * @param value The new value to set the property to.
414
- * @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
415
- * @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
416
- * @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
417
- * @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
418
- * @throws RepositoryException if another error occurs.
419
- */
420
- setValue(value: boolean): void;
421
-
422
- /**
423
- * Sets this <code>REFERENCE</code> or <code>WEAKREFERNCE</code> property to
424
- * refer to the specified node.
425
- *
426
- * <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
427
- * <code>sv:simpleUser</code></p>
428
- * @param value The node to which this property will refer.
429
- * @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property the specified node is not referenceable.
430
- * @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
431
- * @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
432
- * @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
433
- * @throws RepositoryException if another error occurs.
434
- */
435
- setValue(value: Node): void;
436
-
14
+ * all of the same type. See <code>{@link Value}</code>.
15
+
16
+ */
17
+ export type Property = Item & {
437
18
  /**
438
19
  * Returns the value of this property as a <code>Value</code> object.
439
20
  * <p>
@@ -464,39 +45,6 @@ export type Property = {
464
45
  */
465
46
  getString(): string;
466
47
 
467
- /**
468
- * Returns an <code>InputStream</code> representation of the value of this
469
- * property. A shortcut for <code>Property.getValue().getStream()</code>.
470
- * <p>
471
- * It is the responsibility of the caller to close the returned
472
- * InputStream.
473
- *
474
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
475
- * @return A stream representation of the value of this property.
476
- * @throws ValueFormatException if the property is multi-valued.
477
- * @throws RepositoryException if another error occurs
478
- * @see Value
479
- * @deprecated As of JCR 2.0, {@link #getBinary()} should be used instead.
480
- */
481
- getStream(): unknown;
482
-
483
- /**
484
- * Returns a <code>Binary</code> representation of the value of this
485
- * property. A shortcut for <code>Property.getValue().getBinary()</code>.
486
- *
487
- * <p><strong>Sitevision note:</strong> Limited to the <code>URL</code> and <code>URI</code> properties of nodes with primary
488
- * {@link javax.jcr.nodetype.NodeType} <code>sv:file</code> and <code>sv:image</code> and to any {@link javax.jcr.PropertyType#WEAKREFERENCE}
489
- * pointing to a <code>Node</code> of type <code>sv:file</code> or <code>sv:image</code></p>
490
- * @return A <code>Binary</code> representation of the value of this property.
491
- * @throws ValueFormatException if the property is multi-valued.
492
- * @throws RepositoryException if another error occurs.
493
- * @see Value
494
- * @see Binary
495
- * @since JCR 2.0
496
- * @since Sitevision 3.5
497
- */
498
- getBinary(): Binary;
499
-
500
48
  /**
501
49
  * Returns a <code>long</code> representation of the value of this property.
502
50
  * A shortcut for <code>Property.getValue().getLong()</code>.
@@ -598,39 +146,6 @@ export type Property = {
598
146
  */
599
147
  getProperty(): Property;
600
148
 
601
- /**
602
- * Returns the length of the value of this property.
603
- * <p>
604
- * For a <code>BINARY</code> property, <code>getLength</code> returns the
605
- * number of bytes. For other property types, <code>getLength</code> returns
606
- * the same value that would be returned by calling {@link
607
- * java.lang.String#length()} on the value when it has been converted to a
608
- * <code>STRING</code> according to standard JCR property type conversion.
609
- * <p>
610
- * Returns -1 if the implementation cannot determine the length.
611
- *
612
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
613
- * @return an <code>long</code>.
614
- * @throws ValueFormatException if this property is multi-valued.
615
- * @throws RepositoryException if another error occurs.
616
- */
617
- getLength(): number;
618
-
619
- /**
620
- * Returns an array holding the lengths of the values of this (multi-value)
621
- * property in bytes where each is individually calculated as described in
622
- * {@link #getLength()}.
623
- * <p>
624
- * Returns a <code>-1</code> in the appropriate position if the
625
- * implementation cannot determine the length of a value.
626
- *
627
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>
628
- * @return an array of lengths
629
- * @throws ValueFormatException if this property is single-valued.
630
- * @throws RepositoryException if another error occurs.
631
- */
632
- getLengths(): number;
633
-
634
149
  /**
635
150
  * Returns the property definition that applies to this property. In some
636
151
  * cases there may appear to be more than one definition that could apply to
@@ -672,4 +187,487 @@ export type Property = {
672
187
  * @throws RepositoryException if an error occurs.
673
188
  */
674
189
  isMultiple(): boolean;
190
+
191
+ /**
192
+ * A constant for the property name <code>jcr:primaryType</code> (in
193
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_BASE
194
+ * nt:base}.
195
+ * @since JCR 2.0
196
+ */
197
+ JCR_PRIMARY_TYPE: string;
198
+
199
+ /**
200
+ * A constant for the property name <code>jcr:mixinTypes</code> (in expanded
201
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_BASE
202
+ * nt:base}.
203
+ * @since JCR 2.0
204
+ */
205
+ JCR_MIXIN_TYPES: string;
206
+
207
+ /**
208
+ * A constant for the property name <code>jcr:content</code> (in expanded
209
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_LINKED_FILE
210
+ * nt:linkedFile}. Note, <code>jcr:content</code> is also the name of a
211
+ * child node declared in {@link javax.jcr.nodetype.NodeType#NT_FILE
212
+ * nt:file}.
213
+ * @since JCR 2.0
214
+ */
215
+ JCR_CONTENT: string;
216
+
217
+ /**
218
+ * A constant for the property name <code>jcr:data</code> (in expanded
219
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_RESOURCE
220
+ * nt:resource}.
221
+ * @since JCR 2.0
222
+ */
223
+ JCR_DATA: string;
224
+
225
+ /**
226
+ * A constant for the property name <code>jcr:protocol</code> (in expanded
227
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
228
+ * nt:address}.
229
+ * @since JCR 2.0
230
+ */
231
+ JCR_PROTOCOL: string;
232
+
233
+ /**
234
+ * A constant for the property name <code>jcr:host</code> (in expanded
235
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
236
+ * nt:address}.
237
+ * @since JCR 2.0
238
+ */
239
+ JCR_HOST: string;
240
+
241
+ /**
242
+ * A constant for the property name <code>jcr:port</code> (in expanded
243
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
244
+ * nt:address}.
245
+ * @since JCR 2.0
246
+ */
247
+ JCR_PORT: string;
248
+
249
+ /**
250
+ * A constant for the property name <code>jcr:repository</code> (in expanded
251
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
252
+ * nt:address}.
253
+ * @since JCR 2.0
254
+ */
255
+ JCR_REPOSITORY: string;
256
+
257
+ /**
258
+ * A constant for the property name <code>jcr:workspace</code> (in expanded
259
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
260
+ * nt:address}.
261
+ * @since JCR 2.0
262
+ */
263
+ JCR_WORKSPACE: string;
264
+
265
+ /**
266
+ * A constant for the property name <code>jcr:path</code> (in expanded
267
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
268
+ * nt:address}.
269
+ * @since JCR 2.0
270
+ */
271
+ JCR_PATH: string;
272
+
273
+ /**
274
+ * A constant for the property name <code>jcr:id</code> (in expanded form),
275
+ * declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
276
+ * nt:address}.
277
+ * @since JCR 2.0
278
+ */
279
+ JCR_ID: string;
280
+
281
+ /**
282
+ * A constant for the property name <code>jcr:uuid</code> (in expanded
283
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_REFERENCEABLE
284
+ * mix:referenceable}.
285
+ * @since JCR 2.0
286
+ */
287
+ JCR_UUID: string;
288
+
289
+ /**
290
+ * A constant for the property name <code>jcr:title</code> (in expanded
291
+ * form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_TITLE
292
+ * mix:title} and {@link javax.jcr.nodetype.NodeType#NT_ACTIVITY
293
+ * nt:activity}.
294
+ * @since JCR 2.0
295
+ */
296
+ JCR_TITLE: string;
297
+
298
+ /**
299
+ * A constant for the property name <code>jcr:description</code> (in
300
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_TITLE
301
+ * mix:title}.
302
+ * @since JCR 2.0
303
+ */
304
+ JCR_DESCRIPTION: string;
305
+
306
+ /**
307
+ * A constant for the property name <code>jcr:created</code> (in expanded
308
+ * form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_CREATED
309
+ * mix:created} and {@link javax.jcr.nodetype.NodeType#NT_VERSION
310
+ * nt:version}.
311
+ * @since JCR 2.0
312
+ */
313
+ JCR_CREATED: string;
314
+
315
+ /**
316
+ * A constant for the property name <code>jcr:createdBy</code> (in expanded
317
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_CREATED
318
+ * mix:created}.
319
+ * @since JCR 2.0
320
+ */
321
+ JCR_CREATED_BY: string;
322
+
323
+ /**
324
+ * A constant for the property name <code>jcr:lastModified</code> (in
325
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LAST_MODIFIED
326
+ * mix:lastModified}.
327
+ * @since JCR 2.0
328
+ */
329
+ JCR_LAST_MODIFIED: string;
330
+
331
+ /**
332
+ * A constant for the property name <code>jcr:lastModifiedBy</code> (in
333
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LAST_MODIFIED
334
+ * mix:lastModified}.
335
+ * @since JCR 2.0
336
+ */
337
+ JCR_LAST_MODIFIED_BY: string;
338
+
339
+ /**
340
+ * A constant for the property name <code>jcr:language</code> (in expanded
341
+ * form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_LANGUAGE
342
+ * mix:language} and {@link javax.jcr.nodetype.NodeType#NT_QUERY nt:query}.
343
+ * @since JCR 2.0
344
+ */
345
+ JCR_LANGUAGE: string;
346
+
347
+ /**
348
+ * A constant for the property name <code>jcr:mimeType</code> (in expanded
349
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_MIMETYPE
350
+ * mix:mimeType}.
351
+ * @since JCR 2.0
352
+ */
353
+ JCR_MIMETYPE: string;
354
+
355
+ /**
356
+ * A constant for the property name <code>jcr:encoding</code> (in expanded
357
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_MIMETYPE
358
+ * mix:mimeType}.
359
+ * @since JCR 2.0
360
+ */
361
+ JCR_ENCODING: string;
362
+
363
+ /**
364
+ * A constant for the property name <code>jcr:nodeTypeName</code> (in
365
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
366
+ * nt:nodeType}.
367
+ * @since JCR 2.0
368
+ */
369
+ JCR_NODE_TYPE_NAME: string;
370
+
371
+ /**
372
+ * A constant for the property name <code>jcr:supertypes</code> (in expanded
373
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
374
+ * nt:nodeType}.
375
+ * @since JCR 2.0
376
+ */
377
+ JCR_SUPERTYPES: string;
378
+
379
+ /**
380
+ * A constant for the property name <code>jcr:isAbstract</code> (in expanded
381
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
382
+ * nt:nodeType}.
383
+ * @since JCR 2.0
384
+ */
385
+ JCR_IS_ABSTRACT: string;
386
+
387
+ /**
388
+ * A constant for the property name <code>jcr:isMixin</code> (in expanded
389
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
390
+ * nt:nodeType}.
391
+ * @since JCR 2.0
392
+ */
393
+ JCR_IS_MIXIN: string;
394
+
395
+ /**
396
+ * A constant for the property name <code>jcr:hasOrderableChildNodes</code>
397
+ * (in expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
398
+ * nt:nodeType}.
399
+ * @since JCR 2.0
400
+ */
401
+ JCR_HAS_ORDERABLE_CHILD_NODES: string;
402
+
403
+ /**
404
+ * A constant for the property name <code>jcr:primaryItemName</code> (in
405
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
406
+ * nt:nodeType}.
407
+ * @since JCR 2.0
408
+ */
409
+ JCR_PRIMARY_ITEM_NAME: string;
410
+
411
+ /**
412
+ * A constant for the property name <code>jcr:name</code> (in expanded
413
+ * form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
414
+ * nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
415
+ * nt:childNodeDefinition}.
416
+ * @since JCR 2.0
417
+ */
418
+ JCR_NAME: string;
419
+
420
+ /**
421
+ * A constant for the property name <code>jcr:autoCreated</code> (in
422
+ * expanded form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
423
+ * nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
424
+ * nt:childNodeDefinition}.
425
+ * @since JCR 2.0
426
+ */
427
+ JCR_AUTOCREATED: string;
428
+
429
+ /**
430
+ * A constant for the property name <code>jcr:mandatory</code> (in expanded
431
+ * form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
432
+ * nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
433
+ * nt:childNodeDefinition}.
434
+ * @since JCR 2.0
435
+ */
436
+ JCR_MANDATORY: string;
437
+
438
+ /**
439
+ * A constant for the property name <code>jcr:protected</code> (in expanded
440
+ * form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
441
+ * nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
442
+ * nt:childNodeDefinition}.
443
+ * @since JCR 2.0
444
+ */
445
+ JCR_PROTECTED: string;
446
+
447
+ /**
448
+ * A constant for the property name <code>jcr:onParentVersion</code> (in
449
+ * expanded form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
450
+ * nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
451
+ * nt:childNodeDefinition}.
452
+ * @since JCR 2.0
453
+ */
454
+ JCR_ON_PARENT_VERSION: string;
455
+
456
+ /**
457
+ * A constant for the property name <code>jcr:requiredType</code> (in
458
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
459
+ * nt:propertyDefinition}.
460
+ * @since JCR 2.0
461
+ */
462
+ JCR_REQUIRED_TYPE: string;
463
+
464
+ /**
465
+ * A constant for the property name <code>jcr:valueConstraints</code> (in
466
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
467
+ * nt:propertyDefinition}.
468
+ * @since JCR 2.0
469
+ */
470
+ JCR_VALUE_CONSTRAINTS: string;
471
+
472
+ /**
473
+ * A constant for the property name <code>jcr:defaultValues</code> (in
474
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
475
+ * nt:propertyDefinition}.
476
+ * @since JCR 2.0
477
+ */
478
+ JCR_DEFAULT_VALUES: string;
479
+
480
+ /**
481
+ * A constant for the property name <code>jcr:multiple</code> (in expanded
482
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
483
+ * nt:propertyDefinition}.
484
+ * @since JCR 2.0
485
+ */
486
+ JCR_MULTIPLE: string;
487
+
488
+ /**
489
+ * A constant for the property name <code>jcr:requiredPrimaryTypes</code>
490
+ * (in expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
491
+ * nt:childNodeDefinition}.
492
+ * @since JCR 2.0
493
+ */
494
+ JCR_REQUIRED_PRIMARY_TYPES: string;
495
+
496
+ /**
497
+ * A constant for the property name <code>jcr:defaultPrimaryType</code> (in
498
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
499
+ * nt:childNodeDefinition}.
500
+ * @since JCR 2.0
501
+ */
502
+ JCR_DEFAULT_PRIMARY_TYPE: string;
503
+
504
+ /**
505
+ * A constant for the property name <code>jcr:sameNameSiblings</code> (in
506
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
507
+ * nt:childNodeDefinition}.
508
+ * @since JCR 2.0
509
+ */
510
+ JCR_SAME_NAME_SIBLINGS: string;
511
+
512
+ /**
513
+ * A constant for the property name <code>jcr:lockOwner</code> (in expanded
514
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LOCKABLE
515
+ * mix:lockable}.
516
+ * @since JCR 2.0
517
+ */
518
+ JCR_LOCK_OWNER: string;
519
+
520
+ /**
521
+ * A constant for the property name <code>jcr:lockIsDeep</code> (in expanded
522
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LOCKABLE
523
+ * mix:lockable}.
524
+ * @since JCR 2.0
525
+ */
526
+ JCR_LOCK_IS_DEEP: string;
527
+
528
+ /**
529
+ * A constant for the property name <code>jcr:lifecyclePolicy</code> (in
530
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LIFECYCLE
531
+ * mix:lifecycle}.
532
+ * @since JCR 2.0
533
+ */
534
+ JCR_LIFECYCLE_POLICY: string;
535
+
536
+ /**
537
+ * A constant for the property name <code>jcr:currentLifecycleState</code>
538
+ * (in expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LIFECYCLE
539
+ * mix:lifecycle}.
540
+ * @since JCR 2.0
541
+ */
542
+ JCR_CURRENT_LIFECYCLE_STATE: string;
543
+
544
+ /**
545
+ * A constant for the property name <code>jcr:isCheckedOut</code> (in
546
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_SIMPLE_VERSIONABLE
547
+ * mix:simpleVersionable}.
548
+ * @since JCR 2.0
549
+ */
550
+ JCR_IS_CHECKED_OUT: string;
551
+
552
+ /**
553
+ * A constant for the property name <code>jcr:frozenPrimaryType</code> (in
554
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_FROZEN_NODE
555
+ * nt:frozenNode}.
556
+ * @since JCR 2.0
557
+ */
558
+ JCR_FROZEN_PRIMARY_TYPE: string;
559
+
560
+ /**
561
+ * A constant for the property name <code>jcr:frozenMixinTypes</code> (in
562
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_FROZEN_NODE
563
+ * nt:frozenNode}.
564
+ * @since JCR 2.0
565
+ */
566
+ JCR_FROZEN_MIXIN_TYPES: string;
567
+
568
+ /**
569
+ * A constant for the property name <code>jcr:frozenUuid</code> (in expanded
570
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_FROZEN_NODE
571
+ * nt:frozenNode}.
572
+ * @since JCR 2.0
573
+ */
574
+ JCR_FROZEN_UUID: string;
575
+
576
+ /**
577
+ * A constant for the property name <code>jcr:versionHistory</code> (in
578
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
579
+ * mix:versionable}.
580
+ * @since JCR 2.0
581
+ */
582
+ JCR_VERSION_HISTORY: string;
583
+
584
+ /**
585
+ * A constant for the property name <code>jcr:baseVersion</code> (in
586
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
587
+ * mix:versionable}.
588
+ * @since JCR 2.0
589
+ */
590
+ JCR_BASE_VERSION: string;
591
+
592
+ /**
593
+ * A constant for the property name <code>jcr:predecessors</code> (in
594
+ * expanded form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
595
+ * mix:versionable} and {@link javax.jcr.nodetype.NodeType#NT_VERSION
596
+ * nt:version}.
597
+ * @since JCR 2.0
598
+ */
599
+ JCR_PREDECESSORS: string;
600
+
601
+ /**
602
+ * A constant for the property name <code>jcr:mergeFailed</code> (in
603
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
604
+ * mix:versionable}.
605
+ * @since JCR 2.0
606
+ */
607
+ JCR_MERGE_FAILED: string;
608
+
609
+ /**
610
+ * A constant for the property name <code>jcr:activity</code> (in expanded
611
+ * form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
612
+ * mix:versionable} and {@link javax.jcr.nodetype.NodeType#NT_VERSION
613
+ * nt:version}.
614
+ * @since JCR 2.0
615
+ */
616
+ JCR_ACTIVITY: string;
617
+
618
+ /**
619
+ * A constant for the property name <code>jcr:configuration</code> (in
620
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
621
+ * mix:versionable}.
622
+ * @since JCR 2.0
623
+ */
624
+ JCR_CONFIGURATION: string;
625
+
626
+ /**
627
+ * A constant for the property name <code>jcr:versionableUuid</code> (in
628
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSION
629
+ * nt:version}.
630
+ * @since JCR 2.0
631
+ */
632
+ JCR_VERSIONABLE_UUID: string;
633
+
634
+ /**
635
+ * A constant for the property name <code>jcr:copiedFrom</code> (in expanded
636
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSION
637
+ * nt:version}.
638
+ * @since JCR 2.0
639
+ */
640
+ JCR_COPIED_FROM: string;
641
+
642
+ /**
643
+ * A constant for the property name <code>jcr:successors</code> (in expanded
644
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSION
645
+ * nt:versione}.
646
+ * @since JCR 2.0
647
+ */
648
+ JCR_SUCCESSORS: string;
649
+
650
+ /**
651
+ * A constant for the property name <code>jcr:childVersionHistory</code> (in
652
+ * expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSIONED_CHILD
653
+ * nt:versionedChild}.
654
+ * @since JCR 2.0
655
+ */
656
+ JCR_CHILD_VERSION_HISTORY: string;
657
+
658
+ /**
659
+ * A constant for the property name <code>jcr:root</code> (in expanded
660
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CONFIGURATION
661
+ * nt:configuration}.
662
+ * @since JCR 2.0
663
+ */
664
+ JCR_ROOT: string;
665
+
666
+ /**
667
+ * A constant for the property name <code>jcr:statement</code> (in expanded
668
+ * form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_QUERY
669
+ * nt:query}.
670
+ * @since JCR 2.0
671
+ */
672
+ JCR_STATEMENT: string;
675
673
  };