@sitevision/api 1.1.0-alpha.2 → 2.0.0-alpha.1
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 +7 -7
- package/client/toasts/index.d.ts +5 -5
- package/common/app/index.d.ts +20 -1
- package/common/events/index.d.ts +6 -3
- package/common/i18n/index.d.ts +1 -0
- package/common/router/index.d.ts +43 -21
- package/index.d.ts +23 -18
- package/package.json +4 -2
- package/server/AliasUtil/index.d.ts +4 -4
- package/server/ArchiveUtil/index.d.ts +3 -23
- package/server/ArchiveUtil/index.js +1 -3
- package/server/ArraysInstance/index.d.ts +4 -18
- package/server/ArraysInstance/index.js +27 -0
- package/server/ArticleUtil/index.d.ts +11 -158
- package/server/ArticleUtil/index.js +3 -17
- package/server/AuthenticationUtil/index.d.ts +5 -11
- package/server/AuthenticationUtil/index.js +12 -0
- package/server/BookmarkUtil/index.d.ts +6 -12
- package/server/BuddyIconRenderer/index.d.ts +6 -46
- package/server/BuddyIconRenderer/index.js +21 -0
- package/server/ClientUtil/index.d.ts +3 -3
- package/server/CollaborationFactory/index.d.ts +5 -5
- package/server/CollaborationFactory/index.js +6 -1
- package/server/CollaborationGroupFolderUtil/index.d.ts +4 -9
- package/server/CollaborationGroupFolderUtil/index.js +2 -6
- package/server/CollaborationGroupTemplateUtil/index.d.ts +4 -23
- package/server/CollaborationGroupTemplateUtil/index.js +3 -9
- package/server/CollaborationGroupUtil/index.d.ts +4 -40
- package/server/CollaborationGroupUtil/index.js +2 -6
- package/server/CollectionsInstance/index.d.ts +36 -53
- package/server/CollectionsInstance/index.js +69 -0
- package/server/ColorUtil/index.d.ts +4 -4
- package/server/CompoundAndFilterBuilder/index.d.ts +5 -8
- package/server/CompoundAndFilterBuilder/index.js +12 -0
- package/server/CompoundComparatorBuilder/index.d.ts +4 -11
- package/server/CompoundComparatorBuilder/index.js +12 -0
- package/server/CompoundOrFilterBuilder/index.d.ts +5 -8
- package/server/CompoundOrFilterBuilder/index.js +12 -0
- package/server/ContentNodeUtil/index.d.ts +3 -19
- package/server/ContentNodeUtil/index.js +11 -0
- package/server/CurrencyFactory/index.d.ts +3 -54
- package/server/CurrencyFactory/index.js +11 -0
- package/server/DateUtil/index.d.ts +3 -28
- package/server/DateUtil/index.js +5 -5
- package/server/DecorationUtil/index.d.ts +4 -4
- package/server/DecorationUtil/index.js +10 -0
- package/server/DeviceUtil/index.d.ts +4 -4
- package/server/DeviceUtil/index.js +11 -0
- package/server/DirectoryUtil/index.d.ts +10 -30
- package/server/DirectoryUtil/index.js +2 -2
- package/server/DocTypeUtil/index.d.ts +8 -9
- package/server/DocTypeUtil/index.js +17 -0
- package/server/EndecUtil/index.d.ts +2 -210
- package/server/EndecUtil/index.js +12 -12
- package/server/ExtendedDismaxParserBuilder/index.d.ts +5 -40
- package/server/ExtendedDismaxParserBuilder/index.js +22 -0
- package/server/FileIconRenderer/index.d.ts +3 -24
- package/server/FileIconRenderer/index.js +29 -0
- package/server/FileUtil/index.d.ts +4 -145
- package/server/FileUtil/index.js +20 -0
- package/server/FilterBuilder/index.d.ts +4 -18
- package/server/FilterBuilder/index.js +12 -0
- package/server/FolderUtil/index.d.ts +3 -51
- package/server/FolderUtil/index.js +13 -0
- package/server/FontUtil/index.d.ts +4 -4
- package/server/FontUtil/index.js +11 -0
- package/server/FormatterBuilderFactory/index.d.ts +4 -35
- package/server/FormatterBuilderFactory/index.js +12 -0
- package/server/HighlightBuilder/index.d.ts +4 -33
- package/server/HighlightBuilder/index.js +15 -0
- package/server/IconUtil/index.d.ts +4 -4
- package/server/IconUtil/index.js +12 -0
- package/server/ImageLinkRenderer/index.d.ts +2 -11
- package/server/ImageLinkRenderer/index.js +12 -0
- package/server/ImageRenderer/index.d.ts +7 -77
- package/server/ImageRenderer/index.js +49 -0
- package/server/ImageUtil/index.d.ts +4 -148
- package/server/ImageUtil/index.js +18 -0
- package/server/IndexUtil/index.d.ts +4 -24
- package/server/IndexUtil/index.js +11 -0
- package/server/IndexingUtil/index.d.ts +3 -33
- package/server/IndexingUtil/index.js +10 -0
- package/server/InstanceCreatorUtil/index.d.ts +9 -142
- package/server/InstanceCreatorUtil/index.js +36 -1
- package/server/InstanceTypeUtil/index.d.ts +3 -3
- package/server/InstanceTypeUtil/index.js +31 -0
- package/server/JwtUtil/index.d.ts +3 -74
- package/server/JwtUtil/index.js +13 -0
- package/server/LandingPageUtil/index.d.ts +4 -4
- package/server/LandingPageUtil/index.js +6 -6
- package/server/LinkPageUtil/index.d.ts +8 -177
- package/server/LinkPageUtil/index.js +13 -0
- package/server/LinkRenderer/index.d.ts +3 -209
- package/server/LinkRenderer/index.js +64 -0
- package/server/LinkTargetBuilder/index.d.ts +6 -11
- package/server/LinkTargetBuilder/index.js +16 -0
- package/server/LinkValueBuilder/index.d.ts +7 -5
- package/server/LinkValueBuilder/index.js +4 -4
- package/server/ListWrapper/index.d.ts +5 -15
- package/server/ListWrapper/index.js +19 -0
- package/server/LocaleUtil/index.d.ts +3 -302
- package/server/LocaleUtil/index.js +4 -4
- package/server/LogUtil/index.d.ts +3 -15
- package/server/LogUtil/index.js +7 -7
- package/server/MailBuilder/index.d.ts +5 -4
- package/server/MailBuilder/index.js +23 -0
- package/server/MailUtil/index.d.ts +2 -18
- package/server/MailUtil/index.js +15 -0
- package/server/MathInstance/index.d.ts +3 -10
- package/server/MathInstance/index.js +56 -0
- package/server/MessageDigesterFactory/index.d.ts +4 -4
- package/server/MessageDigesterFactory/index.js +13 -0
- package/server/MetadataDefinitionUtil/index.d.ts +5 -5
- package/server/MetadataDefinitionUtil/index.js +14 -0
- package/server/MetadataUtil/index.d.ts +6 -188
- package/server/MetadataUtil/index.js +5 -5
- package/server/MimeTypeUtil/index.d.ts +3 -86
- package/server/MimeTypeUtil/index.js +21 -0
- package/server/MonitorBuilder/index.d.ts +5 -4
- package/server/MonitorBuilder/index.js +11 -0
- package/server/NodeComparatorUtil/index.d.ts +3 -155
- package/server/NodeComparatorUtil/index.js +15 -0
- package/server/NodeFactoryUtil/index.d.ts +3 -3
- package/server/NodeFactoryUtil/index.js +11 -0
- package/server/NodeFilterUtil/index.d.ts +11 -97
- package/server/NodeFilterUtil/index.js +59 -0
- package/server/NodeIteratorUtil/index.d.ts +11 -117
- package/server/NodeIteratorUtil/index.js +6 -6
- package/server/NodeResolverUtil/index.d.ts +4 -354
- package/server/NodeResolverUtil/index.js +16 -0
- package/server/NodeTreeUtil/index.d.ts +10 -128
- package/server/NodeTreeUtil/index.js +4 -4
- package/server/NodeTypeUtil/index.d.ts +171 -54
- package/server/NodeTypeUtil/index.js +28 -23
- package/server/OfflineVersionPropertyUtil/index.d.ts +6 -2
- package/server/OfflineVersionPropertyUtil/index.js +8 -0
- package/server/OnlineVersionPropertyUtil/index.d.ts +6 -2
- package/server/OnlineVersionPropertyUtil/index.js +8 -0
- package/server/OutputUtil/index.d.ts +4 -244
- package/server/OutputUtil/index.js +16 -0
- package/server/PageUtil/index.d.ts +11 -122
- package/server/PageUtil/index.js +12 -0
- package/server/PermissionUtil/index.d.ts +9 -200
- package/server/PermissionUtil/index.js +24 -0
- package/server/PortletContextUtil/index.d.ts +3 -26
- package/server/PortletContextUtil/index.js +6 -5
- package/server/PortletUtil/index.d.ts +4 -9
- package/server/PortletUtil/index.js +10 -0
- package/server/PrincipalUtil/index.d.ts +5 -10
- package/server/PrincipalUtil/index.js +12 -0
- package/server/Properties/index.d.ts +3 -25
- package/server/Properties/index.js +4 -12
- package/server/PropertyUtil/index.d.ts +17 -822
- package/server/PropertyUtil/index.js +23 -69
- package/server/PublishingUtil/index.d.ts +3 -141
- package/server/QueryStringUtil/index.d.ts +3 -309
- package/server/QueryStringUtil/index.js +17 -0
- package/server/RedirectUtil/index.d.ts +4 -20
- package/server/RedirectUtil/index.js +14 -0
- package/server/RelatedValueBuilder/index.d.ts +8 -6
- package/server/RelatedValueBuilder/index.js +3 -3
- package/server/Requester/index.d.ts +8 -33
- package/server/Requester/index.js +6 -22
- package/server/ResourceLocatorUtil/index.d.ts +3 -106
- package/server/ResourceLocatorUtil/index.js +27 -25
- package/server/RestApi/index.d.ts +7 -39
- package/server/RestApi/index.js +2 -2
- package/server/RestAppInvokerFactory/index.d.ts +5 -5
- package/server/RestAppInvokerFactory/index.js +12 -0
- package/server/RoleAssignmentBuilder/index.d.ts +6 -9
- package/server/RoleAssignmentBuilder/index.js +13 -0
- package/server/RoleMatcherBuilder/index.d.ts +6 -9
- package/server/RoleMatcherBuilder/index.js +13 -0
- package/server/RoleUtil/index.d.ts +6 -9
- package/server/RoleUtil/index.js +13 -0
- package/server/ScriptUtil/index.d.ts +4 -194
- package/server/ScriptUtil/index.js +19 -14
- package/server/SearchFactory/index.d.ts +5 -7
- package/server/SearchFactory/index.js +22 -0
- package/server/SearchUtil/index.d.ts +5 -40
- package/server/SearchUtil/index.js +10 -0
- package/server/SearcherBuilder/index.d.ts +11 -49
- package/server/SearcherBuilder/index.js +17 -0
- package/server/Session/index.d.ts +28 -636
- package/server/Session/index.js +48 -0
- package/server/SimpleUserUtil/index.d.ts +4 -9
- package/server/SiteCookieUtil/index.d.ts +11 -16
- package/server/SiteCookieUtil/index.js +3 -0
- package/server/SortBuilder/index.d.ts +6 -6
- package/server/SortBuilder/index.js +12 -0
- package/server/SpellCheckBuilder/index.d.ts +4 -12
- package/server/SpellCheckBuilder/index.js +11 -0
- package/server/StandardParserBuilder/index.d.ts +5 -12
- package/server/StandardParserBuilder/index.js +12 -0
- package/server/StructureUtil/index.d.ts +3 -73
- package/server/StructureUtil/index.js +10 -0
- package/server/SubscriberUtil/index.d.ts +4 -27
- package/server/SubscriberUtil/index.js +13 -0
- package/server/SubscriptionUtil/index.d.ts +3 -54
- package/server/SubscriptionUtil/index.js +14 -0
- package/server/SystemUserUtil/index.d.ts +3 -79
- package/server/SystemUserUtil/index.js +3 -3
- package/server/TagUtil/index.d.ts +4 -60
- package/server/TagUtil/index.js +15 -0
- package/server/TemplateUtil/index.d.ts +6 -70
- package/server/TemplateUtil/index.js +15 -0
- package/server/TemporaryFileNodeBuilder/index.d.ts +5 -8
- package/server/TemporaryFileNodeBuilder/index.js +12 -0
- package/server/TemporaryNodeBuilder/index.d.ts +5 -44
- package/server/TemporaryNodeBuilder/index.js +21 -0
- package/server/TextModuleRendererBuilder/index.d.ts +6 -5
- package/server/TextModuleRendererBuilder/index.js +11 -0
- package/server/TimestampUtil/index.d.ts +3 -3
- package/server/TimestampUtil/index.js +7 -7
- package/server/TranslationUtil/index.d.ts +5 -62
- package/server/TranslationUtil/index.js +13 -0
- package/server/TrashcanUtil/index.d.ts +3 -78
- package/server/TrashcanUtil/index.js +3 -3
- package/server/UserDataUtil/index.d.ts +4 -55
- package/server/UserDataUtil/index.js +2 -2
- package/server/UserFactory/index.d.ts +5 -5
- package/server/UserFactory/index.js +4 -4
- package/server/UserFieldRenderer/index.d.ts +3 -67
- package/server/UserFieldRenderer/index.js +16 -0
- package/server/UserIdentityUtil/index.d.ts +3 -20
- package/server/UserIdentityUtil/index.js +1 -1
- package/server/UserUtil/index.d.ts +3 -14
- package/server/Utils/index.d.ts +14 -52
- package/server/Utils/index.js +82 -1
- package/server/VelocityRenderer/index.d.ts +4 -52
- package/server/VelocityRenderer/index.js +11 -0
- package/server/VersionUtil/index.d.ts +3 -3
- package/server/VersionUtil/index.js +0 -2
- package/server/WebContentUtil/index.d.ts +7 -181
- package/server/WebContentUtil/index.js +14 -0
- package/server/WebResourceFactory/index.d.ts +3 -3
- package/server/WebResourceFactory/index.js +15 -0
- package/server/XSLTUtil/index.d.ts +2 -15
- package/server/XmlParserUtil/index.d.ts +6 -5
- package/server/appData/index.d.ts +2 -2
- package/server/appInfo/index.d.ts +33 -0
- package/server/appInfo/index.js +38 -0
- package/server/appResource/index.d.ts +5 -3
- package/server/cache/index.d.ts +13 -0
- package/server/cache/index.js +15 -0
- package/server/globalAppData/index.d.ts +2 -2
- package/server/headless/index.d.ts +97 -0
- package/server/headless/index.js +10 -0
- package/server/hooks/index.d.ts +7 -7
- package/server/oauth2/index.d.ts +7 -2
- package/server/privileged/index.d.ts +4 -2
- package/server/storage/index.d.ts +27 -7
- package/{hidden → types}/javax/jcr/Binary/index.d.ts +3 -26
- package/types/javax/jcr/Binary/index.js +13 -0
- package/{hidden → types}/javax/jcr/Credentials/index.d.ts +3 -3
- package/types/javax/jcr/Credentials/index.js +8 -0
- package/{hidden → types}/javax/jcr/ImportUUIDBehavior/index.d.ts +3 -3
- package/types/javax/jcr/ImportUUIDBehavior/index.js +8 -0
- package/{hidden → types}/javax/jcr/Item/index.d.ts +6 -121
- package/types/javax/jcr/Item/index.js +23 -0
- package/{hidden → types}/javax/jcr/ItemVisitor/index.d.ts +6 -11
- package/types/javax/jcr/ItemVisitor/index.js +10 -0
- package/{hidden → types}/javax/jcr/NamespaceRegistry/index.d.ts +3 -20
- package/types/javax/jcr/NamespaceRegistry/index.js +15 -0
- package/{hidden → types}/javax/jcr/Node/index.d.ts +23 -1028
- package/types/javax/jcr/Node/index.js +56 -0
- package/{hidden → types}/javax/jcr/NodeIterator/index.d.ts +5 -6
- package/types/javax/jcr/NodeIterator/index.js +10 -0
- package/{hidden → types}/javax/jcr/Property/index.d.ts +71 -197
- package/types/javax/jcr/Property/index.js +27 -0
- package/{hidden → types}/javax/jcr/PropertyIterator/index.d.ts +5 -6
- package/types/javax/jcr/PropertyIterator/index.js +10 -0
- package/{hidden → types}/javax/jcr/RangeIterator/index.d.ts +3 -28
- package/types/javax/jcr/RangeIterator/index.js +12 -0
- package/{hidden → types}/javax/jcr/Repository/index.d.ts +54 -63
- package/types/javax/jcr/Repository/index.js +16 -0
- package/{hidden → types}/javax/jcr/RepositoryFactory/index.d.ts +5 -19
- package/types/javax/jcr/RepositoryFactory/index.js +10 -0
- package/{hidden → types}/javax/jcr/Value/index.d.ts +4 -36
- package/types/javax/jcr/Value/index.js +18 -0
- package/{hidden → types}/javax/jcr/ValueFactory/index.d.ts +7 -44
- package/types/javax/jcr/ValueFactory/index.js +11 -0
- package/{hidden → types}/javax/jcr/Workspace/index.d.ts +29 -426
- package/types/javax/jcr/Workspace/index.js +26 -0
- package/{hidden → types}/javax/jcr/lock/Lock/index.d.ts +4 -42
- package/types/javax/jcr/lock/Lock/index.js +18 -0
- package/{hidden → types}/javax/jcr/lock/LockManager/index.d.ts +4 -66
- package/types/javax/jcr/lock/LockManager/index.js +17 -0
- package/{hidden → types}/javax/jcr/nodetype/ItemDefinition/index.d.ts +4 -93
- package/types/javax/jcr/nodetype/ItemDefinition/index.js +15 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeDefinition/index.d.ts +6 -64
- package/types/javax/jcr/nodetype/NodeDefinition/index.js +14 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +5 -8
- package/types/javax/jcr/nodetype/NodeDefinitionTemplate/index.js +17 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeType/index.d.ts +39 -69
- package/types/javax/jcr/nodetype/NodeType/index.js +21 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +5 -90
- package/types/javax/jcr/nodetype/NodeTypeDefinition/index.js +18 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +5 -6
- package/types/javax/jcr/nodetype/NodeTypeIterator/index.js +10 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeTypeManager/index.d.ts +10 -50
- package/types/javax/jcr/nodetype/NodeTypeManager/index.js +21 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +7 -17
- package/types/javax/jcr/nodetype/NodeTypeTemplate/index.js +18 -0
- package/{hidden → types}/javax/jcr/nodetype/PropertyDefinition/index.d.ts +6 -247
- package/types/javax/jcr/nodetype/PropertyDefinition/index.js +16 -0
- package/{hidden → types}/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +5 -8
- package/types/javax/jcr/nodetype/PropertyDefinitionTemplate/index.js +21 -0
- package/{hidden → types}/javax/jcr/observation/Event/index.d.ts +7 -26
- package/types/javax/jcr/observation/Event/index.js +16 -0
- package/{hidden → types}/javax/jcr/observation/EventIterator/index.d.ts +5 -6
- package/types/javax/jcr/observation/EventIterator/index.js +10 -0
- package/{hidden → types}/javax/jcr/observation/EventJournal/index.d.ts +5 -8
- package/types/javax/jcr/observation/EventJournal/index.js +10 -0
- package/{hidden → types}/javax/jcr/observation/EventListener/index.d.ts +4 -6
- package/types/javax/jcr/observation/EventListener/index.js +10 -0
- package/{hidden → types}/javax/jcr/observation/EventListenerIterator/index.d.ts +5 -6
- package/types/javax/jcr/observation/EventListenerIterator/index.js +10 -0
- package/{hidden → types}/javax/jcr/observation/ObservationManager/index.d.ts +7 -80
- package/types/javax/jcr/observation/ObservationManager/index.js +14 -0
- package/{hidden → types}/javax/jcr/query/Query/index.d.ts +12 -66
- package/types/javax/jcr/query/Query/index.js +18 -0
- package/{hidden → types}/javax/jcr/query/QueryManager/index.d.ts +6 -21
- package/types/javax/jcr/query/QueryManager/index.js +13 -0
- package/{hidden → types}/javax/jcr/query/QueryResult/index.d.ts +5 -12
- package/types/javax/jcr/query/QueryResult/index.js +13 -0
- package/{hidden → types}/javax/jcr/query/Row/index.d.ts +6 -47
- package/types/javax/jcr/query/Row/index.js +14 -0
- package/{hidden → types}/javax/jcr/query/RowIterator/index.d.ts +5 -6
- package/types/javax/jcr/query/RowIterator/index.js +10 -0
- package/{hidden → types}/javax/jcr/query/qom/And/index.d.ts +4 -6
- package/types/javax/jcr/query/qom/And/index.js +11 -0
- package/{hidden → types}/javax/jcr/query/qom/BindVariableValue/index.d.ts +5 -5
- package/types/javax/jcr/query/qom/BindVariableValue/index.js +10 -0
- package/{hidden → types}/javax/jcr/query/qom/ChildNode/index.d.ts +5 -5
- package/types/javax/jcr/query/qom/ChildNode/index.js +11 -0
- package/{hidden → types}/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +5 -5
- package/types/javax/jcr/query/qom/ChildNodeJoinCondition/index.js +11 -0
- package/{hidden → types}/javax/jcr/query/qom/Column/index.d.ts +3 -6
- package/types/javax/jcr/query/qom/Column/index.js +12 -0
- package/{hidden → types}/javax/jcr/query/qom/Comparison/index.d.ts +7 -7
- package/types/javax/jcr/query/qom/Comparison/index.js +12 -0
- package/{hidden → types}/javax/jcr/query/qom/Constraint/index.d.ts +3 -3
- package/types/javax/jcr/query/qom/Constraint/index.js +8 -0
- package/{hidden → types}/javax/jcr/query/qom/DescendantNode/index.d.ts +5 -5
- package/types/javax/jcr/query/qom/DescendantNode/index.js +11 -0
- package/{hidden → types}/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +5 -5
- package/types/javax/jcr/query/qom/DescendantNodeJoinCondition/index.js +11 -0
- package/{hidden → types}/javax/jcr/query/qom/DynamicOperand/index.d.ts +5 -3
- package/types/javax/jcr/query/qom/DynamicOperand/index.js +8 -0
- package/{hidden → types}/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +5 -5
- package/types/javax/jcr/query/qom/EquiJoinCondition/index.js +13 -0
- package/{hidden → types}/javax/jcr/query/qom/FullTextSearch/index.d.ts +5 -6
- package/types/javax/jcr/query/qom/FullTextSearch/index.js +12 -0
- package/{hidden → types}/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +5 -5
- package/types/javax/jcr/query/qom/FullTextSearchScore/index.js +10 -0
- package/{hidden → types}/javax/jcr/query/qom/Join/index.d.ts +6 -7
- package/types/javax/jcr/query/qom/Join/index.js +13 -0
- package/{hidden → types}/javax/jcr/query/qom/JoinCondition/index.d.ts +3 -3
- package/types/javax/jcr/query/qom/JoinCondition/index.js +8 -0
- package/{hidden → types}/javax/jcr/query/qom/Length/index.d.ts +5 -6
- package/types/javax/jcr/query/qom/Length/index.js +10 -0
- package/{hidden → types}/javax/jcr/query/qom/Literal/index.d.ts +5 -6
- package/types/javax/jcr/query/qom/Literal/index.js +10 -0
- package/{hidden → types}/javax/jcr/query/qom/LowerCase/index.d.ts +4 -6
- package/types/javax/jcr/query/qom/LowerCase/index.js +10 -0
- package/{hidden → types}/javax/jcr/query/qom/NodeLocalName/index.d.ts +5 -5
- package/types/javax/jcr/query/qom/NodeLocalName/index.js +10 -0
- package/{hidden → types}/javax/jcr/query/qom/NodeName/index.d.ts +5 -5
- package/types/javax/jcr/query/qom/NodeName/index.js +10 -0
- package/{hidden → types}/javax/jcr/query/qom/Not/index.d.ts +4 -6
- package/types/javax/jcr/query/qom/Not/index.js +10 -0
- package/{hidden → types}/javax/jcr/query/qom/Operand/index.d.ts +3 -3
- package/types/javax/jcr/query/qom/Operand/index.js +8 -0
- package/{hidden → types}/javax/jcr/query/qom/Or/index.d.ts +4 -6
- package/types/javax/jcr/query/qom/Or/index.js +11 -0
- package/{hidden → types}/javax/jcr/query/qom/Ordering/index.d.ts +4 -6
- package/types/javax/jcr/query/qom/Ordering/index.js +11 -0
- package/{hidden → types}/javax/jcr/query/qom/PropertyExistence/index.d.ts +5 -5
- package/types/javax/jcr/query/qom/PropertyExistence/index.js +11 -0
- package/{hidden → types}/javax/jcr/query/qom/PropertyValue/index.d.ts +5 -5
- package/types/javax/jcr/query/qom/PropertyValue/index.js +11 -0
- package/{hidden → types}/javax/jcr/query/qom/QueryObjectModel/index.d.ts +8 -9
- package/types/javax/jcr/query/qom/QueryObjectModel/index.js +13 -0
- package/{hidden → types}/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +3 -3
- package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.js +8 -0
- package/{hidden → types}/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +38 -174
- package/types/javax/jcr/query/qom/QueryObjectModelFactory/index.js +37 -0
- package/{hidden → types}/javax/jcr/query/qom/SameNode/index.d.ts +5 -5
- package/types/javax/jcr/query/qom/SameNode/index.js +11 -0
- package/{hidden → types}/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +5 -5
- package/types/javax/jcr/query/qom/SameNodeJoinCondition/index.js +12 -0
- package/{hidden → types}/javax/jcr/query/qom/Selector/index.d.ts +5 -8
- package/types/javax/jcr/query/qom/Selector/index.js +11 -0
- package/{hidden → types}/javax/jcr/query/qom/Source/index.d.ts +3 -3
- package/types/javax/jcr/query/qom/Source/index.js +8 -0
- package/{hidden → types}/javax/jcr/query/qom/StaticOperand/index.d.ts +5 -3
- package/types/javax/jcr/query/qom/StaticOperand/index.js +8 -0
- package/{hidden → types}/javax/jcr/query/qom/UpperCase/index.d.ts +4 -6
- package/types/javax/jcr/query/qom/UpperCase/index.js +10 -0
- package/{hidden → types}/javax/jcr/retention/Hold/index.d.ts +3 -5
- package/types/javax/jcr/retention/Hold/index.js +11 -0
- package/{hidden → types}/javax/jcr/retention/RetentionManager/index.d.ts +6 -60
- package/types/javax/jcr/retention/RetentionManager/index.js +15 -0
- package/{hidden → types}/javax/jcr/retention/RetentionPolicy/index.d.ts +3 -5
- package/types/javax/jcr/retention/RetentionPolicy/index.js +10 -0
- package/{hidden → types}/javax/jcr/security/AccessControlEntry/index.d.ts +4 -6
- package/types/javax/jcr/security/AccessControlEntry/index.js +11 -0
- package/{hidden → types}/javax/jcr/security/AccessControlList/index.d.ts +8 -31
- package/types/javax/jcr/security/AccessControlList/index.js +12 -0
- package/{hidden → types}/javax/jcr/security/AccessControlManager/index.d.ts +7 -102
- package/types/javax/jcr/security/AccessControlManager/index.js +18 -0
- package/{hidden → types}/javax/jcr/security/AccessControlPolicy/index.d.ts +3 -3
- package/types/javax/jcr/security/AccessControlPolicy/index.js +8 -0
- package/{hidden → types}/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +5 -6
- package/types/javax/jcr/security/AccessControlPolicyIterator/index.js +10 -0
- package/{hidden → types}/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +5 -6
- package/types/javax/jcr/security/NamedAccessControlPolicy/index.js +10 -0
- package/{hidden → types}/javax/jcr/security/Privilege/index.d.ts +3 -15
- package/types/javax/jcr/security/Privilege/index.js +14 -0
- package/{hidden → types}/javax/jcr/version/Version/index.d.ts +6 -35
- package/types/javax/jcr/version/Version/index.js +16 -0
- package/{hidden → types}/javax/jcr/version/VersionHistory/index.d.ts +8 -87
- package/types/javax/jcr/version/VersionHistory/index.js +23 -0
- package/{hidden → types}/javax/jcr/version/VersionIterator/index.d.ts +5 -6
- package/types/javax/jcr/version/VersionIterator/index.js +10 -0
- package/{hidden → types}/javax/jcr/version/VersionManager/index.d.ts +8 -410
- package/types/javax/jcr/version/VersionManager/index.js +25 -0
- package/{hidden → types}/senselogic/sitevision/api/base/Builder/index.d.ts +3 -5
- package/types/senselogic/sitevision/api/base/Builder/index.js +10 -0
- package/{hidden → types}/senselogic/sitevision/api/base/Filter/index.d.ts +3 -5
- package/types/senselogic/sitevision/api/base/Filter/index.js +10 -0
- package/{hidden → types}/senselogic/sitevision/api/base/FilterSplit/index.d.ts +6 -12
- package/types/senselogic/sitevision/api/base/FilterSplit/index.js +12 -0
- package/{hidden → types}/senselogic/sitevision/api/base/Loadable/index.d.ts +3 -5
- package/types/senselogic/sitevision/api/base/Loadable/index.js +10 -0
- package/{hidden → types}/senselogic/sitevision/api/base/Resolver/index.d.ts +3 -5
- package/types/senselogic/sitevision/api/base/Resolver/index.js +10 -0
- package/{hidden → types}/senselogic/sitevision/api/base/Wrapper/index.d.ts +3 -5
- package/types/senselogic/sitevision/api/base/Wrapper/index.js +10 -0
- package/{hidden → types}/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +12 -136
- package/types/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.js +30 -0
- package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatter/index.d.ts +2 -20
- package/types/senselogic/sitevision/api/format/NumericFormatter/index.js +13 -0
- package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +5 -26
- package/types/senselogic/sitevision/api/format/NumericFormatterBuilder/index.js +15 -0
- package/{hidden → types}/senselogic/sitevision/api/i18n/Currency/index.d.ts +2 -45
- package/types/senselogic/sitevision/api/i18n/Currency/index.js +12 -0
- package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +5 -16
- package/types/senselogic/sitevision/api/link/CustomLinkProcessor/index.js +11 -0
- package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkRenderData/index.d.ts +4 -31
- package/types/senselogic/sitevision/api/link/CustomLinkRenderData/index.js +10 -0
- package/{hidden → types}/senselogic/sitevision/api/mail/Mail/index.d.ts +3 -8
- package/types/senselogic/sitevision/api/mail/Mail/index.js +11 -0
- package/{hidden → types}/senselogic/sitevision/api/message/MessageTextLinker/index.d.ts +3 -5
- package/types/senselogic/sitevision/api/message/MessageTextLinker/index.js +10 -0
- package/{hidden → types}/senselogic/sitevision/api/metadata/value/LinkValue/index.d.ts +3 -3
- package/types/senselogic/sitevision/api/metadata/value/LinkValue/index.js +8 -0
- package/{hidden → types}/senselogic/sitevision/api/metadata/value/RelatedValue/index.d.ts +3 -3
- package/types/senselogic/sitevision/api/metadata/value/RelatedValue/index.js +8 -0
- package/{hidden → types}/senselogic/sitevision/api/property/VersionedPropertyUtil/index.d.ts +9 -200
- package/types/senselogic/sitevision/api/property/VersionedPropertyUtil/index.js +18 -0
- package/{hidden → types}/senselogic/sitevision/api/render/ImageScaler/index.d.ts +3 -16
- package/types/senselogic/sitevision/api/render/ImageScaler/index.js +12 -0
- package/{hidden → types}/senselogic/sitevision/api/render/TextModuleRenderer/index.d.ts +3 -72
- package/types/senselogic/sitevision/api/render/TextModuleRenderer/index.js +16 -0
- package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityAccess/index.d.ts +3 -3
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess/index.js +8 -0
- package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityContext/index.d.ts +3 -6
- package/types/senselogic/sitevision/api/render/velocity/VelocityContext/index.js +14 -0
- package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.d.ts +2 -38
- package/types/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.js +10 -0
- package/{hidden → types}/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +5 -52
- package/types/senselogic/sitevision/api/script/RequesterChainable/index.js +11 -0
- package/{hidden → types}/senselogic/sitevision/api/script/app/RestAppInvoker/index.d.ts +2 -36
- package/types/senselogic/sitevision/api/script/app/RestAppInvoker/index.js +13 -0
- package/{hidden → types}/senselogic/sitevision/api/script/factory/TypedArgument/index.d.ts +3 -5
- package/types/senselogic/sitevision/api/script/factory/TypedArgument/index.js +11 -0
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.d.ts +3 -5
- package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.js +10 -0
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.d.ts +3 -38
- package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.js +12 -0
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +3 -5
- package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.js +12 -0
- package/{hidden → types}/senselogic/sitevision/api/search/SearchFieldUtil/index.d.ts +2 -16
- package/types/senselogic/sitevision/api/search/SearchFieldUtil/index.js +15 -0
- package/{hidden → types}/senselogic/sitevision/api/search/SearchHighlighter/index.d.ts +4 -6
- package/types/senselogic/sitevision/api/search/SearchHighlighter/index.js +10 -0
- package/{hidden → types}/senselogic/sitevision/api/search/SearchHit/index.d.ts +12 -411
- package/types/senselogic/sitevision/api/search/SearchHit/index.js +35 -0
- package/{hidden → types}/senselogic/sitevision/api/search/SearchResult/index.d.ts +10 -147
- package/types/senselogic/sitevision/api/search/SearchResult/index.js +24 -0
- package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetField/index.d.ts +4 -6
- package/types/senselogic/sitevision/api/search/facet/SearchFacetField/index.js +12 -0
- package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetValue/index.d.ts +3 -16
- package/types/senselogic/sitevision/api/search/facet/SearchFacetValue/index.js +14 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/Searcher/index.d.ts +3 -39
- package/types/senselogic/sitevision/api/search/searcher/Searcher/index.js +10 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Filter/index.d.ts +3 -3
- package/types/senselogic/sitevision/api/search/searcher/component/Filter/index.js +8 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Highlight/index.d.ts +3 -3
- package/types/senselogic/sitevision/api/search/searcher/component/Highlight/index.js +8 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Monitor/index.d.ts +3 -3
- package/types/senselogic/sitevision/api/search/searcher/component/Monitor/index.js +8 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Parser/index.d.ts +3 -3
- package/types/senselogic/sitevision/api/search/searcher/component/Parser/index.js +8 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Sort/index.d.ts +3 -3
- package/types/senselogic/sitevision/api/search/searcher/component/Sort/index.js +8 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.d.ts +3 -3
- package/types/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.js +8 -0
- package/{hidden → types}/senselogic/sitevision/api/search/sort/CustomSort/index.d.ts +3 -20
- package/types/senselogic/sitevision/api/search/sort/CustomSort/index.js +16 -0
- package/{hidden → types}/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.d.ts +3 -5
- package/types/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.js +11 -0
- package/{hidden → types}/senselogic/sitevision/api/security/DirectoryAttributes/index.d.ts +5 -10
- package/types/senselogic/sitevision/api/security/DirectoryAttributes/index.js +13 -0
- package/{hidden → types}/senselogic/sitevision/api/security/MessageDigester/index.d.ts +3 -7
- package/types/senselogic/sitevision/api/security/MessageDigester/index.js +13 -0
- package/{hidden → types}/senselogic/sitevision/api/security/RoleAssignment/index.d.ts +4 -15
- package/types/senselogic/sitevision/api/security/RoleAssignment/index.js +13 -0
- package/{hidden → types}/senselogic/sitevision/api/security/RoleMatcher/index.d.ts +4 -6
- package/types/senselogic/sitevision/api/security/RoleMatcher/index.js +11 -0
- package/{hidden → types}/senselogic/sitevision/api/security/SecretStore/index.d.ts +5 -7
- package/types/senselogic/sitevision/api/security/SecretStore/index.js +15 -0
- package/{hidden → types}/senselogic/sitevision/api/security/UserUtil/index.d.ts +4 -6
- package/types/senselogic/sitevision/api/security/UserUtil/index.js +14 -0
- package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +6 -8
- package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.js +10 -0
- package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.d.ts +4 -6
- package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.js +10 -0
- package/{hidden → types}/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +8 -198
- package/{server → types/senselogic/sitevision/api/user}/UserIdentityWrapper/index.js +20 -14
- package/{hidden → types}/senselogic/sitevision/api/webresource/LinkTarget/index.d.ts +3 -3
- package/types/senselogic/sitevision/api/webresource/LinkTarget/index.js +8 -0
- package/{hidden → types}/senselogic/sitevision/api/xml/XmlElement/index.d.ts +3 -5
- package/types/senselogic/sitevision/api/xml/XmlElement/index.js +15 -0
- package/{hidden → types}/senselogic/sitevision/api/xml/XmlElementHandler/index.d.ts +4 -6
- package/types/senselogic/sitevision/api/xml/XmlElementHandler/index.js +10 -0
- package/hidden/senselogic/sitevision/api/render/BuddyIconRenderer/BuddyIconInfo/index.d.ts +0 -51
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/ArticleUtilConstants/index.d.ts +0 -85
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/ExceptionSuppressingProxyConstants/index.d.ts +0 -31
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/IndexingUtilConstants/index.d.ts +0 -31
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/LinkPageUtilConstants/index.d.ts +0 -67
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/MathInstanceConstants/index.d.ts +0 -25
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/MimeTypeUtilConstants/index.d.ts +0 -19
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/NodeTypeUtilConstants/index.d.ts +0 -1243
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/OutputUtilConstants/index.d.ts +0 -31
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/PageUtilConstants/index.d.ts +0 -91
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/PortletContextUtilConstants/index.d.ts +0 -27
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/PortletUtilConstants/index.d.ts +0 -19
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/QueryStringUtilConstants/index.d.ts +0 -19
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/SearchHitConstants/index.d.ts +0 -25
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/SearchResultConstants/index.d.ts +0 -37
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/VersionUtilConstants/index.d.ts +0 -25
- package/server/ImageScaler/index.d.ts +0 -24
- package/server/SourceSetMode/index.d.ts +0 -7
- package/server/SourceSetMode/index.js +0 -1
- package/server/UserIdentityWrapper/index.d.ts +0 -138
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import Constraint from "../Constraint";
|
|
1
|
+
import type { Constraint } from "../Constraint";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Performs a logical negation of another constraint.
|
|
@@ -6,15 +6,13 @@ import Constraint from "../Constraint";
|
|
|
6
6
|
* To satisfy the <code>Not</code> constraint, the node-tuple must <i>not</i>
|
|
7
7
|
* satisfy {@link #getConstraint constraint}.
|
|
8
8
|
*
|
|
9
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
9
|
+
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
10
10
|
* @since JCR 2.0
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
export type Not = {
|
|
13
13
|
/**
|
|
14
14
|
* Gets the constraint negated by this <code>Not</code> constraint.
|
|
15
15
|
* @return the constraint; non-null
|
|
16
16
|
*/
|
|
17
17
|
getConstraint(): Constraint;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export default Not;
|
|
18
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import Constraint from "../Constraint";
|
|
1
|
+
import type { Constraint } from "../Constraint";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Performs a logical disjunction of two other constraints.
|
|
@@ -10,10 +10,10 @@ import Constraint from "../Constraint";
|
|
|
10
10
|
* both {@link #getConstraint1 constraint1} and {@link #getConstraint2
|
|
11
11
|
* constraint2}.</li> </ul>
|
|
12
12
|
*
|
|
13
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
13
|
+
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
14
14
|
* @since JCR 2.0
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
export type Or = {
|
|
17
17
|
/**
|
|
18
18
|
* Gets the first constraint.
|
|
19
19
|
* @return the constraint; non-null
|
|
@@ -25,6 +25,4 @@ interface Or {
|
|
|
25
25
|
* @return the constraint; non-null
|
|
26
26
|
*/
|
|
27
27
|
getConstraint2(): Constraint;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export default Or;
|
|
28
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
getConstraint1: function getConstraint1() {},
|
|
9
|
+
getConstraint2: function getConstraint2() {}
|
|
10
|
+
};
|
|
11
|
+
exports["default"] = _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import DynamicOperand from "../DynamicOperand";
|
|
1
|
+
import type { DynamicOperand } from "../DynamicOperand";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Determines the relative order of two node-tuples by evaluating {@link
|
|
@@ -33,10 +33,10 @@ import DynamicOperand from "../DynamicOperand";
|
|
|
33
33
|
* <code>nt1</code> and <code>nt2</code> is implementation determined and may be
|
|
34
34
|
* arbitrary.</li></ul></li> </ul>
|
|
35
35
|
*
|
|
36
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
36
|
+
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
37
37
|
* @since JCR 2.0
|
|
38
38
|
*/
|
|
39
|
-
|
|
39
|
+
export type Ordering = {
|
|
40
40
|
/**
|
|
41
41
|
* The operand by which to order.
|
|
42
42
|
* @return the operand; non-null
|
|
@@ -48,6 +48,4 @@ interface Ordering {
|
|
|
48
48
|
* @return either <ul> <li>{@link QueryObjectModelConstants#JCR_ORDER_ASCENDING} or</li> <li>{@link QueryObjectModelConstants#JCR_ORDER_DESCENDING}</li> </ul>
|
|
49
49
|
*/
|
|
50
50
|
getOrder(): string;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
export default Ordering;
|
|
51
|
+
};
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
+
import type { Constraint } from "../Constraint";
|
|
2
|
+
|
|
1
3
|
/**
|
|
2
4
|
* Tests the existence of a property.
|
|
3
5
|
* <p>
|
|
4
6
|
* A node-tuple satisfies the constraint if the selector node has a property
|
|
5
7
|
* named {@link #getPropertyName property}.
|
|
6
8
|
*
|
|
7
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
9
|
+
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
8
10
|
* @since JCR 2.0
|
|
9
11
|
*/
|
|
10
|
-
|
|
12
|
+
export type PropertyExistence = {
|
|
11
13
|
/**
|
|
12
14
|
* Gets the name of the selector against which to apply this constraint.
|
|
13
15
|
* @return the selector name; non-null
|
|
@@ -19,6 +21,4 @@ interface PropertyExistence {
|
|
|
19
21
|
* @return the property name; non-null
|
|
20
22
|
*/
|
|
21
23
|
getPropertyName(): string;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export default PropertyExistence;
|
|
24
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
getSelectorName: function getSelectorName() {},
|
|
9
|
+
getPropertyName: function getPropertyName() {}
|
|
10
|
+
};
|
|
11
|
+
exports["default"] = _default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import type { DynamicOperand } from "../DynamicOperand";
|
|
2
|
+
|
|
1
3
|
/**
|
|
2
4
|
* Evaluates to the value (or values, if multi-valued) of a property.
|
|
3
5
|
* <p>
|
|
@@ -5,10 +7,10 @@
|
|
|
5
7
|
* have a property named {@link #getPropertyName property}, the operand
|
|
6
8
|
* evaluates to null.
|
|
7
9
|
*
|
|
8
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
10
|
+
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
9
11
|
* @since JCR 2.0
|
|
10
12
|
*/
|
|
11
|
-
|
|
13
|
+
export type PropertyValue = {
|
|
12
14
|
/**
|
|
13
15
|
* Gets the name of the selector against which to evaluate this operand.
|
|
14
16
|
* @return the selector name; non-null
|
|
@@ -20,6 +22,4 @@ interface PropertyValue {
|
|
|
20
22
|
* @return the property name; non-null
|
|
21
23
|
*/
|
|
22
24
|
getPropertyName(): string;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export default PropertyValue;
|
|
25
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
getSelectorName: function getSelectorName() {},
|
|
9
|
+
getPropertyName: function getPropertyName() {}
|
|
10
|
+
};
|
|
11
|
+
exports["default"] = _default;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import Source from "../Source";
|
|
2
|
-
import Constraint from "../Constraint";
|
|
3
|
-
import Ordering from "../Ordering";
|
|
4
|
-
import Column from "../Column";
|
|
1
|
+
import type { Source } from "../Source";
|
|
2
|
+
import type { Constraint } from "../Constraint";
|
|
3
|
+
import type { Ordering } from "../Ordering";
|
|
4
|
+
import type { Column } from "../Column";
|
|
5
|
+
import type { Query } from "../../Query";
|
|
5
6
|
|
|
6
7
|
/**
|
|
7
8
|
* A query in the JCR query object model.
|
|
@@ -32,10 +33,10 @@ import Column from "../Column";
|
|
|
32
33
|
* The query object model representation of a query is created by factory
|
|
33
34
|
* methods in the {@link QueryObjectModelFactory}.
|
|
34
35
|
*
|
|
35
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
36
|
+
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
36
37
|
* @since JCR 2.0
|
|
37
38
|
*/
|
|
38
|
-
|
|
39
|
+
export type QueryObjectModel = {
|
|
39
40
|
/**
|
|
40
41
|
* Gets the node-tuple source for this query.
|
|
41
42
|
* @return the node-tuple source; non-null
|
|
@@ -59,6 +60,4 @@ interface QueryObjectModel {
|
|
|
59
60
|
* @return an array of zero or more columns; non-null
|
|
60
61
|
*/
|
|
61
62
|
getColumns(): Column;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
export default QueryObjectModel;
|
|
63
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
getSource: function getSource() {},
|
|
9
|
+
getConstraint: function getConstraint() {},
|
|
10
|
+
getOrderings: function getOrderings() {},
|
|
11
|
+
getColumns: function getColumns() {}
|
|
12
|
+
};
|
|
13
|
+
exports["default"] = _default;
|
|
@@ -4,6 +4,6 @@
|
|
|
4
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><</code>" comparison operator.The "<code><=</code>" comparison operator.The "<code>></code>" comparison operator.The "<code>>=</code>" comparison operator.The "<code>like</code>" comparison operator.Ascending order.Descending order.
|
|
5
5
|
* @since JCR 2.0
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
export type QueryObjectModelConstants = {
|
|
8
|
+
undefined;
|
|
9
|
+
};
|
|
@@ -1,36 +1,38 @@
|
|
|
1
|
-
import Source from "../Source";
|
|
2
|
-
import Constraint from "../Constraint";
|
|
3
|
-
import Ordering from "../Ordering";
|
|
4
|
-
import Column from "../Column";
|
|
5
|
-
import QueryObjectModel from "../QueryObjectModel";
|
|
6
|
-
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
1
|
+
import type { Source } from "../Source";
|
|
2
|
+
import type { Constraint } from "../Constraint";
|
|
3
|
+
import type { Ordering } from "../Ordering";
|
|
4
|
+
import type { Column } from "../Column";
|
|
5
|
+
import type { QueryObjectModel } from "../QueryObjectModel";
|
|
6
|
+
|
|
7
|
+
import type { Selector } from "../Selector";
|
|
8
|
+
import type { JoinCondition } from "../JoinCondition";
|
|
9
|
+
import type { Join } from "../Join";
|
|
10
|
+
import type { EquiJoinCondition } from "../EquiJoinCondition";
|
|
11
|
+
import type { SameNodeJoinCondition } from "../SameNodeJoinCondition";
|
|
12
|
+
import type { ChildNodeJoinCondition } from "../ChildNodeJoinCondition";
|
|
13
|
+
import type { DescendantNodeJoinCondition } from "../DescendantNodeJoinCondition";
|
|
14
|
+
import type { And } from "../And";
|
|
15
|
+
import type { Or } from "../Or";
|
|
16
|
+
import type { Not } from "../Not";
|
|
17
|
+
import type { DynamicOperand } from "../DynamicOperand";
|
|
18
|
+
import type { StaticOperand } from "../StaticOperand";
|
|
19
|
+
import type { Comparison } from "../Comparison";
|
|
20
|
+
import type { PropertyExistence } from "../PropertyExistence";
|
|
21
|
+
import type { FullTextSearch } from "../FullTextSearch";
|
|
22
|
+
import type { SameNode } from "../SameNode";
|
|
23
|
+
import type { ChildNode } from "../ChildNode";
|
|
24
|
+
import type { DescendantNode } from "../DescendantNode";
|
|
25
|
+
import type { PropertyValue } from "../PropertyValue";
|
|
26
|
+
import type { Length } from "../Length";
|
|
27
|
+
import type { NodeName } from "../NodeName";
|
|
28
|
+
import type { NodeLocalName } from "../NodeLocalName";
|
|
29
|
+
import type { FullTextSearchScore } from "../FullTextSearchScore";
|
|
30
|
+
import type { LowerCase } from "../LowerCase";
|
|
31
|
+
import type { UpperCase } from "../UpperCase";
|
|
32
|
+
import type { BindVariableValue } from "../BindVariableValue";
|
|
33
|
+
import type { Value } from "../../../Value";
|
|
34
|
+
import type { Literal } from "../Literal";
|
|
35
|
+
import type { QueryObjectModelConstants } from "../QueryObjectModelConstants";
|
|
34
36
|
|
|
35
37
|
/**
|
|
36
38
|
* A <code>QueryObjectModelFactory</code> creates instances of the JCR query
|
|
@@ -39,146 +41,10 @@ import Literal from "../Literal";
|
|
|
39
41
|
* Refer to {@link QueryObjectModel} for a description of the query object
|
|
40
42
|
* model.
|
|
41
43
|
*
|
|
42
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
43
|
-
* <p>
|
|
44
|
-
* The query is invalid if <code>nodeTypeName</code> or
|
|
45
|
-
* <code>selectorName</code> is not a syntactically valid JCR name.
|
|
46
|
-
* <p>
|
|
47
|
-
* The query is invalid if <code>selectorName</code>} is identical to the
|
|
48
|
-
* name of another selector in the query.
|
|
49
|
-
* <p>
|
|
50
|
-
* The query is also invalid if <code>nodeType</code> is not a valid JCR
|
|
51
|
-
* name or is a valid JCR name but not the name of a node type available in
|
|
52
|
-
* the repository.Performs a join between two node-tuple sources.
|
|
53
|
-
* <p>
|
|
54
|
-
* The query is invalid if <code>left</code> is the same source as
|
|
55
|
-
* <code>right</code>.Tests whether the value of a property in a first selector is equal to the
|
|
56
|
-
* value of a property in a second selector.
|
|
57
|
-
* <p>
|
|
58
|
-
* The query is invalid if:
|
|
59
|
-
* </p>
|
|
60
|
-
* <ul>
|
|
61
|
-
* <li><code>selector1</code> is not the name of a selector in the query, or</li>
|
|
62
|
-
* <li><code>selector2</code> is not the name of a selector in the query, or</li>
|
|
63
|
-
* <li><code>selector1</code> is the same as <code>selector2</code>, or</li>
|
|
64
|
-
* <li><code>property1</code> is not a syntactically valid JCR name, or</li>
|
|
65
|
-
* <li><code>property2</code> is not a syntactically valid JCR name, or</li>
|
|
66
|
-
* <li>the value of <code>property1</code> is not the same property type as the value of <code>property2</code>, or</li>
|
|
67
|
-
* <li><code>property1</code> is a multi-valued property, or</li>
|
|
68
|
-
* <li><code>property2</code> is a multi-valued property, or</li>
|
|
69
|
-
* <li><code>property1</code> is a <code>BINARY</code> property, or</li>
|
|
70
|
-
* <li><code>property2</code> is a <code>BINARY</code> property.</li>
|
|
71
|
-
* </ul>Tests whether a first selector's node is the same as a node identified by
|
|
72
|
-
* relative path from a second selector's node.
|
|
73
|
-
* <p>
|
|
74
|
-
* The query is invalid if: <ul> <li><code>selector1</code> is not the name
|
|
75
|
-
* of a selector in the query, or</li> <li><code>selector2</code> is not the
|
|
76
|
-
* name of a selector in the query, or</li> <li><code>selector1</code> is
|
|
77
|
-
* the same as selector2, or</li> <li><code>selector2Path</code> is not a
|
|
78
|
-
* syntactically valid relative path. Note, however, that if the path is
|
|
79
|
-
* syntactically valid but does not identify a node visible to the current
|
|
80
|
-
* session, the query is valid but the constraint is not satisfied.</li>
|
|
81
|
-
* </ul>Tests whether a first selector's node is a child of a second selector's
|
|
82
|
-
* node.
|
|
83
|
-
* <p>
|
|
84
|
-
* The query is invalid if: <ul> <li><code>childSelector</code> is not the
|
|
85
|
-
* name of a selector in the query, or</li> <li><code>parentSelector</code>
|
|
86
|
-
* is not the name of a selector in the query, or</li>
|
|
87
|
-
* <li><code>childSelector</code> is the same as <code>parentSelector</code>.
|
|
88
|
-
* </ul>Tests whether a first selector's node is a descendant of a second
|
|
89
|
-
* selector's node.
|
|
90
|
-
* <p>
|
|
91
|
-
* The query is invalid if: <ul> <li><code>descendantSelector</code> is not
|
|
92
|
-
* the name of a selector in the query, or</li> <li><code>ancestorSelector</code>
|
|
93
|
-
* is not the name of a selector in the query, or</li>
|
|
94
|
-
* <li><code>descendantSelector</code> is the same as
|
|
95
|
-
* <code>ancestorSelector</code>. </ul>Performs a logical conjunction of two other constraints.Performs a logical disjunction of two other constraints.Performs a logical negation of another constraint.Filters node-tuples based on the outcome of a binary operation.Tests the existence of a property in the specified selector.
|
|
96
|
-
* <p>
|
|
97
|
-
* The query is invalid if: <ul> <li><code>selector</code> is not the name
|
|
98
|
-
* of a selector in the query, or</li> <li><code>property</code> is not a
|
|
99
|
-
* syntactically valid JCR name.</li> </ul>Performs a full-text search against the specified selector.
|
|
100
|
-
* <p>
|
|
101
|
-
* The query is invalid if:
|
|
102
|
-
* </p>
|
|
103
|
-
* <ul>
|
|
104
|
-
* <li><code>selector</code> is not the name of a selector in the query, or</li>
|
|
105
|
-
* <li><code>property</code> is specified but is not a syntactically valid JCR name, or</li>
|
|
106
|
-
* <li><code>fullTextSearchExpression</code> does not evaluate to a JCR STRING Value (or convertible to STRING) that conforms to the full text search grammar.</li>
|
|
107
|
-
* </ul>
|
|
108
|
-
*
|
|
109
|
-
* <p>
|
|
110
|
-
* If <code>property</code> is specified but, for a node-tuple, the selector
|
|
111
|
-
* node does not have a property named <code>property</code>, the query is
|
|
112
|
-
* valid but the constraint is not satisfied.
|
|
113
|
-
* </p>Tests whether a node in the specified selector is reachable by a
|
|
114
|
-
* specified absolute path.
|
|
115
|
-
* <p>
|
|
116
|
-
* The query is invalid if: <ul> <li><code>selector</code> is not the name
|
|
117
|
-
* of a selector in the query, or</li> <li><code>path</code> is not a
|
|
118
|
-
* syntactically valid absolute path. Note, however, that if the path is
|
|
119
|
-
* syntactically valid but does not identify a node in the repository (or
|
|
120
|
-
* the node is not visible to this session, because of access control
|
|
121
|
-
* constraints), the query is valid but the constraint is not
|
|
122
|
-
* satisfied.</li> </ul>Tests whether a node in the specified selector is a child of a node
|
|
123
|
-
* reachable by a specified absolute path. The query is invalid if: <ul>
|
|
124
|
-
* <li><code>selector</code> is not the name of a selector in the query,
|
|
125
|
-
* or</li> <li><code>path</code> is not a syntactically valid absolute path.
|
|
126
|
-
* Note, however, that if the path is syntactically valid but does not
|
|
127
|
-
* identify a node in the repository (or the node is not visible to this
|
|
128
|
-
* session, because of access control constraints), the query is valid but
|
|
129
|
-
* the constraint is not satisfied.</li> </ul>Tests whether a node in the specified selector is a descendant of a node
|
|
130
|
-
* reachable by a specified absolute path.
|
|
131
|
-
* <p>
|
|
132
|
-
* The query is invalid if: <ul> <li><code>selector</code> is not the name
|
|
133
|
-
* of a selector in the query, or</li> <li><code>path</code> is not a
|
|
134
|
-
* syntactically valid absolute path. Note, however, that if the path is
|
|
135
|
-
* syntactically valid but does not identify a node in the repository (or
|
|
136
|
-
* the node is not visible to this session, because of access control
|
|
137
|
-
* constraints), the query is valid but the constraint is not
|
|
138
|
-
* satisfied.</li> </ul>Evaluates to the value (or values, if multi-valued) of a property in the
|
|
139
|
-
* specified selector.
|
|
140
|
-
* <p>
|
|
141
|
-
* The query is invalid if: <ul> <li><code>selector</code> is not the name
|
|
142
|
-
* of a selector in the query, or</li> <li><code>property</code> is not a
|
|
143
|
-
* syntactically valid JCR name.</li> </ul>Evaluates to the length (or lengths, if multi-valued) of a property.Evaluates to a <code>NAME</code> value equal to the prefix-qualified name
|
|
144
|
-
* of a node in the specified selector.
|
|
145
|
-
* <p>
|
|
146
|
-
* The query is invalid if <code>selector</code> is not the name of a
|
|
147
|
-
* selector in the query.Evaluates to a <code>NAME</code> value equal to the local (unprefixed)
|
|
148
|
-
* name of a node in the specified selector.
|
|
149
|
-
* <p>
|
|
150
|
-
* The query is invalid if <code>selector</code> is not the name of a
|
|
151
|
-
* selector in the query.Evaluates to a <code>DOUBLE</code> value equal to the full-text search
|
|
152
|
-
* score of a node in the specified selector.
|
|
153
|
-
* <p>
|
|
154
|
-
* The query is invalid if <code>selector</code> is not the name of a
|
|
155
|
-
* selector in the query.Evaluates to the lower-case string value (or values, if multi-valued) of
|
|
156
|
-
* an operand.Evaluates to the upper-case string value (or values, if multi-valued) of
|
|
157
|
-
* an operand.Evaluates to the value of a bind variable.
|
|
158
|
-
* <p>
|
|
159
|
-
* The query is invalid if <code>bindVariableName</code> is not a valid JCR
|
|
160
|
-
* prefix.Evaluates to a literal value.Orders by the value of the specified operand, in ascending order. The
|
|
161
|
-
* query is invalid if <code>operand</code> does not evaluate to a scalar
|
|
162
|
-
* value.Orders by the value of the specified operand, in descending order. The
|
|
163
|
-
* query is invalid if <code>operand</code> does not evaluate to a scalar
|
|
164
|
-
* value.Identifies a property in the specified selector to include in the tabular
|
|
165
|
-
* view of query results.
|
|
166
|
-
* <p>
|
|
167
|
-
* The query is invalid if: <ul> <li><code>selectorName</code> is not the name
|
|
168
|
-
* of a selector in the query, or</li>
|
|
169
|
-
* <li><code>propertyName</code> is specified but does not evaluate to a scalar
|
|
170
|
-
* value, or</li> <li><code>propertyName</code> is specified but
|
|
171
|
-
* <code>columnName</code> is omitted, or</li> <li><code>propertyName</code> is
|
|
172
|
-
* omitted but <code>columnName</code> is specified, or</li> <li>the columns
|
|
173
|
-
* in the tabular view are not uniquely named, whether those column names
|
|
174
|
-
* are specified by <code>columnName</code> (if <code>propertyName</code> is
|
|
175
|
-
* specified) or generated as described above (if <code>propertyName</code> is
|
|
176
|
-
* omitted).</li> </ul> If <code>propertyName</code> is specified but, for a
|
|
177
|
-
* node-tuple, the selector node does not have a property named
|
|
178
|
-
* <code>propertyName</code>, the query is valid and the column has null value.
|
|
44
|
+
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
179
45
|
* @since JCR 2.0
|
|
180
46
|
*/
|
|
181
|
-
|
|
47
|
+
export type QueryObjectModelFactory = {
|
|
182
48
|
/**
|
|
183
49
|
* Creates a query with one or more selectors.
|
|
184
50
|
* @param source the node-tuple source; non-null
|
|
@@ -633,6 +499,4 @@ interface QueryObjectModelFactory {
|
|
|
633
499
|
propertyName: string,
|
|
634
500
|
columnName: string
|
|
635
501
|
): Column;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
export default QueryObjectModelFactory;
|
|
502
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
createQuery: function createQuery() {},
|
|
9
|
+
selector: function selector() {},
|
|
10
|
+
join: function join() {},
|
|
11
|
+
equiJoinCondition: function equiJoinCondition() {},
|
|
12
|
+
sameNodeJoinCondition: function sameNodeJoinCondition() {},
|
|
13
|
+
childNodeJoinCondition: function childNodeJoinCondition() {},
|
|
14
|
+
descendantNodeJoinCondition: function descendantNodeJoinCondition() {},
|
|
15
|
+
and: function and() {},
|
|
16
|
+
or: function or() {},
|
|
17
|
+
not: function not() {},
|
|
18
|
+
comparison: function comparison() {},
|
|
19
|
+
propertyExistence: function propertyExistence() {},
|
|
20
|
+
fullTextSearch: function fullTextSearch() {},
|
|
21
|
+
sameNode: function sameNode() {},
|
|
22
|
+
childNode: function childNode() {},
|
|
23
|
+
descendantNode: function descendantNode() {},
|
|
24
|
+
propertyValue: function propertyValue() {},
|
|
25
|
+
length: function length() {},
|
|
26
|
+
nodeName: function nodeName() {},
|
|
27
|
+
nodeLocalName: function nodeLocalName() {},
|
|
28
|
+
fullTextSearchScore: function fullTextSearchScore() {},
|
|
29
|
+
lowerCase: function lowerCase() {},
|
|
30
|
+
upperCase: function upperCase() {},
|
|
31
|
+
bindVariable: function bindVariable() {},
|
|
32
|
+
literal: function literal() {},
|
|
33
|
+
ascending: function ascending() {},
|
|
34
|
+
descending: function descending() {},
|
|
35
|
+
column: function column() {}
|
|
36
|
+
};
|
|
37
|
+
exports["default"] = _default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import type { Constraint } from "../Constraint";
|
|
2
|
+
|
|
1
3
|
/**
|
|
2
4
|
* Tests whether the {@link #getSelectorName selector} node is reachable by
|
|
3
5
|
* absolute path {@link #getPath path}.
|
|
@@ -7,10 +9,10 @@
|
|
|
7
9
|
* would return true, where <code>selectorNode</code> is the node for the
|
|
8
10
|
* specified selector.
|
|
9
11
|
*
|
|
10
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
12
|
+
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
11
13
|
* @since JCR 2.0
|
|
12
14
|
*/
|
|
13
|
-
|
|
15
|
+
export type SameNode = {
|
|
14
16
|
/**
|
|
15
17
|
* Gets the name of the selector against which to apply this constraint.
|
|
16
18
|
* @return the selector name; non-null
|
|
@@ -22,6 +24,4 @@ interface SameNode {
|
|
|
22
24
|
* @return the path; non-null
|
|
23
25
|
*/
|
|
24
26
|
getPath(): string;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export default SameNode;
|
|
27
|
+
};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import type { JoinCondition } from "../JoinCondition";
|
|
2
|
+
|
|
1
3
|
/**
|
|
2
4
|
* Tests whether two nodes are "the same" according to the <code>isSame</code>
|
|
3
5
|
* method of <code>javax.jcr.Item</code>.
|
|
@@ -10,10 +12,10 @@
|
|
|
10
12
|
* #getSelector1Name selector1} and <code>selector2Node</code> is the node for
|
|
11
13
|
* {@link #getSelector2Name selector2}.
|
|
12
14
|
*
|
|
13
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
15
|
+
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
14
16
|
* @since JCR 2.0
|
|
15
17
|
*/
|
|
16
|
-
|
|
18
|
+
export type SameNodeJoinCondition = {
|
|
17
19
|
/**
|
|
18
20
|
* Gets the name of the first selector.
|
|
19
21
|
* @return the selector name; non-null
|
|
@@ -31,6 +33,4 @@ interface SameNodeJoinCondition {
|
|
|
31
33
|
* @return the relative path, or null for none
|
|
32
34
|
*/
|
|
33
35
|
getSelector2Path(): string;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
export default SameNodeJoinCondition;
|
|
36
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
getSelector1Name: function getSelector1Name() {},
|
|
9
|
+
getSelector2Name: function getSelector2Name() {},
|
|
10
|
+
getSelector2Path: function getSelector2Path() {}
|
|
11
|
+
};
|
|
12
|
+
exports["default"] = _default;
|