@sitevision/api 2.0.0-alpha.1 → 2.0.0-alpha.2
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/index.d.ts +8 -0
- package/package.json +1 -1
- package/server/AliasUtil/index.d.ts +13 -11
- package/server/ArchiveUtil/index.d.ts +45 -43
- package/server/ArraysInstance/index.d.ts +1667 -1808
- package/server/ArticleUtil/index.d.ts +294 -226
- package/server/AuthenticationUtil/index.d.ts +73 -85
- package/server/BookmarkUtil/index.d.ts +76 -81
- package/server/BuddyIconRenderer/index.d.ts +124 -132
- package/server/BuddyIconRenderer.BuddyIconSize/index.d.ts +41 -0
- package/server/BuddyIconRenderer.BuddyIconSize/index.js +25 -0
- package/server/ClientUtil/index.d.ts +11 -9
- package/server/CollaborationFactory/index.d.ts +37 -40
- package/server/CollaborationGroupFolderUtil/index.d.ts +30 -28
- package/server/CollaborationGroupState/index.d.ts +27 -0
- package/server/CollaborationGroupState/index.js +11 -0
- package/server/CollaborationGroupTemplateUtil/index.d.ts +48 -50
- package/server/CollaborationGroupType/index.d.ts +28 -0
- package/server/CollaborationGroupType/index.js +12 -0
- package/server/CollaborationGroupUtil/index.d.ts +86 -82
- package/server/CollectionsInstance/index.d.ts +642 -705
- package/server/ColorUtil/index.d.ts +36 -37
- package/server/CompoundAndFilterBuilder/index.d.ts +31 -29
- package/server/CompoundComparatorBuilder/index.d.ts +35 -33
- package/server/CompoundOrFilterBuilder/index.d.ts +31 -29
- package/server/ContentNodeUtil/index.d.ts +36 -34
- package/server/CurrencyFactory/index.d.ts +72 -70
- package/server/DateUtil/index.d.ts +132 -142
- package/server/DecorationUtil/index.d.ts +13 -11
- package/server/DeviceUtil/index.d.ts +21 -19
- package/server/DimensionMode/index.d.ts +17 -0
- package/server/DimensionMode/index.js +12 -0
- package/server/DirectoryUtil/index.d.ts +90 -88
- package/server/DocType/index.d.ts +30 -0
- package/server/DocType/index.js +14 -0
- package/server/DocTypeUtil/index.d.ts +129 -135
- package/server/EndecUtil/index.d.ts +330 -347
- package/server/ExtendedDismaxParserBuilder/index.d.ts +156 -170
- package/server/FileIconRenderer/index.d.ts +153 -172
- package/server/FileUtil/index.d.ts +274 -300
- package/server/FilterBuilder/index.d.ts +42 -40
- package/server/FolderUtil/index.d.ts +93 -94
- package/server/FontUtil/index.d.ts +36 -37
- package/server/FormatterBuilderFactory/index.d.ts +76 -84
- package/server/HighlightBuilder/index.d.ts +79 -86
- package/server/IconUtil/index.d.ts +27 -25
- package/server/ImageLinkRenderer/index.d.ts +34 -32
- package/server/ImageRenderer/index.d.ts +343 -379
- package/server/ImageUtil/index.d.ts +247 -265
- package/server/IndexUtil/index.d.ts +40 -37
- package/server/IndexUtil.IndexType/index.d.ts +29 -0
- package/server/IndexUtil.IndexType/index.js +13 -0
- package/server/IndexingUtil/index.d.ts +69 -47
- package/server/InstanceCreatorUtil/index.d.ts +421 -457
- package/server/InstanceTypeUtil/index.d.ts +168 -189
- package/server/JwtUtil/index.d.ts +131 -129
- package/server/LandingPageUtil/index.d.ts +84 -87
- package/server/LandingPageUtil/index.js +1 -0
- package/server/LinkPageUtil/index.d.ts +297 -251
- package/server/LinkRenderer/index.d.ts +651 -715
- package/server/LinkTargetBuilder/index.d.ts +69 -77
- package/server/LinkValueBuilder/index.d.ts +70 -77
- package/server/ListWrapper/index.d.ts +82 -91
- package/server/LocaleUtil/index.d.ts +382 -394
- package/server/LogUtil/index.d.ts +119 -128
- package/server/MailBuilder/index.d.ts +109 -124
- package/server/MailUtil/index.d.ts +58 -63
- package/server/MathInstance/index.d.ts +625 -657
- package/server/MessageDigesterFactory/index.d.ts +30 -28
- package/server/MetadataDefinitionUtil/index.d.ts +79 -83
- package/server/MetadataUtil/index.d.ts +322 -346
- package/server/MimeTypeUtil/index.d.ts +209 -215
- package/server/MonitorBuilder/index.d.ts +20 -20
- package/server/NodeComparatorUtil/index.d.ts +215 -225
- package/server/NodeFactoryUtil/index.d.ts +18 -16
- package/server/NodeFilterUtil/index.d.ts +652 -739
- package/server/NodeIteratorUtil/index.d.ts +214 -229
- package/server/NodeResolverUtil/index.d.ts +400 -406
- package/server/NodeTreeUtil/index.d.ts +214 -229
- package/server/NodeTypeUtil/index.d.ts +1432 -548
- package/server/OfflineVersionPropertyUtil/index.d.ts +8 -6
- package/server/OnlineVersionPropertyUtil/index.d.ts +8 -6
- package/server/OutputUtil/index.d.ts +385 -380
- package/server/PageUtil/index.d.ts +266 -188
- package/server/PermissionUtil/index.d.ts +393 -430
- package/server/PermissionUtil.Permission/index.d.ts +54 -0
- package/server/PermissionUtil.Permission/index.js +38 -0
- package/server/PortletContextUtil/index.d.ts +112 -107
- package/server/PortletUtil/index.d.ts +32 -22
- package/server/PrincipalUtil/index.d.ts +35 -33
- package/server/Properties/index.d.ts +69 -76
- package/server/PropertyUtil/index.d.ts +1422 -1464
- package/server/PublishingUtil/index.d.ts +248 -249
- package/server/QueryStringUtil/index.d.ts +404 -415
- package/server/RedirectUtil/index.d.ts +64 -68
- package/server/RelatedValueBuilder/index.d.ts +45 -43
- package/server/Requester/index.d.ts +125 -125
- package/server/ResourceLocatorUtil/index.d.ts +436 -476
- package/server/RestApi/index.d.ts +158 -138
- package/server/RestAppInvokerFactory/index.d.ts +28 -26
- package/server/RoleAssignmentBuilder/index.d.ts +39 -37
- package/server/RoleMatcherBuilder/index.d.ts +39 -37
- package/server/RoleUtil/index.d.ts +35 -37
- package/server/ScriptUtil/index.d.ts +458 -495
- package/server/SearchFactory/index.d.ts +90 -105
- package/server/SearchUtil/index.d.ts +75 -73
- package/server/SearcherBuilder/index.d.ts +117 -124
- package/server/Session/index.d.ts +261 -1103
- package/server/Session/index.js +1 -20
- package/server/SimpleUserUtil/index.d.ts +28 -29
- package/server/SiteCookieUtil/index.d.ts +152 -175
- package/server/SortBuilder/index.d.ts +27 -25
- package/server/SourceSetMode/index.d.ts +12 -0
- package/server/SourceSetMode/index.js +12 -0
- package/server/SpellCheckBuilder/index.d.ts +30 -30
- package/server/StandardParserBuilder/index.d.ts +36 -34
- package/server/StructureUtil/index.d.ts +85 -83
- package/server/SubscriberUtil/index.d.ts +60 -67
- package/server/SubscriptionUtil/index.d.ts +123 -130
- package/server/SystemUserUtil/index.d.ts +148 -146
- package/server/TagUtil/index.d.ts +115 -120
- package/server/TemplateUtil/index.d.ts +115 -120
- package/server/TemporaryFileNodeBuilder/index.d.ts +32 -30
- package/server/TemporaryNodeBuilder/index.d.ts +139 -177
- package/server/TextModuleRendererBuilder/index.d.ts +22 -20
- package/server/TimestampUtil/index.d.ts +103 -117
- package/server/TranslationUtil/index.d.ts +98 -104
- package/server/TrashcanUtil/index.d.ts +114 -117
- package/server/UserDataUtil/index.d.ts +110 -111
- package/server/UserFactory/index.d.ts +47 -54
- package/server/UserFieldRenderer/index.d.ts +120 -128
- package/server/UserIdentityUtil/index.d.ts +38 -36
- package/server/UserUtil/index.d.ts +32 -30
- package/server/Utils/index.d.ts +634 -723
- package/server/VelocityRenderer/index.d.ts +96 -94
- package/server/VersionUtil/index.d.ts +25 -9
- package/server/WebContentUtil/index.d.ts +277 -284
- package/server/WebResourceFactory/index.d.ts +41 -46
- package/server/XSLTUtil/index.d.ts +34 -32
- package/server/XmlParserUtil/index.d.ts +50 -48
- package/types/javax/jcr/Binary/index.d.ts +3 -21
- package/types/javax/jcr/Binary/index.js +0 -1
- package/types/javax/jcr/Credentials/index.d.ts +3 -1
- package/types/javax/jcr/ImportUUIDBehavior/index.d.ts +27 -1
- package/types/javax/jcr/Item/index.d.ts +6 -119
- package/types/javax/jcr/Item/index.js +0 -6
- package/types/javax/jcr/ItemVisitor/index.d.ts +5 -3
- package/types/javax/jcr/NamespaceRegistry/index.d.ts +69 -43
- package/types/javax/jcr/NamespaceRegistry/index.js +0 -2
- package/types/javax/jcr/Node/index.d.ts +37 -1506
- package/types/javax/jcr/Node/index.js +1 -34
- package/types/javax/jcr/NodeIterator/index.d.ts +5 -3
- package/types/javax/jcr/Property/index.d.ts +494 -494
- package/types/javax/jcr/Property/index.js +0 -5
- package/types/javax/jcr/PropertyIterator/index.d.ts +5 -3
- package/types/javax/jcr/RangeIterator/index.d.ts +2 -42
- package/types/javax/jcr/RangeIterator/index.js +1 -5
- package/types/javax/jcr/Repository/index.d.ts +465 -263
- package/types/javax/jcr/Repository/index.js +0 -4
- package/types/javax/jcr/RepositoryFactory/index.d.ts +4 -2
- package/types/javax/jcr/Value/index.d.ts +4 -31
- package/types/javax/jcr/Value/index.js +0 -2
- package/types/javax/jcr/ValueFactory/index.d.ts +6 -74
- package/types/javax/jcr/ValueFactory/index.js +1 -2
- package/types/javax/jcr/Workspace/index.d.ts +103 -577
- package/types/javax/jcr/Workspace/index.js +1 -12
- package/types/javax/jcr/lock/Lock/index.d.ts +4 -2
- package/types/javax/jcr/lock/LockManager/index.d.ts +4 -2
- package/types/javax/jcr/nodetype/ItemDefinition/index.d.ts +4 -105
- package/types/javax/jcr/nodetype/ItemDefinition/index.js +0 -5
- package/types/javax/jcr/nodetype/NodeDefinition/index.d.ts +5 -3
- package/types/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +4 -2
- package/types/javax/jcr/nodetype/NodeType/index.d.ts +262 -269
- package/types/javax/jcr/nodetype/NodeType/index.js +1 -12
- package/types/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +5 -107
- package/types/javax/jcr/nodetype/NodeTypeDefinition/index.js +1 -7
- package/types/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +5 -3
- package/types/javax/jcr/nodetype/NodeTypeManager/index.d.ts +9 -130
- package/types/javax/jcr/nodetype/NodeTypeManager/index.js +1 -8
- package/types/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +4 -2
- package/types/javax/jcr/nodetype/PropertyDefinition/index.d.ts +5 -272
- package/types/javax/jcr/nodetype/PropertyDefinition/index.js +1 -7
- package/types/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +5 -3
- package/types/javax/jcr/observation/Event/index.d.ts +85 -42
- package/types/javax/jcr/observation/EventIterator/index.d.ts +5 -3
- package/types/javax/jcr/observation/EventJournal/index.d.ts +4 -2
- package/types/javax/jcr/observation/EventListener/index.d.ts +4 -2
- package/types/javax/jcr/observation/EventListenerIterator/index.d.ts +5 -3
- package/types/javax/jcr/observation/ObservationManager/index.d.ts +6 -4
- package/types/javax/jcr/query/Query/index.d.ts +35 -12
- package/types/javax/jcr/query/QueryManager/index.d.ts +6 -4
- package/types/javax/jcr/query/QueryResult/index.d.ts +5 -3
- package/types/javax/jcr/query/Row/index.d.ts +5 -3
- package/types/javax/jcr/query/RowIterator/index.d.ts +5 -3
- package/types/javax/jcr/query/qom/And/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/BindVariableValue/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/ChildNode/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/Column/index.d.ts +3 -1
- package/types/javax/jcr/query/qom/Comparison/index.d.ts +6 -4
- package/types/javax/jcr/query/qom/Constraint/index.d.ts +3 -1
- package/types/javax/jcr/query/qom/DescendantNode/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/DynamicOperand/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/FullTextSearch/index.d.ts +5 -3
- package/types/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/Join/index.d.ts +5 -3
- package/types/javax/jcr/query/qom/JoinCondition/index.d.ts +3 -1
- package/types/javax/jcr/query/qom/Length/index.d.ts +5 -3
- package/types/javax/jcr/query/qom/Literal/index.d.ts +5 -3
- package/types/javax/jcr/query/qom/LowerCase/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/NodeLocalName/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/NodeName/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/Not/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/Operand/index.d.ts +3 -1
- package/types/javax/jcr/query/qom/Or/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/Ordering/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/PropertyExistence/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/PropertyValue/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/QueryObjectModel/index.d.ts +8 -6
- package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +76 -2
- package/types/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +37 -35
- package/types/javax/jcr/query/qom/SameNode/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/Selector/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/Source/index.d.ts +3 -1
- package/types/javax/jcr/query/qom/StaticOperand/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/UpperCase/index.d.ts +4 -2
- package/types/javax/jcr/retention/Hold/index.d.ts +3 -1
- package/types/javax/jcr/retention/RetentionManager/index.d.ts +5 -3
- package/types/javax/jcr/retention/RetentionPolicy/index.d.ts +3 -1
- package/types/javax/jcr/security/AccessControlEntry/index.d.ts +4 -2
- package/types/javax/jcr/security/AccessControlList/index.d.ts +6 -4
- package/types/javax/jcr/security/AccessControlManager/index.d.ts +6 -4
- package/types/javax/jcr/security/AccessControlPolicy/index.d.ts +3 -1
- package/types/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +5 -3
- package/types/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +4 -2
- package/types/javax/jcr/security/Privilege/index.d.ts +130 -44
- package/types/javax/jcr/version/Version/index.d.ts +5 -3
- package/types/javax/jcr/version/VersionHistory/index.d.ts +7 -5
- package/types/javax/jcr/version/VersionIterator/index.d.ts +5 -3
- package/types/javax/jcr/version/VersionManager/index.d.ts +7 -5
- package/types/senselogic/sitevision/api/base/Builder/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/base/Filter/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/base/FilterSplit/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/base/Loadable/index.d.ts +3 -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/base/Resolver/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/base/Wrapper/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +13 -7
- package/types/senselogic/sitevision/api/format/NumericFormatter/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +5 -3
- package/types/senselogic/sitevision/api/i18n/Currency/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +5 -3
- package/types/senselogic/sitevision/api/link/CustomLinkRenderData/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/mail/Mail/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/message/MessageTextLinker/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/metadata/value/LinkValue/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/metadata/value/RelatedValue/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/property/VersionedPropertyUtil/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.d.ts +51 -0
- package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.js +12 -0
- package/types/senselogic/sitevision/api/render/ImageScaler/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/render/TextModuleRenderer/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.d.ts +85 -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 +31 -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 +31 -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 +67 -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 +25 -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 +19 -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 +1243 -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 +31 -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 +91 -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 +27 -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 +19 -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 +19 -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 +25 -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 +37 -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 +25 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityContext/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/script/app/RestAppInvoker/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/script/factory/TypedArgument/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +24 -2
- package/types/senselogic/sitevision/api/search/SearchFieldUtil/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/SearchHighlighter/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/search/SearchHit/index.d.ts +19 -3
- package/types/senselogic/sitevision/api/search/SearchResult/index.d.ts +31 -7
- package/types/senselogic/sitevision/api/search/facet/SearchFacetField/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/facet/SearchFacetValue/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/searcher/Searcher/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/search/searcher/component/Filter/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/searcher/component/Highlight/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/searcher/component/Monitor/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/searcher/component/Parser/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/searcher/component/Sort/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/sort/CustomSort/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/security/DirectoryAttributes/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/security/MessageDigester/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/security/RoleAssignment/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/security/RoleMatcher/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/security/SecretStore/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/security/UserUtil/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +35 -3
- package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +5 -3
- package/types/senselogic/sitevision/api/webresource/LinkTarget/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/xml/XmlElement/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/xml/XmlElementHandler/index.d.ts +4 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import type StaticOperand from "../StaticOperand";
|
|
2
|
+
import type Constraint from "../Constraint";
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Performs a full-text search.
|
|
@@ -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
|
-
|
|
70
|
+
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
|
|
@@ -86,3 +86,5 @@ export type FullTextSearch = {
|
|
|
86
86
|
*/
|
|
87
87
|
getFullTextSearchExpression(): StaticOperand;
|
|
88
88
|
};
|
|
89
|
+
|
|
90
|
+
export = FullTextSearch;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type DynamicOperand from "../DynamicOperand";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Evaluates to a <code>DOUBLE</code> value equal to the full-text search score
|
|
@@ -15,10 +15,12 @@ import type { DynamicOperand } from "../DynamicOperand";
|
|
|
15
15
|
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
16
16
|
* @since JCR 2.0
|
|
17
17
|
*/
|
|
18
|
-
|
|
18
|
+
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
|
|
22
22
|
*/
|
|
23
23
|
getSelectorName(): string;
|
|
24
24
|
};
|
|
25
|
+
|
|
26
|
+
export = FullTextSearchScore;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type Source from "../Source";
|
|
2
2
|
|
|
3
|
-
import type
|
|
3
|
+
import type JoinCondition from "../JoinCondition";
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Performs a join between two node-tuple sources.
|
|
@@ -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
|
-
|
|
11
|
+
type Join = Source & {
|
|
12
12
|
/**
|
|
13
13
|
* Gets the left node-tuple source.
|
|
14
14
|
* @return the left source; non-null
|
|
@@ -33,3 +33,5 @@ export type Join = {
|
|
|
33
33
|
*/
|
|
34
34
|
getJoinCondition(): JoinCondition;
|
|
35
35
|
};
|
|
36
|
+
|
|
37
|
+
export = Join;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import type PropertyValue from "../PropertyValue";
|
|
2
|
+
import type DynamicOperand from "../DynamicOperand";
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Evaluates to the length (or lengths, if multi-valued) of a property.
|
|
@@ -14,10 +14,12 @@ import type { DynamicOperand } from "../DynamicOperand";
|
|
|
14
14
|
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
15
15
|
* @since JCR 2.0
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
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
|
|
21
21
|
*/
|
|
22
22
|
getPropertyValue(): PropertyValue;
|
|
23
23
|
};
|
|
24
|
+
|
|
25
|
+
export = Length;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import type Value from "../../../Value";
|
|
2
|
+
import type StaticOperand from "../StaticOperand";
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Evaluates to a literal value.
|
|
@@ -8,10 +8,12 @@ import type { StaticOperand } from "../StaticOperand";
|
|
|
8
8
|
* @since Sitevision 3.5
|
|
9
9
|
* @since JCR 2.0
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
type Literal = StaticOperand & {
|
|
12
12
|
/**
|
|
13
13
|
* Gets the value of the literal.
|
|
14
14
|
* @return the value of the literal.
|
|
15
15
|
*/
|
|
16
16
|
getLiteralValue(): Value;
|
|
17
17
|
};
|
|
18
|
+
|
|
19
|
+
export = Literal;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type DynamicOperand from "../DynamicOperand";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Evaluates to the lower-case string value (or values, if multi-valued) of
|
|
@@ -15,10 +15,12 @@ import type { DynamicOperand } from "../DynamicOperand";
|
|
|
15
15
|
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
16
16
|
* @since JCR 2.0
|
|
17
17
|
*/
|
|
18
|
-
|
|
18
|
+
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
|
|
22
22
|
*/
|
|
23
23
|
getOperand(): DynamicOperand;
|
|
24
24
|
};
|
|
25
|
+
|
|
26
|
+
export = LowerCase;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type DynamicOperand from "../DynamicOperand";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Evaluates to a <code>NAME</code> value equal to the local (unprefixed) name
|
|
@@ -7,10 +7,12 @@ import type { DynamicOperand } from "../DynamicOperand";
|
|
|
7
7
|
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
8
8
|
* @since JCR 2.0
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
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
|
|
14
14
|
*/
|
|
15
15
|
getSelectorName(): string;
|
|
16
16
|
};
|
|
17
|
+
|
|
18
|
+
export = NodeLocalName;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type DynamicOperand from "../DynamicOperand";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Evaluates to a <code>NAME</code> value equal to the namespace-qualified name
|
|
@@ -7,10 +7,12 @@ import type { DynamicOperand } from "../DynamicOperand";
|
|
|
7
7
|
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
8
8
|
* @since JCR 2.0
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
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
|
|
14
14
|
*/
|
|
15
15
|
getSelectorName(): string;
|
|
16
16
|
};
|
|
17
|
+
|
|
18
|
+
export = NodeName;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type Constraint from "../Constraint";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Performs a logical negation of another constraint.
|
|
@@ -9,10 +9,12 @@ import type { Constraint } from "../Constraint";
|
|
|
9
9
|
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
10
10
|
* @since JCR 2.0
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
type Not = Constraint & {
|
|
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
18
|
};
|
|
19
|
+
|
|
20
|
+
export = Not;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type Constraint from "../Constraint";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Performs a logical disjunction of two other constraints.
|
|
@@ -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
|
-
|
|
16
|
+
type Or = Constraint & {
|
|
17
17
|
/**
|
|
18
18
|
* Gets the first constraint.
|
|
19
19
|
* @return the constraint; non-null
|
|
@@ -26,3 +26,5 @@ export type Or = {
|
|
|
26
26
|
*/
|
|
27
27
|
getConstraint2(): Constraint;
|
|
28
28
|
};
|
|
29
|
+
|
|
30
|
+
export = Or;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type DynamicOperand from "../DynamicOperand";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Determines the relative order of two node-tuples by evaluating {@link
|
|
@@ -36,7 +36,7 @@ import type { DynamicOperand } from "../DynamicOperand";
|
|
|
36
36
|
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
37
37
|
* @since JCR 2.0
|
|
38
38
|
*/
|
|
39
|
-
|
|
39
|
+
type Ordering = {
|
|
40
40
|
/**
|
|
41
41
|
* The operand by which to order.
|
|
42
42
|
* @return the operand; non-null
|
|
@@ -49,3 +49,5 @@ export type Ordering = {
|
|
|
49
49
|
*/
|
|
50
50
|
getOrder(): string;
|
|
51
51
|
};
|
|
52
|
+
|
|
53
|
+
export = Ordering;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type Constraint from "../Constraint";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Tests the existence of a property.
|
|
@@ -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
|
-
|
|
12
|
+
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
|
|
@@ -22,3 +22,5 @@ export type PropertyExistence = {
|
|
|
22
22
|
*/
|
|
23
23
|
getPropertyName(): string;
|
|
24
24
|
};
|
|
25
|
+
|
|
26
|
+
export = PropertyExistence;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type DynamicOperand from "../DynamicOperand";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Evaluates to the value (or values, if multi-valued) of a property.
|
|
@@ -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
|
-
|
|
13
|
+
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
|
|
@@ -23,3 +23,5 @@ export type PropertyValue = {
|
|
|
23
23
|
*/
|
|
24
24
|
getPropertyName(): string;
|
|
25
25
|
};
|
|
26
|
+
|
|
27
|
+
export = PropertyValue;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
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";
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* A query in the JCR query object model.
|
|
@@ -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
|
-
|
|
39
|
+
type QueryObjectModel = Query & {
|
|
40
40
|
/**
|
|
41
41
|
* Gets the node-tuple source for this query.
|
|
42
42
|
* @return the node-tuple source; non-null
|
|
@@ -61,3 +61,5 @@ export type QueryObjectModel = {
|
|
|
61
61
|
*/
|
|
62
62
|
getColumns(): Column;
|
|
63
63
|
};
|
|
64
|
+
|
|
65
|
+
export = QueryObjectModel;
|
|
@@ -1,9 +1,83 @@
|
|
|
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
|
+
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
|
};
|
|
82
|
+
|
|
83
|
+
export = QueryObjectModelConstants;
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
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
6
|
|
|
7
|
-
import type
|
|
8
|
-
import type
|
|
9
|
-
import type
|
|
10
|
-
import type
|
|
11
|
-
import type
|
|
12
|
-
import type
|
|
13
|
-
import type
|
|
14
|
-
import type
|
|
15
|
-
import type
|
|
16
|
-
import type
|
|
17
|
-
import type
|
|
18
|
-
import type
|
|
19
|
-
import type
|
|
20
|
-
import type
|
|
21
|
-
import type
|
|
22
|
-
import type
|
|
23
|
-
import type
|
|
24
|
-
import type
|
|
25
|
-
import type
|
|
26
|
-
import type
|
|
27
|
-
import type
|
|
28
|
-
import type
|
|
29
|
-
import type
|
|
30
|
-
import type
|
|
31
|
-
import type
|
|
32
|
-
import type
|
|
33
|
-
import type
|
|
34
|
-
import type
|
|
35
|
-
import type
|
|
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";
|
|
36
36
|
|
|
37
37
|
/**
|
|
38
38
|
* A <code>QueryObjectModelFactory</code> creates instances of the JCR query
|
|
@@ -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
|
-
|
|
47
|
+
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
|
|
@@ -500,3 +500,5 @@ export type QueryObjectModelFactory = {
|
|
|
500
500
|
columnName: string
|
|
501
501
|
): Column;
|
|
502
502
|
};
|
|
503
|
+
|
|
504
|
+
export = QueryObjectModelFactory;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type Constraint from "../Constraint";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Tests whether the {@link #getSelectorName selector} node is reachable by
|
|
@@ -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
|
-
|
|
15
|
+
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
|
|
@@ -25,3 +25,5 @@ export type SameNode = {
|
|
|
25
25
|
*/
|
|
26
26
|
getPath(): string;
|
|
27
27
|
};
|
|
28
|
+
|
|
29
|
+
export = SameNode;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type JoinCondition from "../JoinCondition";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Tests whether two nodes are "the same" according to the <code>isSame</code>
|
|
@@ -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
|
-
|
|
18
|
+
type SameNodeJoinCondition = JoinCondition & {
|
|
19
19
|
/**
|
|
20
20
|
* Gets the name of the first selector.
|
|
21
21
|
* @return the selector name; non-null
|
|
@@ -34,3 +34,5 @@ export type SameNodeJoinCondition = {
|
|
|
34
34
|
*/
|
|
35
35
|
getSelector2Path(): string;
|
|
36
36
|
};
|
|
37
|
+
|
|
38
|
+
export = SameNodeJoinCondition;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type Source from "../Source";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Selects a subset of the nodes in the repository based on node type.
|
|
@@ -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
|
-
|
|
17
|
+
type Selector = Source & {
|
|
18
18
|
/**
|
|
19
19
|
* Gets the name of the required node type.
|
|
20
20
|
* @return the node type name; non-null
|
|
@@ -30,3 +30,5 @@ export type Selector = {
|
|
|
30
30
|
*/
|
|
31
31
|
getSelectorName(): string;
|
|
32
32
|
};
|
|
33
|
+
|
|
34
|
+
export = Selector;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type Operand from "../Operand";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* An operand whose value can be determined from static analysis of the query,
|
|
@@ -7,6 +7,8 @@ import type { Operand } from "../Operand";
|
|
|
7
7
|
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
8
8
|
* @since JCR 2.0
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
type StaticOperand = Operand & {
|
|
11
11
|
undefined;
|
|
12
12
|
};
|
|
13
|
+
|
|
14
|
+
export = StaticOperand;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type DynamicOperand from "../DynamicOperand";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Evaluates to the upper-case string value (or values, if multi-valued) of
|
|
@@ -15,10 +15,12 @@ import type { DynamicOperand } from "../DynamicOperand";
|
|
|
15
15
|
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
16
16
|
* @since JCR 2.0
|
|
17
17
|
*/
|
|
18
|
-
|
|
18
|
+
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
|
|
22
22
|
*/
|
|
23
23
|
getOperand(): DynamicOperand;
|
|
24
24
|
};
|
|
25
|
+
|
|
26
|
+
export = UpperCase;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
* @since Sitevision 3.5
|
|
16
16
|
* @since JCR 2.0
|
|
17
17
|
*/
|
|
18
|
-
|
|
18
|
+
type Hold = {
|
|
19
19
|
/**
|
|
20
20
|
* Returns <code>true</code> if this <code>Hold</code> is deep.
|
|
21
21
|
* @return <code>true</code> if this <code>Hold</code> is deep.
|
|
@@ -30,3 +30,5 @@ export type Hold = {
|
|
|
30
30
|
*/
|
|
31
31
|
getName(): string;
|
|
32
32
|
};
|
|
33
|
+
|
|
34
|
+
export = Hold;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type Hold from "../Hold";
|
|
2
2
|
|
|
3
|
-
import type
|
|
3
|
+
import type RetentionPolicy from "../RetentionPolicy";
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* The <code>RetentionManager</code> object is accessed via {@link
|
|
@@ -10,7 +10,7 @@ import type { RetentionPolicy } from "../RetentionPolicy";
|
|
|
10
10
|
* @since Sitevision 3.5
|
|
11
11
|
* @since JCR 2.0
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
type RetentionManager = {
|
|
14
14
|
/**
|
|
15
15
|
* Returns all hold objects that have been added through this API to the
|
|
16
16
|
* existing node at <code>absPath</code>. If no hold has been set before,
|
|
@@ -133,3 +133,5 @@ export type RetentionManager = {
|
|
|
133
133
|
*/
|
|
134
134
|
removeRetentionPolicy(absPath: string): void;
|
|
135
135
|
};
|
|
136
|
+
|
|
137
|
+
export = RetentionManager;
|