@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.
- package/client/requester/index.d.ts +10 -8
- package/client/toasts/index.d.ts +7 -5
- package/common/app/index.d.ts +45 -46
- package/common/events/index.d.ts +30 -31
- package/common/i18n/index.d.ts +7 -5
- package/common/router/index.d.ts +72 -77
- package/common/security/index.d.ts +27 -21
- package/index.d.ts +8 -0
- package/package.json +1 -1
- package/server/AliasUtil/index.d.ts +11 -9
- package/server/ArchiveUtil/index.d.ts +43 -41
- package/server/ArraysInstance/index.d.ts +1666 -1807
- package/server/ArticleUtil/index.d.ts +292 -224
- package/server/AuthenticationUtil/index.d.ts +72 -84
- package/server/BookmarkUtil/index.d.ts +74 -79
- package/server/BuddyIconRenderer/index.d.ts +123 -131
- package/server/BuddyIconRenderer.BuddyIconSize/index.d.ts +41 -0
- package/server/BuddyIconRenderer.BuddyIconSize/index.js +25 -0
- package/server/ClientUtil/index.d.ts +10 -8
- package/server/CollaborationFactory/index.d.ts +37 -40
- package/server/CollaborationGroupFolderUtil/index.d.ts +28 -26
- package/server/CollaborationGroupState/index.d.ts +27 -0
- package/server/CollaborationGroupState/index.js +11 -0
- package/server/CollaborationGroupTemplateUtil/index.d.ts +46 -48
- package/server/CollaborationGroupType/index.d.ts +28 -0
- package/server/CollaborationGroupType/index.js +12 -0
- package/server/CollaborationGroupUtil/index.d.ts +84 -80
- package/server/CollectionsInstance/index.d.ts +641 -704
- package/server/ColorUtil/index.d.ts +34 -35
- package/server/CompoundAndFilterBuilder/index.d.ts +28 -26
- package/server/CompoundComparatorBuilder/index.d.ts +33 -31
- package/server/CompoundOrFilterBuilder/index.d.ts +28 -26
- package/server/ContentNodeUtil/index.d.ts +34 -32
- package/server/CurrencyFactory/index.d.ts +70 -68
- package/server/DateUtil/index.d.ts +131 -141
- package/server/DecorationUtil/index.d.ts +11 -9
- package/server/DeviceUtil/index.d.ts +19 -17
- package/server/DimensionMode/index.d.ts +17 -0
- package/server/DimensionMode/index.js +12 -0
- package/server/DirectoryUtil/index.d.ts +87 -85
- package/server/DocType/index.d.ts +30 -0
- package/server/DocType/index.js +14 -0
- package/server/DocTypeUtil/index.d.ts +127 -133
- package/server/EndecUtil/index.d.ts +329 -346
- package/server/ExtendedDismaxParserBuilder/index.d.ts +153 -167
- package/server/FileIconRenderer/index.d.ts +152 -171
- package/server/FileUtil/index.d.ts +272 -298
- package/server/FilterBuilder/index.d.ts +39 -37
- package/server/FolderUtil/index.d.ts +91 -92
- package/server/FontUtil/index.d.ts +34 -35
- package/server/FormatterBuilderFactory/index.d.ts +73 -81
- package/server/HighlightBuilder/index.d.ts +76 -83
- package/server/IconUtil/index.d.ts +25 -23
- package/server/ImageLinkRenderer/index.d.ts +35 -33
- package/server/ImageRenderer/index.d.ts +340 -376
- package/server/ImageUtil/index.d.ts +245 -263
- package/server/IndexUtil/index.d.ts +38 -35
- package/server/IndexUtil.IndexType/index.d.ts +29 -0
- package/server/IndexUtil.IndexType/index.js +13 -0
- package/server/IndexingUtil/index.d.ts +67 -45
- package/server/InstanceCreatorUtil/index.d.ts +423 -459
- package/server/InstanceTypeUtil/index.d.ts +167 -188
- package/server/JwtUtil/index.d.ts +129 -127
- package/server/LandingPageUtil/index.d.ts +82 -85
- package/server/LandingPageUtil/index.js +1 -0
- package/server/LinkPageUtil/index.d.ts +294 -248
- package/server/LinkRenderer/index.d.ts +649 -713
- package/server/LinkTargetBuilder/index.d.ts +65 -73
- package/server/LinkValueBuilder/index.d.ts +66 -73
- package/server/ListWrapper/index.d.ts +80 -89
- package/server/LocaleUtil/index.d.ts +381 -393
- package/server/LogUtil/index.d.ts +118 -127
- package/server/MailBuilder/index.d.ts +106 -121
- package/server/MailUtil/index.d.ts +58 -63
- package/server/MathInstance/index.d.ts +624 -656
- package/server/MessageDigesterFactory/index.d.ts +28 -26
- package/server/MetadataDefinitionUtil/index.d.ts +77 -81
- package/server/MetadataUtil/index.d.ts +321 -345
- package/server/MimeTypeUtil/index.d.ts +208 -214
- package/server/MonitorBuilder/index.d.ts +17 -17
- package/server/NodeComparatorUtil/index.d.ts +214 -224
- package/server/NodeFactoryUtil/index.d.ts +19 -17
- package/server/NodeFilterUtil/index.d.ts +651 -738
- package/server/NodeIteratorUtil/index.d.ts +209 -224
- package/server/NodeResolverUtil/index.d.ts +398 -404
- package/server/NodeTreeUtil/index.d.ts +211 -226
- package/server/NodeTypeUtil/index.d.ts +1430 -546
- package/server/OfflineVersionPropertyUtil/index.d.ts +6 -4
- package/server/OnlineVersionPropertyUtil/index.d.ts +6 -4
- package/server/OutputUtil/index.d.ts +384 -379
- package/server/PageUtil/index.d.ts +264 -186
- package/server/PermissionUtil/index.d.ts +391 -428
- package/server/PermissionUtil.Permission/index.d.ts +54 -0
- package/server/PermissionUtil.Permission/index.js +38 -0
- package/server/PortletContextUtil/index.d.ts +111 -106
- package/server/PortletUtil/index.d.ts +30 -20
- package/server/PrincipalUtil/index.d.ts +33 -31
- package/server/Properties/index.d.ts +68 -75
- package/server/PropertyUtil/index.d.ts +1419 -1461
- package/server/PublishingUtil/index.d.ts +246 -247
- package/server/QueryStringUtil/index.d.ts +403 -414
- package/server/RedirectUtil/index.d.ts +62 -66
- package/server/RelatedValueBuilder/index.d.ts +40 -38
- package/server/Requester/index.d.ts +123 -123
- package/server/ResourceLocatorUtil/index.d.ts +434 -474
- package/server/RestApi/index.d.ts +156 -136
- package/server/RestAppInvokerFactory/index.d.ts +25 -23
- package/server/RoleAssignmentBuilder/index.d.ts +35 -33
- package/server/RoleMatcherBuilder/index.d.ts +35 -33
- package/server/RoleUtil/index.d.ts +35 -37
- package/server/ScriptUtil/index.d.ts +457 -494
- package/server/SearchFactory/index.d.ts +102 -117
- package/server/SearchUtil/index.d.ts +73 -71
- package/server/SearcherBuilder/index.d.ts +107 -114
- package/server/Session/index.d.ts +251 -1093
- package/server/Session/index.js +1 -20
- package/server/SimpleUserUtil/index.d.ts +26 -27
- package/server/SiteCookieUtil/index.d.ts +150 -173
- package/server/SortBuilder/index.d.ts +24 -22
- package/server/SourceSetMode/index.d.ts +12 -0
- package/server/SourceSetMode/index.js +12 -0
- package/server/SpellCheckBuilder/index.d.ts +27 -27
- package/server/StandardParserBuilder/index.d.ts +33 -31
- package/server/StructureUtil/index.d.ts +83 -81
- package/server/SubscriberUtil/index.d.ts +58 -65
- package/server/SubscriptionUtil/index.d.ts +121 -128
- package/server/SystemUserUtil/index.d.ts +146 -144
- package/server/TagUtil/index.d.ts +113 -118
- package/server/TemplateUtil/index.d.ts +113 -118
- package/server/TemporaryFileNodeBuilder/index.d.ts +29 -27
- package/server/TemporaryNodeBuilder/index.d.ts +136 -174
- package/server/TextModuleRendererBuilder/index.d.ts +18 -16
- package/server/TimestampUtil/index.d.ts +102 -116
- package/server/TranslationUtil/index.d.ts +96 -102
- package/server/TrashcanUtil/index.d.ts +112 -115
- package/server/UserDataUtil/index.d.ts +108 -109
- package/server/UserFactory/index.d.ts +49 -56
- package/server/UserFieldRenderer/index.d.ts +118 -126
- package/server/UserIdentityUtil/index.d.ts +36 -34
- package/server/UserUtil/index.d.ts +30 -28
- package/server/Utils/index.d.ts +702 -791
- package/server/VelocityRenderer/index.d.ts +94 -92
- package/server/VersionUtil/index.d.ts +24 -8
- package/server/WebContentUtil/index.d.ts +275 -282
- package/server/WebResourceFactory/index.d.ts +46 -51
- package/server/XSLTUtil/index.d.ts +33 -31
- package/server/XmlParserUtil/index.d.ts +47 -45
- package/server/appData/index.d.ts +8 -6
- package/server/appInfo/index.d.ts +6 -2
- package/server/appResource/index.d.ts +23 -21
- package/server/cache/index.d.ts +8 -6
- package/server/globalAppData/index.d.ts +8 -6
- package/server/headless/index.d.ts +28 -26
- package/server/hooks/index.d.ts +9 -9
- package/server/oauth2/index.d.ts +12 -10
- package/server/privileged/index.d.ts +24 -22
- package/server/storage/index.d.ts +22 -20
- package/types/javax/jcr/Binary/index.d.ts +0 -20
- package/types/javax/jcr/Binary/index.js +0 -1
- package/types/javax/jcr/ImportUUIDBehavior/index.d.ts +24 -0
- package/types/javax/jcr/Item/index.d.ts +1 -116
- package/types/javax/jcr/Item/index.js +0 -6
- package/types/javax/jcr/NamespaceRegistry/index.d.ts +66 -42
- package/types/javax/jcr/NamespaceRegistry/index.js +0 -2
- package/types/javax/jcr/Node/index.d.ts +24 -1495
- package/types/javax/jcr/Node/index.js +1 -34
- package/types/javax/jcr/NodeIterator/index.d.ts +1 -1
- package/types/javax/jcr/Property/index.d.ts +487 -489
- package/types/javax/jcr/Property/index.js +0 -5
- package/types/javax/jcr/PropertyIterator/index.d.ts +1 -1
- package/types/javax/jcr/RangeIterator/index.d.ts +1 -43
- package/types/javax/jcr/RangeIterator/index.js +1 -5
- package/types/javax/jcr/Repository/index.d.ts +460 -260
- package/types/javax/jcr/Repository/index.js +0 -4
- package/types/javax/jcr/Value/index.d.ts +0 -29
- package/types/javax/jcr/Value/index.js +0 -2
- package/types/javax/jcr/ValueFactory/index.d.ts +0 -70
- package/types/javax/jcr/ValueFactory/index.js +1 -2
- package/types/javax/jcr/Workspace/index.d.ts +93 -569
- package/types/javax/jcr/Workspace/index.js +1 -12
- package/types/javax/jcr/nodetype/ItemDefinition/index.d.ts +0 -103
- package/types/javax/jcr/nodetype/ItemDefinition/index.js +0 -5
- package/types/javax/jcr/nodetype/NodeDefinition/index.d.ts +1 -1
- package/types/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +1 -1
- package/types/javax/jcr/nodetype/NodeType/index.d.ts +255 -264
- package/types/javax/jcr/nodetype/NodeType/index.js +1 -12
- package/types/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +0 -104
- package/types/javax/jcr/nodetype/NodeTypeDefinition/index.js +1 -7
- package/types/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +1 -1
- package/types/javax/jcr/nodetype/NodeTypeManager/index.d.ts +0 -123
- package/types/javax/jcr/nodetype/NodeTypeManager/index.js +1 -8
- package/types/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +1 -1
- package/types/javax/jcr/nodetype/PropertyDefinition/index.d.ts +1 -270
- package/types/javax/jcr/nodetype/PropertyDefinition/index.js +1 -7
- package/types/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +1 -1
- package/types/javax/jcr/observation/Event/index.d.ts +82 -41
- package/types/javax/jcr/observation/EventIterator/index.d.ts +1 -1
- package/types/javax/jcr/observation/EventJournal/index.d.ts +1 -1
- package/types/javax/jcr/observation/EventListenerIterator/index.d.ts +1 -1
- package/types/javax/jcr/query/Query/index.d.ts +29 -8
- package/types/javax/jcr/query/RowIterator/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/And/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/BindVariableValue/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/ChildNode/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/Comparison/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/DescendantNode/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/DynamicOperand/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/FullTextSearch/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/Join/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/Length/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/Literal/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/LowerCase/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/NodeLocalName/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/NodeName/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/Not/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/Or/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/PropertyExistence/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/PropertyValue/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/QueryObjectModel/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +73 -1
- package/types/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/SameNode/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/Selector/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/StaticOperand/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/UpperCase/index.d.ts +1 -1
- package/types/javax/jcr/security/AccessControlList/index.d.ts +1 -1
- package/types/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +1 -1
- package/types/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +1 -1
- package/types/javax/jcr/security/Privilege/index.d.ts +127 -43
- package/types/javax/jcr/version/Version/index.d.ts +1 -1
- package/types/javax/jcr/version/VersionHistory/index.d.ts +1 -1
- package/types/javax/jcr/version/VersionIterator/index.d.ts +1 -1
- package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.d.ts +9 -0
- package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.js +11 -0
- package/types/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +9 -5
- package/types/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +1 -1
- package/types/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +1 -1
- package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.d.ts +49 -0
- package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.js +12 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.d.ts +83 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.js +21 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.d.ts +29 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.js +12 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.d.ts +29 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.js +12 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.d.ts +65 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.js +18 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.d.ts +23 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.d.ts +17 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.js +10 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.d.ts +1241 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.js +189 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.d.ts +29 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.js +12 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.d.ts +89 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.js +22 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.d.ts +25 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.d.ts +17 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.js +10 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.d.ts +17 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.js +10 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.d.ts +23 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.d.ts +35 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.js +13 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.d.ts +23 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +2 -2
- package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +22 -2
- package/types/senselogic/sitevision/api/search/SearchHit/index.d.ts +16 -2
- package/types/senselogic/sitevision/api/search/SearchResult/index.d.ts +28 -6
- package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +31 -1
- 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>
|
|
5
|
-
|
|
6
|
-
|
|
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>
|
|
10
|
-
|
|
11
|
-
|
|
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
|
|
@@ -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
|
|
@@ -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>
|
|
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><</code>" comparison operator.
|
|
42
|
+
|
|
43
|
+
*/
|
|
44
|
+
JCR_OPERATOR_LESS_THAN: string;
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* The "<code><=</code>" comparison operator.
|
|
48
|
+
|
|
49
|
+
*/
|
|
50
|
+
JCR_OPERATOR_LESS_THAN_OR_EQUAL_TO: string;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* The "<code>></code>" comparison operator.
|
|
54
|
+
|
|
55
|
+
*/
|
|
56
|
+
JCR_OPERATOR_GREATER_THAN: string;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* The "<code>>=</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
|
|
@@ -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.
|