@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
@@ -1,47 +1,9 @@
1
1
  /**
2
2
  * An event fired by the observation mechanism.
3
3
  *
4
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>Generated on persist when a node is added. <ul> <li>{@link #getPath}
5
- * returns the absolute path of the node that was added.</li> <li>{@link
6
- * #getIdentifier} returns the identifier of the node that was added.</li>
7
- * <li>{@link #getInfo} returns an empty <code>Map</code> object.</li>
8
- * </ul>Generated on persist when a node is removed. <ul> <li>{@link #getPath}
9
- * returns the absolute path of the node that was removed.</li> <li>{@link
10
- * #getIdentifier} returns the identifier of the node that was removed.</li>
11
- * <li>{@link #getInfo} returns an empty <code>Map</code> object.</li>
12
- * </ul>Generated on persist when a property is added. <ul> <li>{@link #getPath}
13
- * returns the absolute path of the property that was added.</li> <li>{@link
14
- * #getIdentifier} returns the identifier of the parent node of the property
15
- * that was added. <li>{@link #getInfo} returns an empty <code>Map</code>
16
- * object.</li> </ul>Generated on persist when a property is removed. <ul> <li>{@link
17
- * #getPath} returns the absolute path of the property that was
18
- * removed.</li> <li>{@link #getIdentifier} returns the identifier of the
19
- * parent node of the property that was removed. <li>{@link #getInfo}
20
- * returns an empty <code>Map</code> object.</li> </ul>Generated on persist when a property is changed. <ul> <li>{@link
21
- * #getPath} returns the absolute path of the property that was
22
- * changed.</li> <li>{@link #getIdentifier} returns the identifier of the
23
- * parent node of the property that was changed. <li>{@link #getInfo}
24
- * returns an empty <code>Map</code> object.</li> </ul>Generated on persist when a node is moved. <ul> <li>{@link #getPath}
25
- * returns the absolute path of the destination of the move.</li> <li>{@link
26
- * #getIdentifier} returns the identifier of the moved node. <li> {@link
27
- * #getInfo} If the method that caused this event was a {@link
28
- * javax.jcr.Session#move Session.move} or {@link javax.jcr.Workspace#move
29
- * Workspace.move} then the returned {@link java.util.Map Map} has keys
30
- * <code>srcAbsPath</code> and <code>destAbsPath</code> with values
31
- * corresponding to the parameters passed to the <code>move</code> method.
32
- * <p>
33
- * If the method that caused this event was a {@link
34
- * javax.jcr.Node#orderBefore Node.orderBefore} then the returned
35
- * <code>Map</code> has keys <code>srcChildRelPath</code> and
36
- * <code>destChildRelPath</code> with values corresponding to the parameters
37
- * passed to the <code>orderBefore</code> method. </li> </ul>If event bundling is supported, this event is used to indicate a bundle
38
- * boundary within the event journal. <ul> <li>{@link #getPath} returns
39
- * <code>null</code>.</li> <li>{@link #getIdentifier} returns
40
- * <code>null</code>.</li> <li>{@link #getInfo} returns an empty
41
- * <code>Map</code> object.</li> </ul>
42
- * @since JCR 2.0
43
- * @since JCR 2.0
44
- */
4
+ * <p><strong>Sitevision note:</strong> Unsupported operation</p>
5
+
6
+ */
45
7
  export type Event = {
46
8
  /**
47
9
  * Returns the type of this event: a constant defined by this interface. One
@@ -111,4 +73,83 @@ export type Event = {
111
73
  * @since JCR 2.0
112
74
  */
113
75
  getDate(): number;
76
+
77
+ /**
78
+ * Generated on persist when a node is added. <ul> <li>{@link #getPath}
79
+ * returns the absolute path of the node that was added.</li> <li>{@link
80
+ * #getIdentifier} returns the identifier of the node that was added.</li>
81
+ * <li>{@link #getInfo} returns an empty <code>Map</code> object.</li>
82
+ * </ul>
83
+
84
+ */
85
+ NODE_ADDED: number;
86
+
87
+ /**
88
+ * Generated on persist when a node is removed. <ul> <li>{@link #getPath}
89
+ * returns the absolute path of the node that was removed.</li> <li>{@link
90
+ * #getIdentifier} returns the identifier of the node that was removed.</li>
91
+ * <li>{@link #getInfo} returns an empty <code>Map</code> object.</li>
92
+ * </ul>
93
+
94
+ */
95
+ NODE_REMOVED: number;
96
+
97
+ /**
98
+ * Generated on persist when a property is added. <ul> <li>{@link #getPath}
99
+ * returns the absolute path of the property that was added.</li> <li>{@link
100
+ * #getIdentifier} returns the identifier of the parent node of the property
101
+ * that was added. <li>{@link #getInfo} returns an empty <code>Map</code>
102
+ * object.</li> </ul>
103
+
104
+ */
105
+ PROPERTY_ADDED: number;
106
+
107
+ /**
108
+ * Generated on persist when a property is removed. <ul> <li>{@link
109
+ * #getPath} returns the absolute path of the property that was
110
+ * removed.</li> <li>{@link #getIdentifier} returns the identifier of the
111
+ * parent node of the property that was removed. <li>{@link #getInfo}
112
+ * returns an empty <code>Map</code> object.</li> </ul>
113
+
114
+ */
115
+ PROPERTY_REMOVED: number;
116
+
117
+ /**
118
+ * Generated on persist when a property is changed. <ul> <li>{@link
119
+ * #getPath} returns the absolute path of the property that was
120
+ * changed.</li> <li>{@link #getIdentifier} returns the identifier of the
121
+ * parent node of the property that was changed. <li>{@link #getInfo}
122
+ * returns an empty <code>Map</code> object.</li> </ul>
123
+
124
+ */
125
+ PROPERTY_CHANGED: number;
126
+
127
+ /**
128
+ * Generated on persist when a node is moved. <ul> <li>{@link #getPath}
129
+ * returns the absolute path of the destination of the move.</li> <li>{@link
130
+ * #getIdentifier} returns the identifier of the moved node. <li> {@link
131
+ * #getInfo} If the method that caused this event was a {@link
132
+ * javax.jcr.Session#move Session.move} or {@link javax.jcr.Workspace#move
133
+ * Workspace.move} then the returned {@link java.util.Map Map} has keys
134
+ * <code>srcAbsPath</code> and <code>destAbsPath</code> with values
135
+ * corresponding to the parameters passed to the <code>move</code> method.
136
+ * <p>
137
+ * If the method that caused this event was a {@link
138
+ * javax.jcr.Node#orderBefore Node.orderBefore} then the returned
139
+ * <code>Map</code> has keys <code>srcChildRelPath</code> and
140
+ * <code>destChildRelPath</code> with values corresponding to the parameters
141
+ * passed to the <code>orderBefore</code> method. </li> </ul>
142
+ * @since JCR 2.0
143
+ */
144
+ NODE_MOVED: number;
145
+
146
+ /**
147
+ * If event bundling is supported, this event is used to indicate a bundle
148
+ * boundary within the event journal. <ul> <li>{@link #getPath} returns
149
+ * <code>null</code>.</li> <li>{@link #getIdentifier} returns
150
+ * <code>null</code>.</li> <li>{@link #getInfo} returns an empty
151
+ * <code>Map</code> object.</li> </ul>
152
+ * @since JCR 2.0
153
+ */
154
+ PERSIST: number;
114
155
  };
@@ -9,7 +9,7 @@ import type { RangeIterator } from "../../RangeIterator";
9
9
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
10
10
 
11
11
  */
12
- export type EventIterator = {
12
+ export type EventIterator = RangeIterator & {
13
13
  /**
14
14
  * Returns the next <code>Event</code> in the iteration.
15
15
  * @return the next <code>Event</code> in the iteration.
@@ -7,7 +7,7 @@ import type { EventIterator } from "../EventIterator";
7
7
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
8
8
  * @since JCR 2.0
9
9
  */
10
- export type EventJournal = {
10
+ export type EventJournal = EventIterator & {
11
11
  /**
12
12
  * Skip all elements of the iterator earlier than <code>date</code>.
13
13
  * <p>
@@ -9,7 +9,7 @@ import type { RangeIterator } from "../../RangeIterator";
9
9
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
10
10
 
11
11
  */
12
- export type EventListenerIterator = {
12
+ export type EventListenerIterator = RangeIterator & {
13
13
  /**
14
14
  * Returns the next <code>EventListener</code> in the iteration.
15
15
  * @return the next <code>EventListener</code> in the iteration.
@@ -6,14 +6,9 @@ import type { Value } from "../../Value";
6
6
  /**
7
7
  * A <code>Query</code> object.
8
8
  *
9
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>A string constant representing the XPath query language as defined in JCR
10
- * 1.0.A string constant representing the SQL query language as defined in JCR
11
- * 1.0.A string constant representing the JCR-SQL2 query language.A string constant representing the JCR-JQOM query language.
12
- * @deprecated As of JCR 2.0, this language is deprecated.
13
- * @deprecated As of JCR 2.0, this language is deprecated.
14
- * @since JCR 2.0
15
- * @since JCR 2.0
16
- */
9
+ * <p><strong>Sitevision note:</strong> Unsupported operation</p>
10
+
11
+ */
17
12
  export type Query = {
18
13
  /**
19
14
  * Executes this query and returns a <code>{@link QueryResult}</code>
@@ -144,4 +139,30 @@ export type Query = {
144
139
  * @since JCR 2.0
145
140
  */
146
141
  getBindVariableNames(): string;
142
+
143
+ /**
144
+ * A string constant representing the XPath query language as defined in JCR
145
+ * 1.0.
146
+ * @deprecated As of JCR 2.0, this language is deprecated.
147
+ */
148
+ XPATH: string;
149
+
150
+ /**
151
+ * A string constant representing the SQL query language as defined in JCR
152
+ * 1.0.
153
+ * @deprecated As of JCR 2.0, this language is deprecated.
154
+ */
155
+ SQL: string;
156
+
157
+ /**
158
+ * A string constant representing the JCR-SQL2 query language.
159
+ * @since JCR 2.0
160
+ */
161
+ JCR_SQL2: string;
162
+
163
+ /**
164
+ * A string constant representing the JCR-JQOM query language.
165
+ * @since JCR 2.0
166
+ */
167
+ JCR_JQOM: string;
147
168
  };
@@ -9,7 +9,7 @@ import type { RangeIterator } from "../../RangeIterator";
9
9
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
10
10
 
11
11
  */
12
- export type RowIterator = {
12
+ export type RowIterator = RangeIterator & {
13
13
  /**
14
14
  * Returns the next <code>Row</code> in the iteration.
15
15
  * @return the next <code>Row</code> in the iteration.
@@ -9,7 +9,7 @@ import type { Constraint } from "../Constraint";
9
9
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
10
10
  * @since JCR 2.0
11
11
  */
12
- export type And = {
12
+ export type And = Constraint & {
13
13
  /**
14
14
  * Gets the first constraint.
15
15
  * @return the constraint; non-null
@@ -6,7 +6,7 @@ import type { StaticOperand } from "../StaticOperand";
6
6
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
7
7
  * @since JCR 2.0
8
8
  */
9
- export type BindVariableValue = {
9
+ export type BindVariableValue = StaticOperand & {
10
10
  /**
11
11
  * Gets the name of the bind variable.
12
12
  * @return the bind variable name; non-null
@@ -12,7 +12,7 @@ import type { Constraint } from "../Constraint";
12
12
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
13
13
  * @since JCR 2.0
14
14
  */
15
- export type ChildNode = {
15
+ export type ChildNode = Constraint & {
16
16
  /**
17
17
  * Gets the name of the selector against which to apply this constraint.
18
18
  * @return the selector name; non-null
@@ -12,7 +12,7 @@ import type { JoinCondition } from "../JoinCondition";
12
12
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
13
13
  * @since JCR 2.0
14
14
  */
15
- export type ChildNodeJoinCondition = {
15
+ export type ChildNodeJoinCondition = JoinCondition & {
16
16
  /**
17
17
  * Gets the name of the child selector.
18
18
  * @return the selector name; non-null
@@ -61,7 +61,7 @@ import type { Constraint } from "../Constraint";
61
61
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
62
62
  * @since JCR 2.0
63
63
  */
64
- export type Comparison = {
64
+ export type Comparison = Constraint & {
65
65
  /**
66
66
  * Gets the first operand.
67
67
  * @return the operand; non-null
@@ -16,7 +16,7 @@ import type { Constraint } from "../Constraint";
16
16
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
17
17
  * @since JCR 2.0
18
18
  */
19
- export type DescendantNode = {
19
+ export type DescendantNode = Constraint & {
20
20
  /**
21
21
  * Gets the name of the selector against which to apply this constraint.
22
22
  * @return the selector name; non-null
@@ -14,7 +14,7 @@ import type { JoinCondition } from "../JoinCondition";
14
14
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
15
15
  * @since JCR 2.0
16
16
  */
17
- export type DescendantNodeJoinCondition = {
17
+ export type DescendantNodeJoinCondition = JoinCondition & {
18
18
  /**
19
19
  * Gets the name of the descendant selector.
20
20
  * @return the selector name; non-null
@@ -6,6 +6,6 @@ import type { Operand } from "../Operand";
6
6
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
7
7
  * @since JCR 2.0
8
8
  */
9
- export type DynamicOperand = {
9
+ export type DynamicOperand = Operand & {
10
10
  undefined;
11
11
  };
@@ -14,7 +14,7 @@ import type { JoinCondition } from "../JoinCondition";
14
14
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
15
15
  * @since JCR 2.0
16
16
  */
17
- export type EquiJoinCondition = {
17
+ export type EquiJoinCondition = JoinCondition & {
18
18
  /**
19
19
  * Gets the name of the first selector.
20
20
  * @return the selector name; non-null
@@ -67,7 +67,7 @@ import type { Constraint } from "../Constraint";
67
67
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
68
68
  * @since JCR 2.0
69
69
  */
70
- export type FullTextSearch = {
70
+ export type FullTextSearch = Constraint & {
71
71
  /**
72
72
  * Gets the name of the selector against which to apply this constraint.
73
73
  * @return the selector name; non-null
@@ -15,7 +15,7 @@ import type { DynamicOperand } from "../DynamicOperand";
15
15
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
16
16
  * @since JCR 2.0
17
17
  */
18
- export type FullTextSearchScore = {
18
+ export type FullTextSearchScore = DynamicOperand & {
19
19
  /**
20
20
  * Gets the name of the selector against which to evaluate this operand.
21
21
  * @return the selector name; non-null
@@ -8,7 +8,7 @@ import type { JoinCondition } from "../JoinCondition";
8
8
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
9
9
  * @since JCR 2.0
10
10
  */
11
- export type Join = {
11
+ export type Join = Source & {
12
12
  /**
13
13
  * Gets the left node-tuple source.
14
14
  * @return the left source; non-null
@@ -14,7 +14,7 @@ import type { DynamicOperand } from "../DynamicOperand";
14
14
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
15
15
  * @since JCR 2.0
16
16
  */
17
- export type Length = {
17
+ export type Length = DynamicOperand & {
18
18
  /**
19
19
  * Gets the property value for which to compute the length.
20
20
  * @return the property value; non-null
@@ -8,7 +8,7 @@ import type { StaticOperand } from "../StaticOperand";
8
8
  * @since Sitevision 3.5
9
9
  * @since JCR 2.0
10
10
  */
11
- export type Literal = {
11
+ export type Literal = StaticOperand & {
12
12
  /**
13
13
  * Gets the value of the literal.
14
14
  * @return the value of the literal.
@@ -15,7 +15,7 @@ import type { DynamicOperand } from "../DynamicOperand";
15
15
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
16
16
  * @since JCR 2.0
17
17
  */
18
- export type LowerCase = {
18
+ export type LowerCase = DynamicOperand & {
19
19
  /**
20
20
  * Gets the operand whose value is converted to a lower-case string.
21
21
  * @return the operand; non-null
@@ -7,7 +7,7 @@ import type { DynamicOperand } from "../DynamicOperand";
7
7
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
8
8
  * @since JCR 2.0
9
9
  */
10
- export type NodeLocalName = {
10
+ export type NodeLocalName = DynamicOperand & {
11
11
  /**
12
12
  * Gets the name of the selector against which to evaluate this operand.
13
13
  * @return the selector name; non-null
@@ -7,7 +7,7 @@ import type { DynamicOperand } from "../DynamicOperand";
7
7
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
8
8
  * @since JCR 2.0
9
9
  */
10
- export type NodeName = {
10
+ export type NodeName = DynamicOperand & {
11
11
  /**
12
12
  * Gets the name of the selector against which to evaluate this operand.
13
13
  * @return the selector name; non-null
@@ -9,7 +9,7 @@ import type { Constraint } from "../Constraint";
9
9
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
10
10
  * @since JCR 2.0
11
11
  */
12
- export type Not = {
12
+ export type Not = Constraint & {
13
13
  /**
14
14
  * Gets the constraint negated by this <code>Not</code> constraint.
15
15
  * @return the constraint; non-null
@@ -13,7 +13,7 @@ import type { Constraint } from "../Constraint";
13
13
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
14
14
  * @since JCR 2.0
15
15
  */
16
- export type Or = {
16
+ export type Or = Constraint & {
17
17
  /**
18
18
  * Gets the first constraint.
19
19
  * @return the constraint; non-null
@@ -9,7 +9,7 @@ import type { Constraint } from "../Constraint";
9
9
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
10
10
  * @since JCR 2.0
11
11
  */
12
- export type PropertyExistence = {
12
+ export type PropertyExistence = Constraint & {
13
13
  /**
14
14
  * Gets the name of the selector against which to apply this constraint.
15
15
  * @return the selector name; non-null
@@ -10,7 +10,7 @@ import type { DynamicOperand } from "../DynamicOperand";
10
10
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
11
11
  * @since JCR 2.0
12
12
  */
13
- export type PropertyValue = {
13
+ export type PropertyValue = DynamicOperand & {
14
14
  /**
15
15
  * Gets the name of the selector against which to evaluate this operand.
16
16
  * @return the selector name; non-null
@@ -36,7 +36,7 @@ import type { Query } from "../../Query";
36
36
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
37
37
  * @since JCR 2.0
38
38
  */
39
- export type QueryObjectModel = {
39
+ export type QueryObjectModel = Query & {
40
40
  /**
41
41
  * Gets the node-tuple source for this query.
42
42
  * @return the node-tuple source; non-null
@@ -1,9 +1,81 @@
1
1
  /**
2
2
  * Defines constants used in the query object model.
3
3
  *
4
- * <p><strong>Sitevision note:</strong> Unsupported operation</p>An inner join.A left-outer join.A right-outer join.The "<code>=</code>" comparison operator.The "<code>!=</code>" comparison operator.The "<code>&lt;</code>" comparison operator.The "<code>&lt;=</code>" comparison operator.The "<code>&gt;</code>" comparison operator.The "<code>&gt;=</code>" comparison operator.The "<code>like</code>" comparison operator.Ascending order.Descending order.
4
+ * <p><strong>Sitevision note:</strong> Unsupported operation</p>
5
5
  * @since JCR 2.0
6
6
  */
7
7
  export type QueryObjectModelConstants = {
8
8
  undefined;
9
+
10
+ /**
11
+ * An inner join.
12
+
13
+ */
14
+ JCR_JOIN_TYPE_INNER: string;
15
+
16
+ /**
17
+ * A left-outer join.
18
+
19
+ */
20
+ JCR_JOIN_TYPE_LEFT_OUTER: string;
21
+
22
+ /**
23
+ * A right-outer join.
24
+
25
+ */
26
+ JCR_JOIN_TYPE_RIGHT_OUTER: string;
27
+
28
+ /**
29
+ * The "<code>=</code>" comparison operator.
30
+
31
+ */
32
+ JCR_OPERATOR_EQUAL_TO: string;
33
+
34
+ /**
35
+ * The "<code>!=</code>" comparison operator.
36
+
37
+ */
38
+ JCR_OPERATOR_NOT_EQUAL_TO: string;
39
+
40
+ /**
41
+ * The "<code>&lt;</code>" comparison operator.
42
+
43
+ */
44
+ JCR_OPERATOR_LESS_THAN: string;
45
+
46
+ /**
47
+ * The "<code>&lt;=</code>" comparison operator.
48
+
49
+ */
50
+ JCR_OPERATOR_LESS_THAN_OR_EQUAL_TO: string;
51
+
52
+ /**
53
+ * The "<code>&gt;</code>" comparison operator.
54
+
55
+ */
56
+ JCR_OPERATOR_GREATER_THAN: string;
57
+
58
+ /**
59
+ * The "<code>&gt;=</code>" comparison operator.
60
+
61
+ */
62
+ JCR_OPERATOR_GREATER_THAN_OR_EQUAL_TO: string;
63
+
64
+ /**
65
+ * The "<code>like</code>" comparison operator.
66
+
67
+ */
68
+ JCR_OPERATOR_LIKE: string;
69
+
70
+ /**
71
+ * Ascending order.
72
+
73
+ */
74
+ JCR_ORDER_ASCENDING: string;
75
+
76
+ /**
77
+ * Descending order.
78
+
79
+ */
80
+ JCR_ORDER_DESCENDING: string;
9
81
  };
@@ -44,7 +44,7 @@ import type { QueryObjectModelConstants } from "../QueryObjectModelConstants";
44
44
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
45
45
  * @since JCR 2.0
46
46
  */
47
- export type QueryObjectModelFactory = {
47
+ export type QueryObjectModelFactory = QueryObjectModelConstants & {
48
48
  /**
49
49
  * Creates a query with one or more selectors.
50
50
  * @param source the node-tuple source; non-null
@@ -12,7 +12,7 @@ import type { Constraint } from "../Constraint";
12
12
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
13
13
  * @since JCR 2.0
14
14
  */
15
- export type SameNode = {
15
+ export type SameNode = Constraint & {
16
16
  /**
17
17
  * Gets the name of the selector against which to apply this constraint.
18
18
  * @return the selector name; non-null
@@ -15,7 +15,7 @@ import type { JoinCondition } from "../JoinCondition";
15
15
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
16
16
  * @since JCR 2.0
17
17
  */
18
- export type SameNodeJoinCondition = {
18
+ export type SameNodeJoinCondition = JoinCondition & {
19
19
  /**
20
20
  * Gets the name of the first selector.
21
21
  * @return the selector name; non-null
@@ -14,7 +14,7 @@ import type { Source } from "../Source";
14
14
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
15
15
  * @since JCR 2.0
16
16
  */
17
- export type Selector = {
17
+ export type Selector = Source & {
18
18
  /**
19
19
  * Gets the name of the required node type.
20
20
  * @return the node type name; non-null
@@ -7,6 +7,6 @@ import type { Operand } from "../Operand";
7
7
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
8
8
  * @since JCR 2.0
9
9
  */
10
- export type StaticOperand = {
10
+ export type StaticOperand = Operand & {
11
11
  undefined;
12
12
  };
@@ -15,7 +15,7 @@ import type { DynamicOperand } from "../DynamicOperand";
15
15
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
16
16
  * @since JCR 2.0
17
17
  */
18
- export type UpperCase = {
18
+ export type UpperCase = DynamicOperand & {
19
19
  /**
20
20
  * Gets the operand whose value is converted to a upper-case string.
21
21
  * @return the operand; non-null
@@ -16,7 +16,7 @@ import type { AccessControlPolicy } from "../AccessControlPolicy";
16
16
  * @since Sitevision 3.5
17
17
  * @since JCR 2.0
18
18
  */
19
- export type AccessControlList = {
19
+ export type AccessControlList = AccessControlPolicy & {
20
20
  /**
21
21
  * Returns all access control entries present with this policy.
22
22
  * <p>
@@ -9,7 +9,7 @@ import type { RangeIterator } from "../../RangeIterator";
9
9
  * <p><strong>Sitevision note:</strong> Unsupported operation</p>
10
10
  * @since JCR 2.0
11
11
  */
12
- export type AccessControlPolicyIterator = {
12
+ export type AccessControlPolicyIterator = RangeIterator & {
13
13
  /**
14
14
  * Returns the next <code>AccessControlPolicy</code> in the iteration.
15
15
  * @return the next <code>AccessControlPolicy</code> in the iteration.
@@ -10,7 +10,7 @@ import type { AccessControlPolicy } from "../AccessControlPolicy";
10
10
  * @since Sitevision 3.5
11
11
  * @since JCR 2.0
12
12
  */
13
- export type NamedAccessControlPolicy = {
13
+ export type NamedAccessControlPolicy = AccessControlPolicy & {
14
14
  /**
15
15
  * Returns the name of the access control policy, which is JCR name and
16
16
  * should be unique among the choices applicable to any particular node.