@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,434 +1,4 @@
|
|
|
1
|
-
import type
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Gets current site (i.e. the site node of the page for the currently executing portlet).
|
|
5
|
-
*
|
|
6
|
-
* <p>
|
|
7
|
-
* <strong>Note!</strong> If you are interested in the actual <em>start page</em>, you should use the {@link #getSitePage()} method.
|
|
8
|
-
* </p>
|
|
9
|
-
* @return current site <code>Node</code>, or <code>null</code> if indeterminable (e.g. current portlet and/or current page is not bound to any site)
|
|
10
|
-
* @see #getSitePage()
|
|
11
|
-
*/
|
|
12
|
-
export function getSite(): Node;
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* Gets current site page (i.e. the site's start page node of the page for the currently executing portlet).
|
|
16
|
-
*
|
|
17
|
-
* <p>
|
|
18
|
-
* <strong>Note!</strong> If you are interested in the actual <em>site</em>, you should use the {@link #getSite()} method.
|
|
19
|
-
* </p>
|
|
20
|
-
* @return current site page <code>Node</code>, or <code>null</code> if indeterminable (e.g. current portlet and/or current page is not bound to any site)
|
|
21
|
-
* @see #getSite()
|
|
22
|
-
*/
|
|
23
|
-
export function getSitePage(): Node;
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* Gets the color repository for the site of current node.
|
|
27
|
-
* @return the color repository for the site of current node, or <code>null</code> if indeterminable
|
|
28
|
-
*/
|
|
29
|
-
export function getColorRepository(): Node;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Gets the font repository for the site of current node.
|
|
33
|
-
* @return the font repository for the site of current node, or <code>null</code> if indeterminable
|
|
34
|
-
*/
|
|
35
|
-
export function getFontRepository(): Node;
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* Gets the decoration repository for the site of current node.
|
|
39
|
-
* @return the decoration repository for the site of current node, or <code>null</code> if indeterminable
|
|
40
|
-
*/
|
|
41
|
-
export function getDecorationRepository(): Node;
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Gets the file repository for the site of current node.
|
|
45
|
-
* @return the global file repository for the site of current node, or <code>null</code> if indeterminable
|
|
46
|
-
*/
|
|
47
|
-
export function getFileRepository(): Node;
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Gets the local file repository for current page node.
|
|
51
|
-
*
|
|
52
|
-
* <p>
|
|
53
|
-
* <em>
|
|
54
|
-
* This is a convenience for {@link #getLocalFileRepository(Node)} that uses
|
|
55
|
-
* {@link senselogic.sitevision.api.context.PortletContextUtil#getCurrentPage()} to get current page node.
|
|
56
|
-
* </em>
|
|
57
|
-
* </p>
|
|
58
|
-
* @return the local file repository for current node, or <code>null</code> if indeterminable
|
|
59
|
-
*/
|
|
60
|
-
export function getLocalFileRepository(): Node;
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* Gets the local file repository for a specified page node.
|
|
64
|
-
* @param aNode a node that has a local file repository (typically a sv:page or sv:article)
|
|
65
|
-
* @return the local file repository for <code>aNode</code>, or <code>null</code> if indeterminable
|
|
66
|
-
* @since Sitevision 3.6.4
|
|
67
|
-
*/
|
|
68
|
-
export function getLocalFileRepository(aNode: Node): Node;
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
* Gets the image repository for the site of current node.
|
|
72
|
-
* @return the global image repository for the site of current node, or <code>null</code> if indeterminable
|
|
73
|
-
*/
|
|
74
|
-
export function getImageRepository(): Node;
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* Gets the local image repository for current page node.
|
|
78
|
-
*
|
|
79
|
-
* <p>
|
|
80
|
-
* <em>
|
|
81
|
-
* This is a convenience for {@link #getLocalImageRepository(Node)} that uses
|
|
82
|
-
* {@link senselogic.sitevision.api.context.PortletContextUtil#getCurrentPage()} to get current page node.
|
|
83
|
-
* </em>
|
|
84
|
-
* </p>
|
|
85
|
-
* @return the local image repository for current node, or <code>null</code> if indeterminable
|
|
86
|
-
*/
|
|
87
|
-
export function getLocalImageRepository(): Node;
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* Gets the local image repository for a specified page node.
|
|
91
|
-
* @param aNode a node that has a local image repository (typically a sv:page or sv:article)
|
|
92
|
-
* @return the local image repository for <code>aNode</code>, or <code>null</code> if indeterminable
|
|
93
|
-
* @since Sitevision 3.6.4
|
|
94
|
-
*/
|
|
95
|
-
export function getLocalImageRepository(aNode: Node): Node;
|
|
96
|
-
|
|
97
|
-
/**
|
|
98
|
-
* Gets the page comment repository for current page node.
|
|
99
|
-
*
|
|
100
|
-
* <p>
|
|
101
|
-
* <em>
|
|
102
|
-
* This is a convenience for {@link #getPageCommentRepository(Node)} that uses
|
|
103
|
-
* {@link senselogic.sitevision.api.context.PortletContextUtil#getCurrentPage()} to get current page node.
|
|
104
|
-
* </em>
|
|
105
|
-
* </p>
|
|
106
|
-
* @return the page comment repository for current page node, or <code>null</code> if indeterminable
|
|
107
|
-
* @since Sitevision 3.6.4
|
|
108
|
-
*/
|
|
109
|
-
export function getPageCommentRepository(): Node;
|
|
110
|
-
|
|
111
|
-
/**
|
|
112
|
-
* Gets the page comment repository for a specified page node.
|
|
113
|
-
* @param aNode a node that has a page comment repository (typically a sv:page or sv:article)
|
|
114
|
-
* @return the page comment repository for <code>aNode</code>, or <code>null</code> if indeterminable
|
|
115
|
-
* @since Sitevision 3.6.4
|
|
116
|
-
*/
|
|
117
|
-
export function getPageCommentRepository(aNode: Node): Node;
|
|
118
|
-
|
|
119
|
-
/**
|
|
120
|
-
* Gets the personal file repository for a specified node.
|
|
121
|
-
*
|
|
122
|
-
* <p>
|
|
123
|
-
* A <em>personal file repository</em> contains files that belongs to a <code>sv:collaborationGroup</code> (i.e. "group files")
|
|
124
|
-
* or a <code>sv:userIdentity</code> (e.g. files attached when posting timeline entries).
|
|
125
|
-
* </p>
|
|
126
|
-
* <p>
|
|
127
|
-
* <em>Convenience note!</em> This method will extract and use the corresponding <code>sv:collaborationGroup</code> if
|
|
128
|
-
* the <em>aNode</em> argument is a <code>sv:collaborationGroupPage</code>. It will also try to extract and use the
|
|
129
|
-
* corresponding <code>sv:userIdentity</code> if the <em>aNode</em> argument is a <code>sv:user</code>.
|
|
130
|
-
* </p>
|
|
131
|
-
* @param aNode a node that has a personal file repository (typically a sv:collaborationGroup or sv:userIdentity)
|
|
132
|
-
* @return the personal file repository for <code>aNode</code>, or <code>null</code> if indeterminable.
|
|
133
|
-
* @since Sitevision 3.6.4
|
|
134
|
-
*/
|
|
135
|
-
export function getPersonalFileRepository(aNode: Node): Node;
|
|
136
|
-
|
|
137
|
-
/**
|
|
138
|
-
* Gets the personal image repository for a specified node.
|
|
139
|
-
*
|
|
140
|
-
* <p>
|
|
141
|
-
* A <em>personal image repository</em> contains images that belongs to a <code>sv:collaborationGroup</code>
|
|
142
|
-
* or a <code>sv:userIdentity</code> (e.g. profile image).
|
|
143
|
-
* </p>
|
|
144
|
-
* <p>
|
|
145
|
-
* <em>Convenience note!</em> This method will extract and use the corresponding <code>sv:collaborationGroup</code> if
|
|
146
|
-
* the <em>aNode</em> argument is a <code>sv:collaborationGroupPage</code>. It will also try to extract and use the
|
|
147
|
-
* corresponding <code>sv:userIdentity</code> if the <em>aNode</em> argument is a <code>sv:user</code>.
|
|
148
|
-
* </p>
|
|
149
|
-
* @param aNode a node that has a personal image repository (typically a sv:collaborationGroup or sv:userIdentity)
|
|
150
|
-
* @return the personal image repository for <code>aNode</code>, or <code>null</code> if indeterminable.
|
|
151
|
-
* @since Sitevision 3.6.4
|
|
152
|
-
*/
|
|
153
|
-
export function getPersonalImageRepository(aNode: Node): Node;
|
|
154
|
-
|
|
155
|
-
/**
|
|
156
|
-
* Gets the icon repository for the site of current node.
|
|
157
|
-
*
|
|
158
|
-
* <p>
|
|
159
|
-
* The icon repository contains all site-specific file icon nodes.
|
|
160
|
-
* </p>
|
|
161
|
-
* @return the icon repository for the site of current node, or <code>null</code> if indeterminable
|
|
162
|
-
*/
|
|
163
|
-
export function getIconRepository(): Node;
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* Gets the index repository for the site of current node.
|
|
167
|
-
*
|
|
168
|
-
* <p>
|
|
169
|
-
* <em>Tip!</em> The {@link senselogic.sitevision.api.search.index.IndexUtil} utility can be used for easy index lookup.
|
|
170
|
-
* </p>
|
|
171
|
-
* @return the index repository for the site of current node, or <code>null</code> if indeterminable
|
|
172
|
-
* @since Sitevision 3.6
|
|
173
|
-
*/
|
|
174
|
-
export function getIndexRepository(): Node;
|
|
175
|
-
|
|
176
|
-
/**
|
|
177
|
-
* Gets the default image repository for the site of current node.
|
|
178
|
-
*
|
|
179
|
-
* <p>
|
|
180
|
-
* The default image repository contains system/server-specific images/icons.
|
|
181
|
-
* </p>
|
|
182
|
-
* @return the default image repository for the site of current node, or <code>null</code> if indeterminable
|
|
183
|
-
*/
|
|
184
|
-
export function getDefaultImageRepository(): Node;
|
|
185
|
-
|
|
186
|
-
/**
|
|
187
|
-
* Gets the LDAP directories repository for the site of current node
|
|
188
|
-
* @return the LDAP directories repository, or <code>null</code> if indeterminable
|
|
189
|
-
*/
|
|
190
|
-
export function getDirectoryRepository(): Node;
|
|
191
|
-
|
|
192
|
-
/**
|
|
193
|
-
* Gets a <code>Node</code> given its identifier.
|
|
194
|
-
*
|
|
195
|
-
* <p>
|
|
196
|
-
* <em>
|
|
197
|
-
* Note! This is mere a convenience alias for {@link javax.jcr.Session#getNodeByIdentifier(String)} but
|
|
198
|
-
* unlike the original, this method returns null instead of throwing an exception if given identifier
|
|
199
|
-
* can't be matched to an existing node.
|
|
200
|
-
* </em>
|
|
201
|
-
* </p>
|
|
202
|
-
* @param anIdentifier a Node identifier
|
|
203
|
-
* @return the corresponding <code>Node</code> or <code>null</code>
|
|
204
|
-
* @since Sitevision 3.6.5
|
|
205
|
-
*/
|
|
206
|
-
export function getNodeByIdentifier(anIdentifier: string): Node;
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* Gets a <code>Node</code> given its absolute path.
|
|
210
|
-
*
|
|
211
|
-
* <p>
|
|
212
|
-
* <em>
|
|
213
|
-
* Note! This is mere a convenience alias for {@link javax.jcr.Session#getNode(String)} but
|
|
214
|
-
* unlike the original, this method returns null instead of throwing an exception if given
|
|
215
|
-
* absolute path can't be matched to an existing node.
|
|
216
|
-
* </em>
|
|
217
|
-
* </p>
|
|
218
|
-
* @param anAbsolutePath an absolute path
|
|
219
|
-
* @return the corresponding <code>Node</code> or <code>null</code>
|
|
220
|
-
* @since Sitevision 3.6.5
|
|
221
|
-
*/
|
|
222
|
-
export function getNodeByPath(anAbsolutePath: string): Node;
|
|
223
|
-
|
|
224
|
-
/**
|
|
225
|
-
* Gets a <code>Node</code> given its URL
|
|
226
|
-
* @param anUrl an url pointing to the resource (e.g. page, portlet, file, image)
|
|
227
|
-
* @return the corresponding <code>Node</code> or <code>null</code>
|
|
228
|
-
* @since Sitevision 2.6.1
|
|
229
|
-
*/
|
|
230
|
-
export function getNodeByUrl(anUrl: string): Node;
|
|
231
|
-
|
|
232
|
-
/**
|
|
233
|
-
* <p>
|
|
234
|
-
* Resolves a potential JCR Node identifier for an internal Sitevision object.
|
|
235
|
-
* </p>
|
|
236
|
-
*
|
|
237
|
-
* <p>
|
|
238
|
-
* <em>
|
|
239
|
-
* This is a deprecated legacy method for conversions between internal Sitevision objects and API objects (javax.jcr.Node).
|
|
240
|
-
* This behaviour is typically only applicable in really old Velocity templates that was released prior to the API
|
|
241
|
-
* (i.e. templates released before 2008).
|
|
242
|
-
* This method is <strong>not</strong> intended for {@link javax.jcr.Node javax.jcr.Node} objects!
|
|
243
|
-
* To get the "id" of a <code>javax.jcr.Node</code> - use the {@link Node#getIdentifier()} method.
|
|
244
|
-
* </em>
|
|
245
|
-
* </p>
|
|
246
|
-
* @param aInternalObject a internal Sitevision object
|
|
247
|
-
* @return a potential JCR Node identifier, or null if aInternalObject is null. The identifier for the sv:sitePage Node is returned if aInternalObject corresponds to the "site". Note that there are no guarantee that returned value actually is a valid JCR Node identifier
|
|
248
|
-
* @since Sitevision 2.6.1_01
|
|
249
|
-
* @deprecated This is a legacy method for really old Velocity templates that uses internal Sitevision objects.
|
|
250
|
-
*/
|
|
251
|
-
export function getNodeId(aInternalObject: unknown): string;
|
|
252
|
-
|
|
253
|
-
/**
|
|
254
|
-
* Gets the template repository for the site of current node.
|
|
255
|
-
* @return the template repository for the site of current node, or <code>null</code> if indeterminable
|
|
256
|
-
* @since Sitevision 2.6.2
|
|
257
|
-
*/
|
|
258
|
-
export function getTemplateRepository(): Node;
|
|
259
|
-
|
|
260
|
-
/**
|
|
261
|
-
* Gets the RSS feed repository for the site of current node.
|
|
262
|
-
* @return the RSS feed repository for the site of current node, or <code>null</code> if indeterminable
|
|
263
|
-
* @since Sitevision 3.6.2
|
|
264
|
-
*/
|
|
265
|
-
export function getRssFeedRepository(): Node;
|
|
266
|
-
|
|
267
|
-
/**
|
|
268
|
-
* Gets the list style repository for the site of current node.
|
|
269
|
-
* @return the list style repository for the site of current node, or <code>null</code> if indeterminable
|
|
270
|
-
* @since Sitevision 3.6.4
|
|
271
|
-
*/
|
|
272
|
-
export function getListStyleRepository(): Node;
|
|
273
|
-
|
|
274
|
-
/**
|
|
275
|
-
* Gets the module element draft repository for the site of current node.
|
|
276
|
-
* @return the module element draft repository, or <code>null</code> if indeterminable.
|
|
277
|
-
* @since Sitevision 4.2
|
|
278
|
-
*/
|
|
279
|
-
export function getModuleElementDraftRepository(): Node;
|
|
280
|
-
|
|
281
|
-
/**
|
|
282
|
-
* Gets the module element repository for the site of current node.
|
|
283
|
-
* @return the module element repository, or <code>null</code> if indeterminable.
|
|
284
|
-
* @since Sitevision 4.2
|
|
285
|
-
*/
|
|
286
|
-
export function getModuleElementRepository(): Node;
|
|
287
|
-
|
|
288
|
-
/**
|
|
289
|
-
* Gets the module element file repository for current module element node.
|
|
290
|
-
*
|
|
291
|
-
* <p>
|
|
292
|
-
* <em>
|
|
293
|
-
* This is a convenience for {@link #getModuleElementFileRepository(Node)} that uses
|
|
294
|
-
* {@link senselogic.sitevision.api.context.PortletContextUtil#getCurrentModuleElement()} to get current module element node.
|
|
295
|
-
* </em>
|
|
296
|
-
* </p>
|
|
297
|
-
* @return the module element file repository for current module element, or <code>null</code> if indeterminable.
|
|
298
|
-
* @since Sitevision 4.2
|
|
299
|
-
*/
|
|
300
|
-
export function getModuleElementFileRepository(): Node;
|
|
301
|
-
|
|
302
|
-
/**
|
|
303
|
-
* Gets the module element file repository for a specified module element node.
|
|
304
|
-
* @param aNode a node that has a module element file repository (typically a sv:moduleElementDraft or sv:moduleElement)
|
|
305
|
-
* @return the module element file repository for <code>aNode</code>, or <code>null</code> if indeterminable.
|
|
306
|
-
* @since Sitevision 4.2
|
|
307
|
-
*/
|
|
308
|
-
export function getModuleElementFileRepository(aNode: Node): Node;
|
|
309
|
-
|
|
310
|
-
/**
|
|
311
|
-
* Gets the module element image repository for current module element node.
|
|
312
|
-
*
|
|
313
|
-
* <p>
|
|
314
|
-
* <em>
|
|
315
|
-
* This is a convenience for {@link #getModuleElementImageRepository(Node)} that uses
|
|
316
|
-
* {@link senselogic.sitevision.api.context.PortletContextUtil#getCurrentModuleElement()} to get current module element node.
|
|
317
|
-
* </em>
|
|
318
|
-
* </p>
|
|
319
|
-
* @return the module element image repository for current module element, or <code>null</code> if indeterminable.
|
|
320
|
-
* @since Sitevision 4.2
|
|
321
|
-
*/
|
|
322
|
-
export function getModuleElementImageRepository(): Node;
|
|
323
|
-
|
|
324
|
-
/**
|
|
325
|
-
* Gets the module element image repository for a specified module element node.
|
|
326
|
-
* @param aNode a node that has a module element image repository (typically a sv:moduleElementDraft or sv:moduleElement)
|
|
327
|
-
* @return the module element image repository for <code>aNode</code>, or <code>null</code> if indeterminable.
|
|
328
|
-
* @since Sitevision 4.2
|
|
329
|
-
*/
|
|
330
|
-
export function getModuleElementImageRepository(aNode: Node): Node;
|
|
331
|
-
|
|
332
|
-
/**
|
|
333
|
-
* Gets the addon repository for the site of current node.
|
|
334
|
-
* @return the addon repository, or <code>null</code> if indeterminable.
|
|
335
|
-
* @since Sitevision 4.2
|
|
336
|
-
*/
|
|
337
|
-
export function getAddonRepository(): Node;
|
|
338
|
-
|
|
339
|
-
/**
|
|
340
|
-
* Gets the named reference repository for the site of current node.
|
|
341
|
-
* @return the named reference repository, or <code>null</code> if indeterminable.
|
|
342
|
-
* @since Sitevision 4.2.2
|
|
343
|
-
*/
|
|
344
|
-
export function getNamedReferenceRepository(): Node;
|
|
345
|
-
|
|
346
|
-
/**
|
|
347
|
-
* Gets the role repository (sv:roleRepository) for the site of current node.
|
|
348
|
-
* @return the role repository, or null if indeterminable.
|
|
349
|
-
* @since Sitevision 5
|
|
350
|
-
* @see senselogic.sitevision.api.security.RoleUtil
|
|
351
|
-
*/
|
|
352
|
-
export function getRoleRepository(): Node;
|
|
353
|
-
|
|
354
|
-
/**
|
|
355
|
-
* Gets the virtual group repository (sv:virtualGroupRepository) for the site of current node.
|
|
356
|
-
* @return the virtual group repository, or null if indeterminable.
|
|
357
|
-
* @since Sitevision 5
|
|
358
|
-
*/
|
|
359
|
-
export function getVirtualGroupRepository(): Node;
|
|
360
|
-
|
|
361
|
-
/**
|
|
362
|
-
* Gets the tag group repository (sv:tagGroupRepository) for the site of current node.
|
|
363
|
-
* @return the tag group repository, or null if indeterminable.
|
|
364
|
-
* @since Sitevision 5
|
|
365
|
-
*/
|
|
366
|
-
export function getTagGroupRepository(): Node;
|
|
367
|
-
|
|
368
|
-
/**
|
|
369
|
-
* Gets the responsive breakpoint repository (sv:responsiveBreakpointRepository) for the site of current node.
|
|
370
|
-
* @return the responsive breakpoint repository, or null if indeterminable.
|
|
371
|
-
* @since Sitevision 6.2
|
|
372
|
-
*/
|
|
373
|
-
export function getResponsiveBreakpointRepository(): Node;
|
|
374
|
-
|
|
375
|
-
/**
|
|
376
|
-
* Gets the topic repository (sv:topicRepository) for the site of current node.
|
|
377
|
-
* @return the topic repository, or null if indeterminable.
|
|
378
|
-
* @since Sitevision 7
|
|
379
|
-
*/
|
|
380
|
-
export function getTopicRepository(): Node;
|
|
381
|
-
|
|
382
|
-
/**
|
|
383
|
-
* Gets the external topic integration repository (sv:externalTopicIntegrationRepository) for the site of current node.
|
|
384
|
-
* @return the external topic integration repository, or null if indeterminable.
|
|
385
|
-
* @since Sitevision 7
|
|
386
|
-
*/
|
|
387
|
-
export function getExternalTopicIntegrationRepository(): Node;
|
|
388
|
-
|
|
389
|
-
/**
|
|
390
|
-
* Gets the OAuth2 configuration repository (sv:oAuth2ConfigurationRepository) for the site of current node.
|
|
391
|
-
* @return the OAuth2 configuration repository, or null if indeterminable.
|
|
392
|
-
* @since Sitevision 7
|
|
393
|
-
*/
|
|
394
|
-
export function getOAuth2ConfigurationRepository(): Node;
|
|
395
|
-
|
|
396
|
-
/**
|
|
397
|
-
* Gets the metadata definition template repository (sv:metadataDefinitionTemplateRepository) for the site of current node.
|
|
398
|
-
* @return the metadata definition template repository, or null if indeterminable.
|
|
399
|
-
* @since Sitevision 8.1
|
|
400
|
-
*/
|
|
401
|
-
export function getMetadataDefinitionTemplateRepository(): Node;
|
|
402
|
-
|
|
403
|
-
/**
|
|
404
|
-
* Gets the trashcan (sv:trashcan) for the site of current node.
|
|
405
|
-
* @return the trashcan, or null if indeterminable.
|
|
406
|
-
* @see senselogic.sitevision.api.webresource.structure.TrashcanUtil
|
|
407
|
-
* @since Sitevision 8.1
|
|
408
|
-
*/
|
|
409
|
-
export function getTrashcan(): Node;
|
|
410
|
-
|
|
411
|
-
/**
|
|
412
|
-
* Gets the principal repository (sv:principalRepository) for the site of current node.
|
|
413
|
-
* @return the principal repository, or null if indeterminable.
|
|
414
|
-
* @since Sitevision 8.2
|
|
415
|
-
*/
|
|
416
|
-
export function getPrincipalRepository(): Node;
|
|
417
|
-
|
|
418
|
-
/**
|
|
419
|
-
* Gets the alias repository (sv:aliasRepository) for the site of current node.
|
|
420
|
-
* @return the alias repository, or null if indeterminable.
|
|
421
|
-
* @since Sitevision 8.2
|
|
422
|
-
*/
|
|
423
|
-
export function getAliasRepository(): Node;
|
|
424
|
-
|
|
425
|
-
/**
|
|
426
|
-
* Gets the site cookie repository (sv:siteCookieRepository) for the site of current node.
|
|
427
|
-
* @return the site cookie repository, or null if indeterminable.
|
|
428
|
-
* @since Sitevision 9.1
|
|
429
|
-
* @see senselogic.sitevision.api.cookie.SiteCookieUtil
|
|
430
|
-
*/
|
|
431
|
-
export function getSiteCookieRepository(): Node;
|
|
1
|
+
import type Node from "../../types/javax/jcr/Node";
|
|
432
2
|
|
|
433
3
|
/**
|
|
434
4
|
* Utility interface for locating resources.
|
|
@@ -440,50 +10,440 @@ export function getSiteCookieRepository(): Node;
|
|
|
440
10
|
* </p>
|
|
441
11
|
* @author Magnus Lövgren
|
|
442
12
|
*/
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
13
|
+
export interface ResourceLocatorUtil {
|
|
14
|
+
/**
|
|
15
|
+
* Gets current site (i.e. the site node of the page for the currently executing portlet).
|
|
16
|
+
*
|
|
17
|
+
* <p>
|
|
18
|
+
* <strong>Note!</strong> If you are interested in the actual <em>start page</em>, you should use the {@link #getSitePage()} method.
|
|
19
|
+
* </p>
|
|
20
|
+
* @return current site <code>Node</code>, or <code>null</code> if indeterminable (e.g. current portlet and/or current page is not bound to any site)
|
|
21
|
+
* @see #getSitePage()
|
|
22
|
+
*/
|
|
23
|
+
getSite(): Node;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Gets current site page (i.e. the site's start page node of the page for the currently executing portlet).
|
|
27
|
+
*
|
|
28
|
+
* <p>
|
|
29
|
+
* <strong>Note!</strong> If you are interested in the actual <em>site</em>, you should use the {@link #getSite()} method.
|
|
30
|
+
* </p>
|
|
31
|
+
* @return current site page <code>Node</code>, or <code>null</code> if indeterminable (e.g. current portlet and/or current page is not bound to any site)
|
|
32
|
+
* @see #getSite()
|
|
33
|
+
*/
|
|
34
|
+
getSitePage(): Node;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Gets the color repository for the site of current node.
|
|
38
|
+
* @return the color repository for the site of current node, or <code>null</code> if indeterminable
|
|
39
|
+
*/
|
|
40
|
+
getColorRepository(): Node;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Gets the font repository for the site of current node.
|
|
44
|
+
* @return the font repository for the site of current node, or <code>null</code> if indeterminable
|
|
45
|
+
*/
|
|
46
|
+
getFontRepository(): Node;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Gets the decoration repository for the site of current node.
|
|
50
|
+
* @return the decoration repository for the site of current node, or <code>null</code> if indeterminable
|
|
51
|
+
*/
|
|
52
|
+
getDecorationRepository(): Node;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Gets the file repository for the site of current node.
|
|
56
|
+
* @return the global file repository for the site of current node, or <code>null</code> if indeterminable
|
|
57
|
+
*/
|
|
58
|
+
getFileRepository(): Node;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Gets the local file repository for current page node.
|
|
62
|
+
*
|
|
63
|
+
* <p>
|
|
64
|
+
* <em>
|
|
65
|
+
* This is a convenience for {@link #getLocalFileRepository(Node)} that uses
|
|
66
|
+
* {@link senselogic.sitevision.api.context.PortletContextUtil#getCurrentPage()} to get current page node.
|
|
67
|
+
* </em>
|
|
68
|
+
* </p>
|
|
69
|
+
* @return the local file repository for current node, or <code>null</code> if indeterminable
|
|
70
|
+
*/
|
|
71
|
+
getLocalFileRepository(): Node;
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Gets the local file repository for a specified page node.
|
|
75
|
+
* @param aNode a node that has a local file repository (typically a sv:page or sv:article)
|
|
76
|
+
* @return the local file repository for <code>aNode</code>, or <code>null</code> if indeterminable
|
|
77
|
+
* @since Sitevision 3.6.4
|
|
78
|
+
*/
|
|
79
|
+
getLocalFileRepository(aNode: Node): Node;
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Gets the image repository for the site of current node.
|
|
83
|
+
* @return the global image repository for the site of current node, or <code>null</code> if indeterminable
|
|
84
|
+
*/
|
|
85
|
+
getImageRepository(): Node;
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Gets the local image repository for current page node.
|
|
89
|
+
*
|
|
90
|
+
* <p>
|
|
91
|
+
* <em>
|
|
92
|
+
* This is a convenience for {@link #getLocalImageRepository(Node)} that uses
|
|
93
|
+
* {@link senselogic.sitevision.api.context.PortletContextUtil#getCurrentPage()} to get current page node.
|
|
94
|
+
* </em>
|
|
95
|
+
* </p>
|
|
96
|
+
* @return the local image repository for current node, or <code>null</code> if indeterminable
|
|
97
|
+
*/
|
|
98
|
+
getLocalImageRepository(): Node;
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* Gets the local image repository for a specified page node.
|
|
102
|
+
* @param aNode a node that has a local image repository (typically a sv:page or sv:article)
|
|
103
|
+
* @return the local image repository for <code>aNode</code>, or <code>null</code> if indeterminable
|
|
104
|
+
* @since Sitevision 3.6.4
|
|
105
|
+
*/
|
|
106
|
+
getLocalImageRepository(aNode: Node): Node;
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Gets the page comment repository for current page node.
|
|
110
|
+
*
|
|
111
|
+
* <p>
|
|
112
|
+
* <em>
|
|
113
|
+
* This is a convenience for {@link #getPageCommentRepository(Node)} that uses
|
|
114
|
+
* {@link senselogic.sitevision.api.context.PortletContextUtil#getCurrentPage()} to get current page node.
|
|
115
|
+
* </em>
|
|
116
|
+
* </p>
|
|
117
|
+
* @return the page comment repository for current page node, or <code>null</code> if indeterminable
|
|
118
|
+
* @since Sitevision 3.6.4
|
|
119
|
+
*/
|
|
120
|
+
getPageCommentRepository(): Node;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* Gets the page comment repository for a specified page node.
|
|
124
|
+
* @param aNode a node that has a page comment repository (typically a sv:page or sv:article)
|
|
125
|
+
* @return the page comment repository for <code>aNode</code>, or <code>null</code> if indeterminable
|
|
126
|
+
* @since Sitevision 3.6.4
|
|
127
|
+
*/
|
|
128
|
+
getPageCommentRepository(aNode: Node): Node;
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* Gets the personal file repository for a specified node.
|
|
132
|
+
*
|
|
133
|
+
* <p>
|
|
134
|
+
* A <em>personal file repository</em> contains files that belongs to a <code>sv:collaborationGroup</code> (i.e. "group files")
|
|
135
|
+
* or a <code>sv:userIdentity</code> (e.g. files attached when posting timeline entries).
|
|
136
|
+
* </p>
|
|
137
|
+
* <p>
|
|
138
|
+
* <em>Convenience note!</em> This method will extract and use the corresponding <code>sv:collaborationGroup</code> if
|
|
139
|
+
* the <em>aNode</em> argument is a <code>sv:collaborationGroupPage</code>. It will also try to extract and use the
|
|
140
|
+
* corresponding <code>sv:userIdentity</code> if the <em>aNode</em> argument is a <code>sv:user</code>.
|
|
141
|
+
* </p>
|
|
142
|
+
* @param aNode a node that has a personal file repository (typically a sv:collaborationGroup or sv:userIdentity)
|
|
143
|
+
* @return the personal file repository for <code>aNode</code>, or <code>null</code> if indeterminable.
|
|
144
|
+
* @since Sitevision 3.6.4
|
|
145
|
+
*/
|
|
146
|
+
getPersonalFileRepository(aNode: Node): Node;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* Gets the personal image repository for a specified node.
|
|
150
|
+
*
|
|
151
|
+
* <p>
|
|
152
|
+
* A <em>personal image repository</em> contains images that belongs to a <code>sv:collaborationGroup</code>
|
|
153
|
+
* or a <code>sv:userIdentity</code> (e.g. profile image).
|
|
154
|
+
* </p>
|
|
155
|
+
* <p>
|
|
156
|
+
* <em>Convenience note!</em> This method will extract and use the corresponding <code>sv:collaborationGroup</code> if
|
|
157
|
+
* the <em>aNode</em> argument is a <code>sv:collaborationGroupPage</code>. It will also try to extract and use the
|
|
158
|
+
* corresponding <code>sv:userIdentity</code> if the <em>aNode</em> argument is a <code>sv:user</code>.
|
|
159
|
+
* </p>
|
|
160
|
+
* @param aNode a node that has a personal image repository (typically a sv:collaborationGroup or sv:userIdentity)
|
|
161
|
+
* @return the personal image repository for <code>aNode</code>, or <code>null</code> if indeterminable.
|
|
162
|
+
* @since Sitevision 3.6.4
|
|
163
|
+
*/
|
|
164
|
+
getPersonalImageRepository(aNode: Node): Node;
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* Gets the icon repository for the site of current node.
|
|
168
|
+
*
|
|
169
|
+
* <p>
|
|
170
|
+
* The icon repository contains all site-specific file icon nodes.
|
|
171
|
+
* </p>
|
|
172
|
+
* @return the icon repository for the site of current node, or <code>null</code> if indeterminable
|
|
173
|
+
*/
|
|
174
|
+
getIconRepository(): Node;
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* Gets the index repository for the site of current node.
|
|
178
|
+
*
|
|
179
|
+
* <p>
|
|
180
|
+
* <em>Tip!</em> The {@link senselogic.sitevision.api.search.index.IndexUtil} utility can be used for easy index lookup.
|
|
181
|
+
* </p>
|
|
182
|
+
* @return the index repository for the site of current node, or <code>null</code> if indeterminable
|
|
183
|
+
* @since Sitevision 3.6
|
|
184
|
+
*/
|
|
185
|
+
getIndexRepository(): Node;
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* Gets the default image repository for the site of current node.
|
|
189
|
+
*
|
|
190
|
+
* <p>
|
|
191
|
+
* The default image repository contains system/server-specific images/icons.
|
|
192
|
+
* </p>
|
|
193
|
+
* @return the default image repository for the site of current node, or <code>null</code> if indeterminable
|
|
194
|
+
*/
|
|
195
|
+
getDefaultImageRepository(): Node;
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* Gets the LDAP directories repository for the site of current node
|
|
199
|
+
* @return the LDAP directories repository, or <code>null</code> if indeterminable
|
|
200
|
+
*/
|
|
201
|
+
getDirectoryRepository(): Node;
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* Gets a <code>Node</code> given its identifier.
|
|
205
|
+
*
|
|
206
|
+
* <p>
|
|
207
|
+
* <em>
|
|
208
|
+
* Note! This is mere a convenience alias for {@link javax.jcr.Session#getNodeByIdentifier(String)} but
|
|
209
|
+
* unlike the original, this method returns null instead of throwing an exception if given identifier
|
|
210
|
+
* can't be matched to an existing node.
|
|
211
|
+
* </em>
|
|
212
|
+
* </p>
|
|
213
|
+
* @param anIdentifier a Node identifier
|
|
214
|
+
* @return the corresponding <code>Node</code> or <code>null</code>
|
|
215
|
+
* @since Sitevision 3.6.5
|
|
216
|
+
*/
|
|
217
|
+
getNodeByIdentifier(anIdentifier: string): Node;
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* Gets a <code>Node</code> given its absolute path.
|
|
221
|
+
*
|
|
222
|
+
* <p>
|
|
223
|
+
* <em>
|
|
224
|
+
* Note! This is mere a convenience alias for {@link javax.jcr.Session#getNode(String)} but
|
|
225
|
+
* unlike the original, this method returns null instead of throwing an exception if given
|
|
226
|
+
* absolute path can't be matched to an existing node.
|
|
227
|
+
* </em>
|
|
228
|
+
* </p>
|
|
229
|
+
* @param anAbsolutePath an absolute path
|
|
230
|
+
* @return the corresponding <code>Node</code> or <code>null</code>
|
|
231
|
+
* @since Sitevision 3.6.5
|
|
232
|
+
*/
|
|
233
|
+
getNodeByPath(anAbsolutePath: string): Node;
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* Gets a <code>Node</code> given its URL
|
|
237
|
+
* @param anUrl an url pointing to the resource (e.g. page, portlet, file, image)
|
|
238
|
+
* @return the corresponding <code>Node</code> or <code>null</code>
|
|
239
|
+
* @since Sitevision 2.6.1
|
|
240
|
+
*/
|
|
241
|
+
getNodeByUrl(anUrl: string): Node;
|
|
242
|
+
|
|
243
|
+
/**
|
|
244
|
+
* <p>
|
|
245
|
+
* Resolves a potential JCR Node identifier for an internal Sitevision object.
|
|
246
|
+
* </p>
|
|
247
|
+
*
|
|
248
|
+
* <p>
|
|
249
|
+
* <em>
|
|
250
|
+
* This is a deprecated legacy method for conversions between internal Sitevision objects and API objects (javax.jcr.Node).
|
|
251
|
+
* This behaviour is typically only applicable in really old Velocity templates that was released prior to the API
|
|
252
|
+
* (i.e. templates released before 2008).
|
|
253
|
+
* This method is <strong>not</strong> intended for {@link javax.jcr.Node javax.jcr.Node} objects!
|
|
254
|
+
* To get the "id" of a <code>javax.jcr.Node</code> - use the {@link Node#getIdentifier()} method.
|
|
255
|
+
* </em>
|
|
256
|
+
* </p>
|
|
257
|
+
* @param aInternalObject a internal Sitevision object
|
|
258
|
+
* @return a potential JCR Node identifier, or null if aInternalObject is null. The identifier for the sv:sitePage Node is returned if aInternalObject corresponds to the "site". Note that there are no guarantee that returned value actually is a valid JCR Node identifier
|
|
259
|
+
* @since Sitevision 2.6.1_01
|
|
260
|
+
* @deprecated This is a legacy method for really old Velocity templates that uses internal Sitevision objects.
|
|
261
|
+
*/
|
|
262
|
+
getNodeId(aInternalObject: unknown): string;
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* Gets the template repository for the site of current node.
|
|
266
|
+
* @return the template repository for the site of current node, or <code>null</code> if indeterminable
|
|
267
|
+
* @since Sitevision 2.6.2
|
|
268
|
+
*/
|
|
269
|
+
getTemplateRepository(): Node;
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* Gets the RSS feed repository for the site of current node.
|
|
273
|
+
* @return the RSS feed repository for the site of current node, or <code>null</code> if indeterminable
|
|
274
|
+
* @since Sitevision 3.6.2
|
|
275
|
+
*/
|
|
276
|
+
getRssFeedRepository(): Node;
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* Gets the list style repository for the site of current node.
|
|
280
|
+
* @return the list style repository for the site of current node, or <code>null</code> if indeterminable
|
|
281
|
+
* @since Sitevision 3.6.4
|
|
282
|
+
*/
|
|
283
|
+
getListStyleRepository(): Node;
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* Gets the module element draft repository for the site of current node.
|
|
287
|
+
* @return the module element draft repository, or <code>null</code> if indeterminable.
|
|
288
|
+
* @since Sitevision 4.2
|
|
289
|
+
*/
|
|
290
|
+
getModuleElementDraftRepository(): Node;
|
|
291
|
+
|
|
292
|
+
/**
|
|
293
|
+
* Gets the module element repository for the site of current node.
|
|
294
|
+
* @return the module element repository, or <code>null</code> if indeterminable.
|
|
295
|
+
* @since Sitevision 4.2
|
|
296
|
+
*/
|
|
297
|
+
getModuleElementRepository(): Node;
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* Gets the module element file repository for current module element node.
|
|
301
|
+
*
|
|
302
|
+
* <p>
|
|
303
|
+
* <em>
|
|
304
|
+
* This is a convenience for {@link #getModuleElementFileRepository(Node)} that uses
|
|
305
|
+
* {@link senselogic.sitevision.api.context.PortletContextUtil#getCurrentModuleElement()} to get current module element node.
|
|
306
|
+
* </em>
|
|
307
|
+
* </p>
|
|
308
|
+
* @return the module element file repository for current module element, or <code>null</code> if indeterminable.
|
|
309
|
+
* @since Sitevision 4.2
|
|
310
|
+
*/
|
|
311
|
+
getModuleElementFileRepository(): Node;
|
|
312
|
+
|
|
313
|
+
/**
|
|
314
|
+
* Gets the module element file repository for a specified module element node.
|
|
315
|
+
* @param aNode a node that has a module element file repository (typically a sv:moduleElementDraft or sv:moduleElement)
|
|
316
|
+
* @return the module element file repository for <code>aNode</code>, or <code>null</code> if indeterminable.
|
|
317
|
+
* @since Sitevision 4.2
|
|
318
|
+
*/
|
|
319
|
+
getModuleElementFileRepository(aNode: Node): Node;
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* Gets the module element image repository for current module element node.
|
|
323
|
+
*
|
|
324
|
+
* <p>
|
|
325
|
+
* <em>
|
|
326
|
+
* This is a convenience for {@link #getModuleElementImageRepository(Node)} that uses
|
|
327
|
+
* {@link senselogic.sitevision.api.context.PortletContextUtil#getCurrentModuleElement()} to get current module element node.
|
|
328
|
+
* </em>
|
|
329
|
+
* </p>
|
|
330
|
+
* @return the module element image repository for current module element, or <code>null</code> if indeterminable.
|
|
331
|
+
* @since Sitevision 4.2
|
|
332
|
+
*/
|
|
333
|
+
getModuleElementImageRepository(): Node;
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* Gets the module element image repository for a specified module element node.
|
|
337
|
+
* @param aNode a node that has a module element image repository (typically a sv:moduleElementDraft or sv:moduleElement)
|
|
338
|
+
* @return the module element image repository for <code>aNode</code>, or <code>null</code> if indeterminable.
|
|
339
|
+
* @since Sitevision 4.2
|
|
340
|
+
*/
|
|
341
|
+
getModuleElementImageRepository(aNode: Node): Node;
|
|
342
|
+
|
|
343
|
+
/**
|
|
344
|
+
* Gets the addon repository for the site of current node.
|
|
345
|
+
* @return the addon repository, or <code>null</code> if indeterminable.
|
|
346
|
+
* @since Sitevision 4.2
|
|
347
|
+
*/
|
|
348
|
+
getAddonRepository(): Node;
|
|
349
|
+
|
|
350
|
+
/**
|
|
351
|
+
* Gets the named reference repository for the site of current node.
|
|
352
|
+
* @return the named reference repository, or <code>null</code> if indeterminable.
|
|
353
|
+
* @since Sitevision 4.2.2
|
|
354
|
+
*/
|
|
355
|
+
getNamedReferenceRepository(): Node;
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* Gets the role repository (sv:roleRepository) for the site of current node.
|
|
359
|
+
* @return the role repository, or null if indeterminable.
|
|
360
|
+
* @since Sitevision 5
|
|
361
|
+
* @see senselogic.sitevision.api.security.RoleUtil
|
|
362
|
+
*/
|
|
363
|
+
getRoleRepository(): Node;
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* Gets the virtual group repository (sv:virtualGroupRepository) for the site of current node.
|
|
367
|
+
* @return the virtual group repository, or null if indeterminable.
|
|
368
|
+
* @since Sitevision 5
|
|
369
|
+
*/
|
|
370
|
+
getVirtualGroupRepository(): Node;
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* Gets the tag group repository (sv:tagGroupRepository) for the site of current node.
|
|
374
|
+
* @return the tag group repository, or null if indeterminable.
|
|
375
|
+
* @since Sitevision 5
|
|
376
|
+
*/
|
|
377
|
+
getTagGroupRepository(): Node;
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* Gets the responsive breakpoint repository (sv:responsiveBreakpointRepository) for the site of current node.
|
|
381
|
+
* @return the responsive breakpoint repository, or null if indeterminable.
|
|
382
|
+
* @since Sitevision 6.2
|
|
383
|
+
*/
|
|
384
|
+
getResponsiveBreakpointRepository(): Node;
|
|
385
|
+
|
|
386
|
+
/**
|
|
387
|
+
* Gets the topic repository (sv:topicRepository) for the site of current node.
|
|
388
|
+
* @return the topic repository, or null if indeterminable.
|
|
389
|
+
* @since Sitevision 7
|
|
390
|
+
*/
|
|
391
|
+
getTopicRepository(): Node;
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* Gets the external topic integration repository (sv:externalTopicIntegrationRepository) for the site of current node.
|
|
395
|
+
* @return the external topic integration repository, or null if indeterminable.
|
|
396
|
+
* @since Sitevision 7
|
|
397
|
+
*/
|
|
398
|
+
getExternalTopicIntegrationRepository(): Node;
|
|
399
|
+
|
|
400
|
+
/**
|
|
401
|
+
* Gets the OAuth2 configuration repository (sv:oAuth2ConfigurationRepository) for the site of current node.
|
|
402
|
+
* @return the OAuth2 configuration repository, or null if indeterminable.
|
|
403
|
+
* @since Sitevision 7
|
|
404
|
+
*/
|
|
405
|
+
getOAuth2ConfigurationRepository(): Node;
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* Gets the metadata definition template repository (sv:metadataDefinitionTemplateRepository) for the site of current node.
|
|
409
|
+
* @return the metadata definition template repository, or null if indeterminable.
|
|
410
|
+
* @since Sitevision 8.1
|
|
411
|
+
*/
|
|
412
|
+
getMetadataDefinitionTemplateRepository(): Node;
|
|
413
|
+
|
|
414
|
+
/**
|
|
415
|
+
* Gets the trashcan (sv:trashcan) for the site of current node.
|
|
416
|
+
* @return the trashcan, or null if indeterminable.
|
|
417
|
+
* @see senselogic.sitevision.api.webresource.structure.TrashcanUtil
|
|
418
|
+
* @since Sitevision 8.1
|
|
419
|
+
*/
|
|
420
|
+
getTrashcan(): Node;
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* Gets the principal repository (sv:principalRepository) for the site of current node.
|
|
424
|
+
* @return the principal repository, or null if indeterminable.
|
|
425
|
+
* @since Sitevision 8.2
|
|
426
|
+
*/
|
|
427
|
+
getPrincipalRepository(): Node;
|
|
428
|
+
|
|
429
|
+
/**
|
|
430
|
+
* Gets the alias repository (sv:aliasRepository) for the site of current node.
|
|
431
|
+
* @return the alias repository, or null if indeterminable.
|
|
432
|
+
* @since Sitevision 8.2
|
|
433
|
+
*/
|
|
434
|
+
getAliasRepository(): Node;
|
|
435
|
+
|
|
436
|
+
/**
|
|
437
|
+
* Gets the site cookie repository (sv:siteCookieRepository) for the site of current node.
|
|
438
|
+
* @return the site cookie repository, or null if indeterminable.
|
|
439
|
+
* @since Sitevision 9.1
|
|
440
|
+
* @see senselogic.sitevision.api.cookie.SiteCookieUtil
|
|
441
|
+
*/
|
|
442
|
+
getSiteCookieRepository(): Node;
|
|
487
443
|
}
|
|
488
444
|
|
|
489
|
-
|
|
445
|
+
declare namespace ResourceLocatorUtil {}
|
|
446
|
+
|
|
447
|
+
declare var resourceLocatorUtil: ResourceLocatorUtil;
|
|
448
|
+
|
|
449
|
+
export = resourceLocatorUtil;
|