@sitevision/api 2.0.0-alpha.1 → 2023.2.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/requester/index.d.ts +10 -8
- package/client/toasts/index.d.ts +7 -5
- package/common/app/index.d.ts +45 -46
- package/common/events/index.d.ts +30 -31
- package/common/i18n/index.d.ts +7 -5
- package/common/router/index.d.ts +72 -77
- package/common/security/index.d.ts +27 -21
- package/index.d.ts +8 -0
- package/package.json +1 -1
- package/server/AliasUtil/index.d.ts +11 -9
- package/server/ArchiveUtil/index.d.ts +43 -41
- package/server/ArraysInstance/index.d.ts +1666 -1807
- package/server/ArticleUtil/index.d.ts +292 -224
- package/server/AuthenticationUtil/index.d.ts +72 -84
- package/server/BookmarkUtil/index.d.ts +74 -79
- package/server/BuddyIconRenderer/index.d.ts +123 -131
- package/server/BuddyIconRenderer.BuddyIconSize/index.d.ts +41 -0
- package/server/BuddyIconRenderer.BuddyIconSize/index.js +25 -0
- package/server/ClientUtil/index.d.ts +10 -8
- package/server/CollaborationFactory/index.d.ts +37 -40
- package/server/CollaborationGroupFolderUtil/index.d.ts +28 -26
- package/server/CollaborationGroupState/index.d.ts +27 -0
- package/server/CollaborationGroupState/index.js +11 -0
- package/server/CollaborationGroupTemplateUtil/index.d.ts +46 -48
- package/server/CollaborationGroupType/index.d.ts +28 -0
- package/server/CollaborationGroupType/index.js +12 -0
- package/server/CollaborationGroupUtil/index.d.ts +84 -80
- package/server/CollectionsInstance/index.d.ts +641 -704
- package/server/ColorUtil/index.d.ts +34 -35
- package/server/CompoundAndFilterBuilder/index.d.ts +28 -26
- package/server/CompoundComparatorBuilder/index.d.ts +33 -31
- package/server/CompoundOrFilterBuilder/index.d.ts +28 -26
- package/server/ContentNodeUtil/index.d.ts +34 -32
- package/server/CurrencyFactory/index.d.ts +70 -68
- package/server/DateUtil/index.d.ts +131 -141
- package/server/DecorationUtil/index.d.ts +11 -9
- package/server/DeviceUtil/index.d.ts +19 -17
- package/server/DimensionMode/index.d.ts +17 -0
- package/server/DimensionMode/index.js +12 -0
- package/server/DirectoryUtil/index.d.ts +87 -85
- package/server/DocType/index.d.ts +30 -0
- package/server/DocType/index.js +14 -0
- package/server/DocTypeUtil/index.d.ts +127 -133
- package/server/EndecUtil/index.d.ts +329 -346
- package/server/ExtendedDismaxParserBuilder/index.d.ts +153 -167
- package/server/FileIconRenderer/index.d.ts +152 -171
- package/server/FileUtil/index.d.ts +272 -298
- package/server/FilterBuilder/index.d.ts +39 -37
- package/server/FolderUtil/index.d.ts +91 -92
- package/server/FontUtil/index.d.ts +34 -35
- package/server/FormatterBuilderFactory/index.d.ts +73 -81
- package/server/HighlightBuilder/index.d.ts +76 -83
- package/server/IconUtil/index.d.ts +25 -23
- package/server/ImageLinkRenderer/index.d.ts +35 -33
- package/server/ImageRenderer/index.d.ts +340 -376
- package/server/ImageUtil/index.d.ts +245 -263
- package/server/IndexUtil/index.d.ts +38 -35
- package/server/IndexUtil.IndexType/index.d.ts +29 -0
- package/server/IndexUtil.IndexType/index.js +13 -0
- package/server/IndexingUtil/index.d.ts +67 -45
- package/server/InstanceCreatorUtil/index.d.ts +423 -459
- package/server/InstanceTypeUtil/index.d.ts +167 -188
- package/server/JwtUtil/index.d.ts +129 -127
- package/server/LandingPageUtil/index.d.ts +82 -85
- package/server/LandingPageUtil/index.js +1 -0
- package/server/LinkPageUtil/index.d.ts +294 -248
- package/server/LinkRenderer/index.d.ts +649 -713
- package/server/LinkTargetBuilder/index.d.ts +65 -73
- package/server/LinkValueBuilder/index.d.ts +66 -73
- package/server/ListWrapper/index.d.ts +80 -89
- package/server/LocaleUtil/index.d.ts +381 -393
- package/server/LogUtil/index.d.ts +118 -127
- package/server/MailBuilder/index.d.ts +106 -121
- package/server/MailUtil/index.d.ts +58 -63
- package/server/MathInstance/index.d.ts +624 -656
- package/server/MessageDigesterFactory/index.d.ts +28 -26
- package/server/MetadataDefinitionUtil/index.d.ts +77 -81
- package/server/MetadataUtil/index.d.ts +321 -345
- package/server/MimeTypeUtil/index.d.ts +208 -214
- package/server/MonitorBuilder/index.d.ts +17 -17
- package/server/NodeComparatorUtil/index.d.ts +214 -224
- package/server/NodeFactoryUtil/index.d.ts +19 -17
- package/server/NodeFilterUtil/index.d.ts +651 -738
- package/server/NodeIteratorUtil/index.d.ts +209 -224
- package/server/NodeResolverUtil/index.d.ts +398 -404
- package/server/NodeTreeUtil/index.d.ts +211 -226
- package/server/NodeTypeUtil/index.d.ts +1430 -546
- package/server/OfflineVersionPropertyUtil/index.d.ts +6 -4
- package/server/OnlineVersionPropertyUtil/index.d.ts +6 -4
- package/server/OutputUtil/index.d.ts +384 -379
- package/server/PageUtil/index.d.ts +264 -186
- package/server/PermissionUtil/index.d.ts +391 -428
- package/server/PermissionUtil.Permission/index.d.ts +54 -0
- package/server/PermissionUtil.Permission/index.js +38 -0
- package/server/PortletContextUtil/index.d.ts +111 -106
- package/server/PortletUtil/index.d.ts +30 -20
- package/server/PrincipalUtil/index.d.ts +33 -31
- package/server/Properties/index.d.ts +68 -75
- package/server/PropertyUtil/index.d.ts +1419 -1461
- package/server/PublishingUtil/index.d.ts +246 -247
- package/server/QueryStringUtil/index.d.ts +403 -414
- package/server/RedirectUtil/index.d.ts +62 -66
- package/server/RelatedValueBuilder/index.d.ts +40 -38
- package/server/Requester/index.d.ts +123 -123
- package/server/ResourceLocatorUtil/index.d.ts +434 -474
- package/server/RestApi/index.d.ts +156 -136
- package/server/RestAppInvokerFactory/index.d.ts +25 -23
- package/server/RoleAssignmentBuilder/index.d.ts +35 -33
- package/server/RoleMatcherBuilder/index.d.ts +35 -33
- package/server/RoleUtil/index.d.ts +35 -37
- package/server/ScriptUtil/index.d.ts +457 -494
- package/server/SearchFactory/index.d.ts +102 -117
- package/server/SearchUtil/index.d.ts +73 -71
- package/server/SearcherBuilder/index.d.ts +107 -114
- package/server/Session/index.d.ts +251 -1093
- package/server/Session/index.js +1 -20
- package/server/SimpleUserUtil/index.d.ts +26 -27
- package/server/SiteCookieUtil/index.d.ts +150 -173
- package/server/SortBuilder/index.d.ts +24 -22
- package/server/SourceSetMode/index.d.ts +12 -0
- package/server/SourceSetMode/index.js +12 -0
- package/server/SpellCheckBuilder/index.d.ts +27 -27
- package/server/StandardParserBuilder/index.d.ts +33 -31
- package/server/StructureUtil/index.d.ts +83 -81
- package/server/SubscriberUtil/index.d.ts +58 -65
- package/server/SubscriptionUtil/index.d.ts +121 -128
- package/server/SystemUserUtil/index.d.ts +146 -144
- package/server/TagUtil/index.d.ts +113 -118
- package/server/TemplateUtil/index.d.ts +113 -118
- package/server/TemporaryFileNodeBuilder/index.d.ts +29 -27
- package/server/TemporaryNodeBuilder/index.d.ts +136 -174
- package/server/TextModuleRendererBuilder/index.d.ts +18 -16
- package/server/TimestampUtil/index.d.ts +102 -116
- package/server/TranslationUtil/index.d.ts +96 -102
- package/server/TrashcanUtil/index.d.ts +112 -115
- package/server/UserDataUtil/index.d.ts +108 -109
- package/server/UserFactory/index.d.ts +49 -56
- package/server/UserFieldRenderer/index.d.ts +118 -126
- package/server/UserIdentityUtil/index.d.ts +36 -34
- package/server/UserUtil/index.d.ts +30 -28
- package/server/Utils/index.d.ts +702 -791
- package/server/VelocityRenderer/index.d.ts +94 -92
- package/server/VersionUtil/index.d.ts +24 -8
- package/server/WebContentUtil/index.d.ts +275 -282
- package/server/WebResourceFactory/index.d.ts +46 -51
- package/server/XSLTUtil/index.d.ts +33 -31
- package/server/XmlParserUtil/index.d.ts +47 -45
- package/server/appData/index.d.ts +8 -6
- package/server/appInfo/index.d.ts +6 -2
- package/server/appResource/index.d.ts +23 -21
- package/server/cache/index.d.ts +8 -6
- package/server/globalAppData/index.d.ts +8 -6
- package/server/headless/index.d.ts +28 -26
- package/server/hooks/index.d.ts +9 -9
- package/server/oauth2/index.d.ts +12 -10
- package/server/privileged/index.d.ts +24 -22
- package/server/storage/index.d.ts +22 -20
- package/types/javax/jcr/Binary/index.d.ts +0 -20
- package/types/javax/jcr/Binary/index.js +0 -1
- package/types/javax/jcr/ImportUUIDBehavior/index.d.ts +24 -0
- package/types/javax/jcr/Item/index.d.ts +1 -116
- package/types/javax/jcr/Item/index.js +0 -6
- package/types/javax/jcr/NamespaceRegistry/index.d.ts +66 -42
- package/types/javax/jcr/NamespaceRegistry/index.js +0 -2
- package/types/javax/jcr/Node/index.d.ts +24 -1495
- package/types/javax/jcr/Node/index.js +1 -34
- package/types/javax/jcr/NodeIterator/index.d.ts +1 -1
- package/types/javax/jcr/Property/index.d.ts +487 -489
- package/types/javax/jcr/Property/index.js +0 -5
- package/types/javax/jcr/PropertyIterator/index.d.ts +1 -1
- package/types/javax/jcr/RangeIterator/index.d.ts +1 -43
- package/types/javax/jcr/RangeIterator/index.js +1 -5
- package/types/javax/jcr/Repository/index.d.ts +460 -260
- package/types/javax/jcr/Repository/index.js +0 -4
- package/types/javax/jcr/Value/index.d.ts +0 -29
- package/types/javax/jcr/Value/index.js +0 -2
- package/types/javax/jcr/ValueFactory/index.d.ts +0 -70
- package/types/javax/jcr/ValueFactory/index.js +1 -2
- package/types/javax/jcr/Workspace/index.d.ts +93 -569
- package/types/javax/jcr/Workspace/index.js +1 -12
- package/types/javax/jcr/nodetype/ItemDefinition/index.d.ts +0 -103
- package/types/javax/jcr/nodetype/ItemDefinition/index.js +0 -5
- package/types/javax/jcr/nodetype/NodeDefinition/index.d.ts +1 -1
- package/types/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +1 -1
- package/types/javax/jcr/nodetype/NodeType/index.d.ts +255 -264
- package/types/javax/jcr/nodetype/NodeType/index.js +1 -12
- package/types/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +0 -104
- package/types/javax/jcr/nodetype/NodeTypeDefinition/index.js +1 -7
- package/types/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +1 -1
- package/types/javax/jcr/nodetype/NodeTypeManager/index.d.ts +0 -123
- package/types/javax/jcr/nodetype/NodeTypeManager/index.js +1 -8
- package/types/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +1 -1
- package/types/javax/jcr/nodetype/PropertyDefinition/index.d.ts +1 -270
- package/types/javax/jcr/nodetype/PropertyDefinition/index.js +1 -7
- package/types/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +1 -1
- package/types/javax/jcr/observation/Event/index.d.ts +82 -41
- package/types/javax/jcr/observation/EventIterator/index.d.ts +1 -1
- package/types/javax/jcr/observation/EventJournal/index.d.ts +1 -1
- package/types/javax/jcr/observation/EventListenerIterator/index.d.ts +1 -1
- package/types/javax/jcr/query/Query/index.d.ts +29 -8
- package/types/javax/jcr/query/RowIterator/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/And/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/BindVariableValue/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/ChildNode/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/Comparison/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/DescendantNode/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/DynamicOperand/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/FullTextSearch/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/Join/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/Length/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/Literal/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/LowerCase/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/NodeLocalName/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/NodeName/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/Not/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/Or/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/PropertyExistence/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/PropertyValue/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/QueryObjectModel/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +73 -1
- package/types/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/SameNode/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/Selector/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/StaticOperand/index.d.ts +1 -1
- package/types/javax/jcr/query/qom/UpperCase/index.d.ts +1 -1
- package/types/javax/jcr/security/AccessControlList/index.d.ts +1 -1
- package/types/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +1 -1
- package/types/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +1 -1
- package/types/javax/jcr/security/Privilege/index.d.ts +127 -43
- package/types/javax/jcr/version/Version/index.d.ts +1 -1
- package/types/javax/jcr/version/VersionHistory/index.d.ts +1 -1
- package/types/javax/jcr/version/VersionIterator/index.d.ts +1 -1
- package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.d.ts +9 -0
- package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.js +11 -0
- package/types/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +9 -5
- package/types/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +1 -1
- package/types/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +1 -1
- package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.d.ts +49 -0
- package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.js +12 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.d.ts +83 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.js +21 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.d.ts +29 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.js +12 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.d.ts +29 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.js +12 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.d.ts +65 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.js +18 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.d.ts +23 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.d.ts +17 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.js +10 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.d.ts +1241 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.js +189 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.d.ts +29 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.js +12 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.d.ts +89 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.js +22 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.d.ts +25 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.d.ts +17 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.js +10 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.d.ts +17 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.js +10 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.d.ts +23 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.d.ts +35 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.js +13 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.d.ts +23 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +2 -2
- package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +22 -2
- package/types/senselogic/sitevision/api/search/SearchHit/index.d.ts +16 -2
- package/types/senselogic/sitevision/api/search/SearchResult/index.d.ts +28 -6
- package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +31 -1
- package/types/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +1 -1
|
@@ -17,49 +17,7 @@
|
|
|
17
17
|
* <p>
|
|
18
18
|
* A privilege can be both aggregate and abstract.
|
|
19
19
|
*
|
|
20
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
21
|
-
* privilege to retrieve a node and get its properties and their values.A constant representing <code>jcr:modifyProperties</code> (in expanded
|
|
22
|
-
* form), the privilege to create, modify and remove the properties of a
|
|
23
|
-
* node.A constant representing <code>jcr:addChildNodes</code> (in expanded
|
|
24
|
-
* form), the privilege to create child nodes of a node.A constant representing <code>jcr:removeNode</code> (in expanded form),
|
|
25
|
-
* the privilege to remove a node.
|
|
26
|
-
* <p>
|
|
27
|
-
* In order to actually remove a node requires <code>jcr:removeNode</code>
|
|
28
|
-
* on that node and <code>jcr:removeChildNodes</code> on the parent node.
|
|
29
|
-
* <p>
|
|
30
|
-
* The distinction is provided in order to reflect implementations that
|
|
31
|
-
* internally model "remove" as a "delete" instead of a "unlink". A
|
|
32
|
-
* repository that uses the "delete" model can have <code>jcr:removeChildNodes</code>
|
|
33
|
-
* in every access control policy, so that removal is effectively controlled
|
|
34
|
-
* by <code>jcr:removeNode</code>.A constant representing <code>jcr:removeChildNodes</code> (in expanded
|
|
35
|
-
* form), the privilege to remove child nodes of a node. In order to
|
|
36
|
-
* actually remove a node requires <code>jcr:removeNode</code> on that node
|
|
37
|
-
* and <code>jcr:removeChildNodes</code> on the parent node.
|
|
38
|
-
* <p>
|
|
39
|
-
* The distinction is provided in order to reflect implementations that
|
|
40
|
-
* internally model "remove" as a "unlink" instead of a "delete". A
|
|
41
|
-
* repository that uses the "unlink" model can have <code>jcr:removeNode</code>
|
|
42
|
-
* in every access control policy, so that removal is effectively controlled
|
|
43
|
-
* by <code>jcr:removeChildNodes</code>.A constant representing <code>jcr:write</code> (in expanded form), an
|
|
44
|
-
* aggregate privilege that contains: <ul> <li><code>jcr:modifyProperties</code></li>
|
|
45
|
-
* <li><code>jcr:addChildNodes</code></li> <li><code>jcr:removeNode</code></li>
|
|
46
|
-
* <li><code>jcr:removeChildNodes</code></li> </ul>A constant representing <code>jcr:readAccessControl</code> (in expanded
|
|
47
|
-
* form), the privilege to get the access control policy of a node.A constant representing <code>jcr:modifyAccessControl</code> (in expanded
|
|
48
|
-
* form), the privilege to modify the access control policies of a node.A constant representing <code>jcr:lockManagement</code> (in expanded
|
|
49
|
-
* form), the privilege to lock and unlock a node.A constant representing <code>jcr:versionManagement</code> (in expanded
|
|
50
|
-
* form), the privilege to perform versioning operations on a node.A constant representing <code>jcr:nodeTypeManagement</code> (in expanded
|
|
51
|
-
* form), the privilege to add and remove mixin node types and change the
|
|
52
|
-
* primary node type of a node.A constant representing <code>jcr:retentionManagement</code> (in expanded
|
|
53
|
-
* form), the privilege to perform retention management operations on a
|
|
54
|
-
* node.A constant representing <code>jcr:lifecycleManagement</code> (in expanded
|
|
55
|
-
* form), the privilege to perform lifecycle operations on a node.A constant representing <code>jcr:all</code> (in expanded form), an
|
|
56
|
-
* aggregate privilege that contains all predefined privileges. <ul>
|
|
57
|
-
* <li><code>jcr:read</code></li> <li><code>jcr:write</code></li>
|
|
58
|
-
* <li><code>jcr:readAccessControl</code></li> <li><code>jcr:modifyAccessControl</code></li>
|
|
59
|
-
* <li><code>jcr:lockManagement</code></li> <li><code>jcr:versionManagement</code></li>
|
|
60
|
-
* <li><code>jcr:nodeTypeManagement</code></li> <li><code>jcr:retentionManagement</code></li>
|
|
61
|
-
* <li><code>jcr:lifecycleManagement</code></li> </ul> It should, in
|
|
62
|
-
* addition, include all implementation-defined privileges.
|
|
20
|
+
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
63
21
|
* @since JCR 2.0
|
|
64
22
|
*/
|
|
65
23
|
export type Privilege = {
|
|
@@ -102,4 +60,130 @@ export type Privilege = {
|
|
|
102
60
|
* @return an array of <code>Privilege</code>s
|
|
103
61
|
*/
|
|
104
62
|
getAggregatePrivileges(): Privilege;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* A constant representing <code>jcr:read</code> (in expanded form), the
|
|
66
|
+
* privilege to retrieve a node and get its properties and their values.
|
|
67
|
+
|
|
68
|
+
*/
|
|
69
|
+
JCR_READ: string;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* A constant representing <code>jcr:modifyProperties</code> (in expanded
|
|
73
|
+
* form), the privilege to create, modify and remove the properties of a
|
|
74
|
+
* node.
|
|
75
|
+
|
|
76
|
+
*/
|
|
77
|
+
JCR_MODIFY_PROPERTIES: string;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* A constant representing <code>jcr:addChildNodes</code> (in expanded
|
|
81
|
+
* form), the privilege to create child nodes of a node.
|
|
82
|
+
|
|
83
|
+
*/
|
|
84
|
+
JCR_ADD_CHILD_NODES: string;
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* A constant representing <code>jcr:removeNode</code> (in expanded form),
|
|
88
|
+
* the privilege to remove a node.
|
|
89
|
+
* <p>
|
|
90
|
+
* In order to actually remove a node requires <code>jcr:removeNode</code>
|
|
91
|
+
* on that node and <code>jcr:removeChildNodes</code> on the parent node.
|
|
92
|
+
* <p>
|
|
93
|
+
* The distinction is provided in order to reflect implementations that
|
|
94
|
+
* internally model "remove" as a "delete" instead of a "unlink". A
|
|
95
|
+
* repository that uses the "delete" model can have <code>jcr:removeChildNodes</code>
|
|
96
|
+
* in every access control policy, so that removal is effectively controlled
|
|
97
|
+
* by <code>jcr:removeNode</code>.
|
|
98
|
+
|
|
99
|
+
*/
|
|
100
|
+
JCR_REMOVE_NODE: string;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* A constant representing <code>jcr:removeChildNodes</code> (in expanded
|
|
104
|
+
* form), the privilege to remove child nodes of a node. In order to
|
|
105
|
+
* actually remove a node requires <code>jcr:removeNode</code> on that node
|
|
106
|
+
* and <code>jcr:removeChildNodes</code> on the parent node.
|
|
107
|
+
* <p>
|
|
108
|
+
* The distinction is provided in order to reflect implementations that
|
|
109
|
+
* internally model "remove" as a "unlink" instead of a "delete". A
|
|
110
|
+
* repository that uses the "unlink" model can have <code>jcr:removeNode</code>
|
|
111
|
+
* in every access control policy, so that removal is effectively controlled
|
|
112
|
+
* by <code>jcr:removeChildNodes</code>.
|
|
113
|
+
|
|
114
|
+
*/
|
|
115
|
+
JCR_REMOVE_CHILD_NODES: string;
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* A constant representing <code>jcr:write</code> (in expanded form), an
|
|
119
|
+
* aggregate privilege that contains: <ul> <li><code>jcr:modifyProperties</code></li>
|
|
120
|
+
* <li><code>jcr:addChildNodes</code></li> <li><code>jcr:removeNode</code></li>
|
|
121
|
+
* <li><code>jcr:removeChildNodes</code></li> </ul>
|
|
122
|
+
|
|
123
|
+
*/
|
|
124
|
+
JCR_WRITE: string;
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* A constant representing <code>jcr:readAccessControl</code> (in expanded
|
|
128
|
+
* form), the privilege to get the access control policy of a node.
|
|
129
|
+
|
|
130
|
+
*/
|
|
131
|
+
JCR_READ_ACCESS_CONTROL: string;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* A constant representing <code>jcr:modifyAccessControl</code> (in expanded
|
|
135
|
+
* form), the privilege to modify the access control policies of a node.
|
|
136
|
+
|
|
137
|
+
*/
|
|
138
|
+
JCR_MODIFY_ACCESS_CONTROL: string;
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* A constant representing <code>jcr:lockManagement</code> (in expanded
|
|
142
|
+
* form), the privilege to lock and unlock a node.
|
|
143
|
+
|
|
144
|
+
*/
|
|
145
|
+
JCR_LOCK_MANAGEMENT: string;
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* A constant representing <code>jcr:versionManagement</code> (in expanded
|
|
149
|
+
* form), the privilege to perform versioning operations on a node.
|
|
150
|
+
|
|
151
|
+
*/
|
|
152
|
+
JCR_VERSION_MANAGEMENT: string;
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* A constant representing <code>jcr:nodeTypeManagement</code> (in expanded
|
|
156
|
+
* form), the privilege to add and remove mixin node types and change the
|
|
157
|
+
* primary node type of a node.
|
|
158
|
+
|
|
159
|
+
*/
|
|
160
|
+
JCR_NODE_TYPE_MANAGEMENT: string;
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* A constant representing <code>jcr:retentionManagement</code> (in expanded
|
|
164
|
+
* form), the privilege to perform retention management operations on a
|
|
165
|
+
* node.
|
|
166
|
+
|
|
167
|
+
*/
|
|
168
|
+
JCR_RETENTION_MANAGEMENT: string;
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* A constant representing <code>jcr:lifecycleManagement</code> (in expanded
|
|
172
|
+
* form), the privilege to perform lifecycle operations on a node.
|
|
173
|
+
|
|
174
|
+
*/
|
|
175
|
+
JCR_LIFECYCLE_MANAGEMENT: string;
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* A constant representing <code>jcr:all</code> (in expanded form), an
|
|
179
|
+
* aggregate privilege that contains all predefined privileges. <ul>
|
|
180
|
+
* <li><code>jcr:read</code></li> <li><code>jcr:write</code></li>
|
|
181
|
+
* <li><code>jcr:readAccessControl</code></li> <li><code>jcr:modifyAccessControl</code></li>
|
|
182
|
+
* <li><code>jcr:lockManagement</code></li> <li><code>jcr:versionManagement</code></li>
|
|
183
|
+
* <li><code>jcr:nodeTypeManagement</code></li> <li><code>jcr:retentionManagement</code></li>
|
|
184
|
+
* <li><code>jcr:lifecycleManagement</code></li> </ul> It should, in
|
|
185
|
+
* addition, include all implementation-defined privileges.
|
|
186
|
+
|
|
187
|
+
*/
|
|
188
|
+
JCR_ALL: string;
|
|
105
189
|
};
|
|
@@ -9,7 +9,7 @@ import type { Node } from "../../Node";
|
|
|
9
9
|
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
10
10
|
|
|
11
11
|
*/
|
|
12
|
-
export type Version = {
|
|
12
|
+
export type Version = Node & {
|
|
13
13
|
/**
|
|
14
14
|
* Returns the <code>VersionHistory</code> that contains this
|
|
15
15
|
* <code>Version</code>.
|
|
@@ -11,7 +11,7 @@ import type { Node } from "../../Node";
|
|
|
11
11
|
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
12
12
|
|
|
13
13
|
*/
|
|
14
|
-
export type VersionHistory = {
|
|
14
|
+
export type VersionHistory = Node & {
|
|
15
15
|
/**
|
|
16
16
|
* Returns the identifier of the versionable node for which this is the
|
|
17
17
|
* version history.
|
|
@@ -9,7 +9,7 @@ import type { RangeIterator } from "../../RangeIterator";
|
|
|
9
9
|
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
10
10
|
|
|
11
11
|
*/
|
|
12
|
-
export type VersionIterator = {
|
|
12
|
+
export type VersionIterator = RangeIterator & {
|
|
13
13
|
/**
|
|
14
14
|
* Returns the next <code>Version</code> in the iteration.
|
|
15
15
|
* @return the next <code>Version</code> in the iteration.
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { Node } from "../../../../../javax/jcr/Node";
|
|
2
2
|
|
|
3
|
+
import { CollaborationGroupType } from "../../../../../../server/CollaborationGroupType";
|
|
4
|
+
|
|
5
|
+
import { CollaborationGroupState } from "../../../../../../server/CollaborationGroupState";
|
|
6
|
+
|
|
3
7
|
import type { Wrapper } from "../../base/Wrapper";
|
|
4
8
|
|
|
5
9
|
/**
|
|
@@ -18,7 +22,7 @@ import type { Wrapper } from "../../base/Wrapper";
|
|
|
18
22
|
* @author Magnus Lövgren
|
|
19
23
|
* @since Sitevision 3.6
|
|
20
24
|
*/
|
|
21
|
-
export type CollaborationGroupWrapper = {
|
|
25
|
+
export type CollaborationGroupWrapper = Wrapper & {
|
|
22
26
|
/**
|
|
23
27
|
* Gets the admins of the wrapped collaboration group.
|
|
24
28
|
* @return the admins of the wrapped collaboration group. Never null.
|
|
@@ -152,7 +156,7 @@ export type CollaborationGroupWrapper = {
|
|
|
152
156
|
* @return the collaboration group type
|
|
153
157
|
* @since Sitevision 4.1
|
|
154
158
|
*/
|
|
155
|
-
getGroupType():
|
|
159
|
+
getGroupType(): CollaborationGroupType;
|
|
156
160
|
|
|
157
161
|
/**
|
|
158
162
|
* Changes the collaboration group type of the wrapped collaboration group.
|
|
@@ -172,14 +176,14 @@ export type CollaborationGroupWrapper = {
|
|
|
172
176
|
* @param aCollaborationGroupType the collaboration group type
|
|
173
177
|
* @since Sitevision 4.1
|
|
174
178
|
*/
|
|
175
|
-
setGroupType(aCollaborationGroupType:
|
|
179
|
+
setGroupType(aCollaborationGroupType: CollaborationGroupType): void;
|
|
176
180
|
|
|
177
181
|
/**
|
|
178
182
|
* Gets the collaboration group state of the wrapped collaboration group.
|
|
179
183
|
* @return the collaboration group state
|
|
180
184
|
* @since Sitevision 4.1
|
|
181
185
|
*/
|
|
182
|
-
getGroupState():
|
|
186
|
+
getGroupState(): CollaborationGroupState;
|
|
183
187
|
|
|
184
188
|
/**
|
|
185
189
|
* Changes the collaboration group state of the wrapped collaboration group.
|
|
@@ -192,7 +196,7 @@ export type CollaborationGroupWrapper = {
|
|
|
192
196
|
* @param aCollaborationGroupState the collaboration group state
|
|
193
197
|
* @since Sitevision 4.1
|
|
194
198
|
*/
|
|
195
|
-
setGroupState(aCollaborationGroupState:
|
|
199
|
+
setGroupState(aCollaborationGroupState: CollaborationGroupState): void;
|
|
196
200
|
|
|
197
201
|
/**
|
|
198
202
|
* Gets the group description of the wrapped collaboration group.
|
|
@@ -15,7 +15,7 @@ import type { Builder } from "../../base/Builder";
|
|
|
15
15
|
* @author Magnus Lövgren
|
|
16
16
|
* @since Sitevision 6.1
|
|
17
17
|
*/
|
|
18
|
-
export type NumericFormatterBuilder = {
|
|
18
|
+
export type NumericFormatterBuilder = Builder & {
|
|
19
19
|
/**
|
|
20
20
|
* Set whether or not grouping will be used in this formatter.
|
|
21
21
|
*
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Basic render information about current buddy icon of a BuddyIconRenderer.
|
|
3
|
+
*
|
|
4
|
+
* <p>
|
|
5
|
+
* This data is typically used for custom rendering of a buddy icon.
|
|
6
|
+
* </p>
|
|
7
|
+
*
|
|
8
|
+
* <p>
|
|
9
|
+
* <em>
|
|
10
|
+
* Server-side Javascript example
|
|
11
|
+
* (a function that provides custom rendering of a 48x48 buddy icon image for a given sv:userIdentity Node):
|
|
12
|
+
* </em>
|
|
13
|
+
* </p><pre><code> function getHtmlImage(userIdentity) {
|
|
14
|
+
* const buddyIconRenderer = require('BuddyIconRenderer');
|
|
15
|
+
* const LARGE_SIZE = require('BuddyIconRenderer.BuddyIconSize.LARGE');
|
|
16
|
+
*
|
|
17
|
+
* // Load renderer and set proper size
|
|
18
|
+
* buddyIconRenderer.update(userIdentity);
|
|
19
|
+
* buddyIconRenderer.setBuddyIconSize(LARGE_SIZE);
|
|
20
|
+
*
|
|
21
|
+
* // Get BuddyIconInfo data
|
|
22
|
+
* const info = buddyIconRenderer.getBuddyIconInfo();
|
|
23
|
+
*
|
|
24
|
+
* // Do custom render...
|
|
25
|
+
* return '<img src="' + info.getURI() + '">';
|
|
26
|
+
* }</code></pre>
|
|
27
|
+
* @see BuddyIconRenderer#getBuddyIconInfo()
|
|
28
|
+
* @author Magnus Lövgren
|
|
29
|
+
* @since Sitevision 8.2
|
|
30
|
+
*/
|
|
31
|
+
export type BuddyIconInfo = {
|
|
32
|
+
/**
|
|
33
|
+
* The URI of current buddy icon.
|
|
34
|
+
* @return the URI of the buddy icon, might be null
|
|
35
|
+
*/
|
|
36
|
+
getURI(): string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* The width of current buddy icon.
|
|
40
|
+
* @return the width of the buddy icon, might be zero.
|
|
41
|
+
*/
|
|
42
|
+
getWidth(): number;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* The height of current buddy icon.
|
|
46
|
+
* @return the height of the buddy icon, might be zero.
|
|
47
|
+
*/
|
|
48
|
+
getHeight(): number;
|
|
49
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
getURI: function getURI() {},
|
|
9
|
+
getWidth: function getWidth() {},
|
|
10
|
+
getHeight: function getHeight() {}
|
|
11
|
+
};
|
|
12
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Get methods for accessing field constants defined in {@link senselogic.sitevision.api.webresource.ArticleUtil}.
|
|
3
|
+
*
|
|
4
|
+
* <p>
|
|
5
|
+
* The sole purpose of this interface is to provide access to {@link senselogic.sitevision.api.webresource.ArticleUtil}
|
|
6
|
+
* constants in Velocity, e.g: <code>$articleUtil.PROPERTY_LAST_MODIFIED_DATE</code>
|
|
7
|
+
* </p>
|
|
8
|
+
* @author Magnus Lövgren
|
|
9
|
+
* @since Sitevision 3.6.2
|
|
10
|
+
*/
|
|
11
|
+
export type ArticleUtilConstants = {
|
|
12
|
+
/**
|
|
13
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_VISIBLE_IN_MENUS}.
|
|
14
|
+
* @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_VISIBLE_IN_MENUS}
|
|
15
|
+
*/
|
|
16
|
+
getPROPERTY_VISIBLE_IN_MENUS(): string;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_SHORTID}.
|
|
20
|
+
* @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_SHORTID}
|
|
21
|
+
*/
|
|
22
|
+
getPROPERTY_SHORTID(): string;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_LOCALE}.
|
|
26
|
+
* @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_LOCALE}
|
|
27
|
+
*/
|
|
28
|
+
getPROPERTY_LOCALE(): string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_ROBOTS_INDEX}.
|
|
32
|
+
* @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_ROBOTS_INDEX}
|
|
33
|
+
*/
|
|
34
|
+
getPROPERTY_ROBOTS_INDEX(): string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_CREATION_DATE}.
|
|
38
|
+
* @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_CREATION_DATE}
|
|
39
|
+
*/
|
|
40
|
+
getPROPERTY_CREATION_DATE(): string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_CREATED_BY}.
|
|
44
|
+
* @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_CREATED_BY}
|
|
45
|
+
*/
|
|
46
|
+
getPROPERTY_CREATED_BY(): string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_LAST_MODIFIED_DATE}.
|
|
50
|
+
* @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_LAST_MODIFIED_DATE}
|
|
51
|
+
*/
|
|
52
|
+
getPROPERTY_LAST_MODIFIED_DATE(): string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_LAST_MODIFIED_BY}.
|
|
56
|
+
* @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_LAST_MODIFIED_BY}
|
|
57
|
+
*/
|
|
58
|
+
getPROPERTY_LAST_MODIFIED_BY(): string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_LAST_PUBLISHED_BY}.
|
|
62
|
+
* @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_LAST_PUBLISHED_BY}
|
|
63
|
+
*/
|
|
64
|
+
getPROPERTY_LAST_PUBLISHED_BY(): string;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_LAST_PUBLISH_DATE}.
|
|
68
|
+
* @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_LAST_PUBLISH_DATE}
|
|
69
|
+
*/
|
|
70
|
+
getPROPERTY_LAST_PUBLISH_DATE(): string;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_PUBLISHED_BY}.
|
|
74
|
+
* @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_PUBLISHED_BY}
|
|
75
|
+
*/
|
|
76
|
+
getPROPERTY_PUBLISHED_BY(): string;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_PUBLISH_DATE}.
|
|
80
|
+
* @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_PUBLISH_DATE}
|
|
81
|
+
*/
|
|
82
|
+
getPROPERTY_PUBLISH_DATE(): string;
|
|
83
|
+
};
|
package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
getPROPERTY_VISIBLE_IN_MENUS: function getPROPERTY_VISIBLE_IN_MENUS() {},
|
|
9
|
+
getPROPERTY_SHORTID: function getPROPERTY_SHORTID() {},
|
|
10
|
+
getPROPERTY_LOCALE: function getPROPERTY_LOCALE() {},
|
|
11
|
+
getPROPERTY_ROBOTS_INDEX: function getPROPERTY_ROBOTS_INDEX() {},
|
|
12
|
+
getPROPERTY_CREATION_DATE: function getPROPERTY_CREATION_DATE() {},
|
|
13
|
+
getPROPERTY_CREATED_BY: function getPROPERTY_CREATED_BY() {},
|
|
14
|
+
getPROPERTY_LAST_MODIFIED_DATE: function getPROPERTY_LAST_MODIFIED_DATE() {},
|
|
15
|
+
getPROPERTY_LAST_MODIFIED_BY: function getPROPERTY_LAST_MODIFIED_BY() {},
|
|
16
|
+
getPROPERTY_LAST_PUBLISHED_BY: function getPROPERTY_LAST_PUBLISHED_BY() {},
|
|
17
|
+
getPROPERTY_LAST_PUBLISH_DATE: function getPROPERTY_LAST_PUBLISH_DATE() {},
|
|
18
|
+
getPROPERTY_PUBLISHED_BY: function getPROPERTY_PUBLISHED_BY() {},
|
|
19
|
+
getPROPERTY_PUBLISH_DATE: function getPROPERTY_PUBLISH_DATE() {}
|
|
20
|
+
};
|
|
21
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Get methods for accessing field constants defined in {@link senselogic.sitevision.api.script.proxy.ExceptionSuppressingProxy}.
|
|
3
|
+
*
|
|
4
|
+
* <p>
|
|
5
|
+
* The sole purpose of this interface is to provide access to {@link senselogic.sitevision.api.script.proxy.ExceptionSuppressingProxy}
|
|
6
|
+
* constants in Velocity, e.g: <code>$exceptionSuppressingProxy.EXCEPTION_THROWN_STATUS</code>
|
|
7
|
+
* </p>
|
|
8
|
+
* @author Magnus Lövgren
|
|
9
|
+
* @since Sitevision 3.6.2
|
|
10
|
+
*/
|
|
11
|
+
export type ExceptionSuppressingProxyConstants = {
|
|
12
|
+
/**
|
|
13
|
+
* Get accessor for {@link senselogic.sitevision.api.script.proxy.ExceptionSuppressingProxy#NO_OBJECT_PROXIED_STATUS}.
|
|
14
|
+
* @return {@link senselogic.sitevision.api.script.proxy.ExceptionSuppressingProxy#NO_OBJECT_PROXIED_STATUS}
|
|
15
|
+
*/
|
|
16
|
+
getNO_OBJECT_PROXIED_STATUS(): number;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Get accessor for {@link senselogic.sitevision.api.script.proxy.ExceptionSuppressingProxy#NO_EXCEPTION_THROWN_STATUS}.
|
|
20
|
+
* @return {@link senselogic.sitevision.api.script.proxy.ExceptionSuppressingProxy#NO_EXCEPTION_THROWN_STATUS}
|
|
21
|
+
*/
|
|
22
|
+
getNO_EXCEPTION_THROWN_STATUS(): number;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Get accessor for {@link senselogic.sitevision.api.script.proxy.ExceptionSuppressingProxy#EXCEPTION_THROWN_STATUS}.
|
|
26
|
+
* @return {@link senselogic.sitevision.api.script.proxy.ExceptionSuppressingProxy#EXCEPTION_THROWN_STATUS}
|
|
27
|
+
*/
|
|
28
|
+
getEXCEPTION_THROWN_STATUS(): number;
|
|
29
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
getNO_OBJECT_PROXIED_STATUS: function getNO_OBJECT_PROXIED_STATUS() {},
|
|
9
|
+
getNO_EXCEPTION_THROWN_STATUS: function getNO_EXCEPTION_THROWN_STATUS() {},
|
|
10
|
+
getEXCEPTION_THROWN_STATUS: function getEXCEPTION_THROWN_STATUS() {}
|
|
11
|
+
};
|
|
12
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Get methods for accessing field constants defined in {@link senselogic.sitevision.api.search.index.IndexingUtil}.
|
|
3
|
+
*
|
|
4
|
+
* <p>
|
|
5
|
+
* The sole purpose of this interface is to provide access to {@link senselogic.sitevision.api.search.index.IndexingUtil}
|
|
6
|
+
* constants in Velocity, e.g: <code>$indexingUtil.MAX_RESOURCE_PRIORITY</code>
|
|
7
|
+
* </p>
|
|
8
|
+
* @author Magnus Lövgren
|
|
9
|
+
* @since Sitevision 3.6.4
|
|
10
|
+
*/
|
|
11
|
+
export type IndexingUtilConstants = {
|
|
12
|
+
/**
|
|
13
|
+
* Get accessor for {@link senselogic.sitevision.api.search.index.IndexingUtil#MIN_RESOURCE_PRIORITY}.
|
|
14
|
+
* @return {@link senselogic.sitevision.api.search.index.IndexingUtil#MIN_RESOURCE_PRIORITY}
|
|
15
|
+
*/
|
|
16
|
+
getMIN_RESOURCE_PRIORITY(): number;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Get accessor for {@link senselogic.sitevision.api.search.index.IndexingUtil#DEFAULT_RESOURCE_PRIORITY}.
|
|
20
|
+
* @return {@link senselogic.sitevision.api.search.index.IndexingUtil#DEFAULT_RESOURCE_PRIORITY}
|
|
21
|
+
*/
|
|
22
|
+
getDEFAULT_RESOURCE_PRIORITY(): number;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Get accessor for {@link senselogic.sitevision.api.search.index.IndexingUtil#MAX_RESOURCE_PRIORITY}.
|
|
26
|
+
* @return {@link senselogic.sitevision.api.search.index.IndexingUtil#MAX_RESOURCE_PRIORITY}
|
|
27
|
+
*/
|
|
28
|
+
getMAX_RESOURCE_PRIORITY(): number;
|
|
29
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
getMIN_RESOURCE_PRIORITY: function getMIN_RESOURCE_PRIORITY() {},
|
|
9
|
+
getDEFAULT_RESOURCE_PRIORITY: function getDEFAULT_RESOURCE_PRIORITY() {},
|
|
10
|
+
getMAX_RESOURCE_PRIORITY: function getMAX_RESOURCE_PRIORITY() {}
|
|
11
|
+
};
|
|
12
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Get methods for accessing field constants defined in {@link senselogic.sitevision.api.webresource.LinkPageUtil}.
|
|
3
|
+
*
|
|
4
|
+
* <p>
|
|
5
|
+
* The sole purpose of this interface is to provide access to {@link senselogic.sitevision.api.webresource.LinkPageUtil}
|
|
6
|
+
* constants in Velocity, e.g: <code>$linkPageUtil.PROPERTY_LAST_MODIFIED_DATE</code>
|
|
7
|
+
* </p>
|
|
8
|
+
* @author Magnus Lövgren
|
|
9
|
+
* @since Sitevision 4.2
|
|
10
|
+
*/
|
|
11
|
+
export type LinkPageUtilConstants = {
|
|
12
|
+
/**
|
|
13
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_VISIBLE_IN_MENUS}.
|
|
14
|
+
* @return {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_VISIBLE_IN_MENUS}
|
|
15
|
+
*/
|
|
16
|
+
getPROPERTY_VISIBLE_IN_MENUS(): string;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_CREATION_DATE}.
|
|
20
|
+
* @return {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_CREATION_DATE}
|
|
21
|
+
*/
|
|
22
|
+
getPROPERTY_CREATION_DATE(): string;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_CREATED_BY}.
|
|
26
|
+
* @return {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_CREATED_BY}
|
|
27
|
+
*/
|
|
28
|
+
getPROPERTY_CREATED_BY(): string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_LAST_MODIFIED_DATE}.
|
|
32
|
+
* @return {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_LAST_MODIFIED_DATE}
|
|
33
|
+
*/
|
|
34
|
+
getPROPERTY_LAST_MODIFIED_DATE(): string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_LAST_MODIFIED_BY}.
|
|
38
|
+
* @return {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_LAST_MODIFIED_BY}
|
|
39
|
+
*/
|
|
40
|
+
getPROPERTY_LAST_MODIFIED_BY(): string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_LAST_PUBLISHED_BY}.
|
|
44
|
+
* @return {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_LAST_PUBLISHED_BY}
|
|
45
|
+
*/
|
|
46
|
+
getPROPERTY_LAST_PUBLISHED_BY(): string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_LAST_PUBLISH_DATE}.
|
|
50
|
+
* @return {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_LAST_PUBLISH_DATE}
|
|
51
|
+
*/
|
|
52
|
+
getPROPERTY_LAST_PUBLISH_DATE(): string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_PUBLISHED_BY}.
|
|
56
|
+
* @return {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_PUBLISHED_BY}
|
|
57
|
+
*/
|
|
58
|
+
getPROPERTY_PUBLISHED_BY(): string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Get accessor for {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_PUBLISH_DATE}.
|
|
62
|
+
* @return {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_PUBLISH_DATE}
|
|
63
|
+
*/
|
|
64
|
+
getPROPERTY_PUBLISH_DATE(): string;
|
|
65
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
getPROPERTY_VISIBLE_IN_MENUS: function getPROPERTY_VISIBLE_IN_MENUS() {},
|
|
9
|
+
getPROPERTY_CREATION_DATE: function getPROPERTY_CREATION_DATE() {},
|
|
10
|
+
getPROPERTY_CREATED_BY: function getPROPERTY_CREATED_BY() {},
|
|
11
|
+
getPROPERTY_LAST_MODIFIED_DATE: function getPROPERTY_LAST_MODIFIED_DATE() {},
|
|
12
|
+
getPROPERTY_LAST_MODIFIED_BY: function getPROPERTY_LAST_MODIFIED_BY() {},
|
|
13
|
+
getPROPERTY_LAST_PUBLISHED_BY: function getPROPERTY_LAST_PUBLISHED_BY() {},
|
|
14
|
+
getPROPERTY_LAST_PUBLISH_DATE: function getPROPERTY_LAST_PUBLISH_DATE() {},
|
|
15
|
+
getPROPERTY_PUBLISHED_BY: function getPROPERTY_PUBLISHED_BY() {},
|
|
16
|
+
getPROPERTY_PUBLISH_DATE: function getPROPERTY_PUBLISH_DATE() {}
|
|
17
|
+
};
|
|
18
|
+
exports["default"] = _default;
|