@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,319 +1,312 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type NodeTypeIterator from "../NodeTypeIterator";
|
|
2
2
|
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
6
|
-
import type
|
|
3
|
+
import type PropertyDefinition from "../PropertyDefinition";
|
|
4
|
+
import type NodeDefinition from "../NodeDefinition";
|
|
5
|
+
import type Value from "../../Value";
|
|
6
|
+
import type NodeTypeDefinition from "../NodeTypeDefinition";
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* A <code>NodeType</code> object represents a "live" node type that is
|
|
10
|
-
* registered in the repository.
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
* expanded form).A constant for the node type name <code>nt:folder</code> (in expanded
|
|
15
|
-
* form).A constant for the node type name <code>nt:file</code> (in expanded
|
|
16
|
-
* form). A constant for the name of the child node declared by
|
|
17
|
-
* <code>nt:file</code> is: <ul> <li>{@link javax.jcr.Node#JCR_CONTENT}</li>
|
|
18
|
-
* </ul>A constant for the node type name <code>nt:linkedFile</code> (in expanded
|
|
19
|
-
* form). A constant for the name of the property declared by
|
|
20
|
-
* <code>nt:linkedFile</code> is: <ul> <li>{@link javax.jcr.Property#JCR_CONTENT}</li>
|
|
21
|
-
* </ul>A constant for the node type name <code>nt:resource</code> (in expanded
|
|
22
|
-
* form). A constant for the name of the property declared by
|
|
23
|
-
* <code>nt:resource</code> is: <ul> <li>{@link javax.jcr.Property#JCR_DATA}</li>
|
|
24
|
-
* </ul>A constant for the node type name <code>nt:unstructured</code> (in
|
|
25
|
-
* expanded form).A constant for the node type name <code>nt:address</code> (in expanded
|
|
26
|
-
* form). Constants for the names of the properties declared by
|
|
27
|
-
* <code>nt:base</code> are: <ul> <li>{@link javax.jcr.Property#JCR_PROTOCOL}</li>
|
|
28
|
-
* <li>{@link javax.jcr.Property#JCR_HOST}</li> <li>{@link
|
|
29
|
-
* javax.jcr.Property#JCR_PORT}</li> <li>{@link javax.jcr.Property#JCR_REPOSITORY}</li>
|
|
30
|
-
* <li>{@link javax.jcr.Property#JCR_WORKSPACE}</li> <li>{@link
|
|
31
|
-
* javax.jcr.Property#JCR_PATH}</li> <li>{@link javax.jcr.Property#JCR_ID}</li>
|
|
32
|
-
* </ul>A constant for the node type name <code>mix:referenceable</code> (in
|
|
33
|
-
* expanded form). A constant for the name of the property declared by
|
|
34
|
-
* <code>mix:referenceable</code> is: <ul> <li>{@link
|
|
35
|
-
* javax.jcr.Property#JCR_UUID}</li> </ul>A constant for the node type name <code>mix:title</code> (in expanded
|
|
36
|
-
* form). Constants for the names of the properties declared by
|
|
37
|
-
* <code>mix:title</code> are: <ul> <li>{@link javax.jcr.Property#JCR_TITLE}</li>
|
|
38
|
-
* <li>{@link javax.jcr.Property#JCR_DESCRIPTION}</li> </ul>A constant for the node type name <code>mix:created</code> (in expanded
|
|
39
|
-
* form). Constants for the names of the properties declared by
|
|
40
|
-
* <code>mix:created</code> are: <ul> <li>{@link javax.jcr.Property#JCR_CREATED}</li>
|
|
41
|
-
* <li>{@link javax.jcr.Property#JCR_CREATED_BY}</li> </ul>A constant for the node type name <code>mix:lastModified</code> (in
|
|
42
|
-
* expanded form). Constants for the names of the properties declared by
|
|
43
|
-
* <code>mix:lastModified</code> are: <ul> <li>{@link
|
|
44
|
-
* javax.jcr.Property#JCR_LAST_MODIFIED}</li> <li>{@link
|
|
45
|
-
* javax.jcr.Property#JCR_LAST_MODIFIED_BY}</li> </ul>A constant for the node type name <code>mix:language</code> (in expanded
|
|
46
|
-
* form). A constant for the name of the property declared by
|
|
47
|
-
* <code>mix:language</code> is: <ul> <li>{@link javax.jcr.Property#JCR_LANGUAGE}</li>
|
|
48
|
-
* </ul>A constant for the node type name <code>mix:mimeType</code> (in expanded
|
|
49
|
-
* form). Constants for the names of the properties declared by
|
|
50
|
-
* <code>mix:mimeType</code> are: <ul> <li>{@link javax.jcr.Property#JCR_MIMETYPE}</li>
|
|
51
|
-
* <li>{@link javax.jcr.Property#JCR_ENCODING}</li> </ul>A constant for the node type name <code>nt:nodeType</code> (in expanded
|
|
52
|
-
* form). Constants for the names of the child items declared by
|
|
53
|
-
* <code>nt:nodeType</code> are: <ul> <li>{@link javax.jcr.Property#JCR_NODE_TYPE_NAME}</li>
|
|
54
|
-
* <li>{@link javax.jcr.Property#JCR_SUPERTYPES}</li> <li>{@link
|
|
55
|
-
* javax.jcr.Property#JCR_IS_ABSTRACT}</li> <li>{@link
|
|
56
|
-
* javax.jcr.Property#JCR_IS_MIXIN}</li> <li>{@link javax.jcr.Property#JCR_HAS_ORDERABLE_CHILD_NODES}</li>
|
|
57
|
-
* <li>{@link javax.jcr.Property#JCR_PRIMARY_ITEM_NAME}</li> <li>{@link
|
|
58
|
-
* javax.jcr.Node#JCR_PROPERTY_DEFINITION}</li> <li>{@link
|
|
59
|
-
* javax.jcr.Node#JCR_CHILD_NODE_DEFINITION}</li> </ul>A constant for the node type name <code>nt:propertyDefinition</code> (in
|
|
60
|
-
* expanded form). Constants for the names of the properties declared by
|
|
61
|
-
* <code>nt:propertyDefinition</code> are: <ul> <li>{@link
|
|
62
|
-
* javax.jcr.Property#JCR_NAME}</li> <li>{@link javax.jcr.Property#JCR_AUTOCREATED}</li>
|
|
63
|
-
* <li>{@link javax.jcr.Property#JCR_MANDATORY}</li> <li>{@link
|
|
64
|
-
* javax.jcr.Property#JCR_PROTECTED}</li> <li>{@link
|
|
65
|
-
* javax.jcr.Property#JCR_ON_PARENT_VERSION}</li> <li>{@link
|
|
66
|
-
* javax.jcr.Property#JCR_REQUIRED_TYPE}</li> <li>{@link
|
|
67
|
-
* javax.jcr.Property#JCR_VALUE_CONSTRAINTS}</li> <li>{@link
|
|
68
|
-
* javax.jcr.Property#JCR_DEFAULT_VALUES}</li> <li>{@link
|
|
69
|
-
* javax.jcr.Property#JCR_MULTIPLE}</li> </ul>A constant for the node type name <code>nt:childNodeDefinition</code> (in
|
|
70
|
-
* expanded form). Constants for the names of the properties declared by
|
|
71
|
-
* <code>nt:childNodeDefinition</code> are: <ul> <li>{@link
|
|
72
|
-
* javax.jcr.Property#JCR_NAME}</li> <li>{@link javax.jcr.Property#JCR_AUTOCREATED}</li>
|
|
73
|
-
* <li>{@link javax.jcr.Property#JCR_MANDATORY}</li> <li>{@link
|
|
74
|
-
* javax.jcr.Property#JCR_PROTECTED}</li> <li>{@link
|
|
75
|
-
* javax.jcr.Property#JCR_ON_PARENT_VERSION}</li> <li>{@link
|
|
76
|
-
* javax.jcr.Property#JCR_REQUIRED_PRIMARY_TYPES}</li> <li>{@link
|
|
77
|
-
* javax.jcr.Property#JCR_DEFAULT_PRIMARY_TYPE}</li> <li>{@link
|
|
78
|
-
* javax.jcr.Property#JCR_SAME_NAME_SIBLINGS}</li> </ul>A constant for the node type name <code>mix:shareable</code> (in expanded
|
|
79
|
-
* form).A constant for the node type name <code>mix:lockable</code> (in expanded
|
|
80
|
-
* form). Constants for the names of the properties declared by
|
|
81
|
-
* <code>mix:lockable</code> are: <ul> <li>{@link javax.jcr.Property#JCR_LOCK_OWNER}</li>
|
|
82
|
-
* <li>{@link javax.jcr.Property#JCR_LOCK_IS_DEEP}</li> </ul>A constant for the node type name <code>mix:lifecycle</code> (in expanded
|
|
83
|
-
* form). Constants for the names of the properties declared by
|
|
84
|
-
* <code>mix:lifecycle</code> are: <ul> <li>{@link javax.jcr.Property#JCR_LIFECYCLE_POLICY}</li>
|
|
85
|
-
* <li>{@link javax.jcr.Property#JCR_CURRENT_LIFECYCLE_STATE}</li> </ul>A constant for the node type name <code>mix:simpleVersionable</code> (in
|
|
86
|
-
* expanded form). A constant for the name of the property declared by
|
|
87
|
-
* <code>mix:simpleVersionable</code> is: <ul> <li>{@link
|
|
88
|
-
* javax.jcr.Property#JCR_IS_CHECKED_OUT}</li> </ul>A constant for the node type name <code>mix:versionable</code> (in
|
|
89
|
-
* expanded form). Constants for the names of the properties declared by
|
|
90
|
-
* <code>mix:versionable</code> are: <ul> <li>{@link
|
|
91
|
-
* javax.jcr.Property#JCR_VERSION_HISTORY}</li> <li>{@link
|
|
92
|
-
* javax.jcr.Property#JCR_BASE_VERSION}</li> <li>{@link
|
|
93
|
-
* javax.jcr.Property#JCR_PREDECESSORS}</li> <li>{@link
|
|
94
|
-
* javax.jcr.Property#JCR_MERGE_FAILED}</li> <li>{@link
|
|
95
|
-
* javax.jcr.Property#JCR_ACTIVITY}</li> <li>{@link javax.jcr.Property#JCR_CONFIGURATION}</li>
|
|
96
|
-
* </ul>A constant for the node type name <code>nt:versionHistory</code> (in
|
|
97
|
-
* expanded form). Constants for the names of the child items declared by
|
|
98
|
-
* <code>nt:versionHistory</code> are: <ul> <li>{@link
|
|
99
|
-
* javax.jcr.Property#JCR_VERSIONABLE_UUID}</li> <li>{@link
|
|
100
|
-
* javax.jcr.Property#JCR_COPIED_FROM}</li> <li>{@link
|
|
101
|
-
* javax.jcr.Node#JCR_ROOT_VERSION}</li> <li>{@link javax.jcr.Node#JCR_VERSION_LABELS}</li>
|
|
102
|
-
* </ul>A constant for the node type name <code>nt:version</code> (in expanded
|
|
103
|
-
* form). Constants for the names of the child items declared by
|
|
104
|
-
* <code>nt:version</code> are: <ul> <li>{@link javax.jcr.Property#JCR_CREATED}</li>
|
|
105
|
-
* <li>{@link javax.jcr.Property#JCR_PREDECESSORS}</li> <li>{@link
|
|
106
|
-
* javax.jcr.Property#JCR_SUCCESSORS}</li> <li>{@link
|
|
107
|
-
* javax.jcr.Property#JCR_ACTIVITY}</li> <li>{@link javax.jcr.Node#JCR_FROZEN_NODE}</li>
|
|
108
|
-
* </ul>A constant for the node type name <code>nt:frozenNode</code> (in expanded
|
|
109
|
-
* form). Constants for the names of the properties declared by
|
|
110
|
-
* <code>nt:frozenNode</code> are: <ul> <li>{@link javax.jcr.Property#JCR_FROZEN_PRIMARY_TYPE}</li>
|
|
111
|
-
* <li>{@link javax.jcr.Property#JCR_FROZEN_MIXIN_TYPES}</li> <li>{@link
|
|
112
|
-
* javax.jcr.Property#JCR_FROZEN_UUID}</li> </ul>A constant for the node type name <code>nt:versionedChild</code> (in
|
|
113
|
-
* expanded form). A constant for the name of the property declared by
|
|
114
|
-
* <code>nt:versionedChild</code> is: <ul> <li>{@link
|
|
115
|
-
* javax.jcr.Property#JCR_CHILD_VERSION_HISTORY}</li> </ul>A constant for the node type name <code>nt:activity</code> (in expanded
|
|
116
|
-
* form). A constant for the name of the property declared by
|
|
117
|
-
* <code>nt:activity</code> is: <ul> <li>{@link javax.jcr.Property#JCR_TITLE}</li>
|
|
118
|
-
* </ul>A constant for the node type name <code>nt:configuration</code> (in
|
|
119
|
-
* expanded form). A constant for the name of the property declared by
|
|
120
|
-
* <code>nt:configuration</code> are: <ul> <li>{@link
|
|
121
|
-
* javax.jcr.Property#JCR_ROOT}</li> </ul>A constant for the node type name <code>nt:query</code> (in expanded
|
|
122
|
-
* form). Constants for the names of the properties declared by
|
|
123
|
-
* <code>nt:query</code> are: <ul> <li>{@link javax.jcr.Property#JCR_STATEMENT}</li>
|
|
124
|
-
* <li>{@link javax.jcr.Property#JCR_LANGUAGE}</li> </ul>
|
|
125
|
-
* @since JCR 2.0
|
|
126
|
-
* @since JCR 2.0
|
|
127
|
-
* @since JCR 2.0
|
|
128
|
-
* @since JCR 2.0
|
|
129
|
-
* @since JCR 2.0
|
|
130
|
-
* @since JCR 2.0
|
|
131
|
-
* @since JCR 2.0
|
|
132
|
-
* @since JCR 2.0
|
|
133
|
-
* @since JCR 2.0
|
|
134
|
-
* @since JCR 2.0
|
|
135
|
-
* @since JCR 2.0
|
|
136
|
-
* @since JCR 2.0
|
|
137
|
-
* @since JCR 2.0
|
|
138
|
-
* @since JCR 2.0
|
|
139
|
-
* @since JCR 2.0
|
|
140
|
-
* @since JCR 2.0
|
|
141
|
-
* @since JCR 2.0
|
|
142
|
-
* @since JCR 2.0
|
|
143
|
-
* @since JCR 2.0
|
|
144
|
-
* @since JCR 2.0
|
|
145
|
-
* @since JCR 2.0
|
|
146
|
-
* @since JCR 2.0
|
|
147
|
-
* @since JCR 2.0
|
|
148
|
-
* @since JCR 2.0
|
|
149
|
-
* @since JCR 2.0
|
|
150
|
-
* @since JCR 2.0
|
|
151
|
-
* @since JCR 2.0
|
|
152
|
-
* @since JCR 2.0
|
|
153
|
-
* @since JCR 2.0
|
|
154
|
-
*/
|
|
155
|
-
export type NodeType = {
|
|
10
|
+
* registered in the repository.
|
|
11
|
+
|
|
12
|
+
*/
|
|
13
|
+
type NodeType = NodeTypeDefinition & {
|
|
156
14
|
/**
|
|
157
|
-
* Returns
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
*
|
|
161
|
-
*
|
|
162
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
163
|
-
* @return an array of <code>NodeType</code> objects.
|
|
164
|
-
* @see #getDeclaredSupertypes
|
|
15
|
+
* Returns <code>true</code> if the name of <i>this</i> node type or any of
|
|
16
|
+
* its direct or indirect supertypes is equal to <code>nodeTypeName</code>,
|
|
17
|
+
* otherwise returns <code>false</code>.
|
|
18
|
+
* @param nodeTypeName the name of a node type.
|
|
19
|
+
* @return a boolean
|
|
165
20
|
*/
|
|
166
|
-
|
|
21
|
+
isNodeType(nodeTypeName: string): boolean;
|
|
167
22
|
|
|
168
23
|
/**
|
|
169
|
-
*
|
|
170
|
-
*
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
*
|
|
174
|
-
*
|
|
175
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
176
|
-
* @return an array of <code>NodeType</code> objects.
|
|
177
|
-
* @see #getSupertypes
|
|
24
|
+
* A constant for the node type name <code>nt:base</code> (in expanded
|
|
25
|
+
* form). Constants for the names of the properties declared by
|
|
26
|
+
* <code>nt:base</code> are: <ul> <li>{@link javax.jcr.Property#JCR_PRIMARY_TYPE}</li>
|
|
27
|
+
* <li>{@link javax.jcr.Property#JCR_MIXIN_TYPES}</li> </ul>
|
|
28
|
+
* @since JCR 2.0
|
|
178
29
|
*/
|
|
179
|
-
|
|
30
|
+
NT_BASE: string;
|
|
180
31
|
|
|
181
32
|
/**
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
*
|
|
185
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
186
|
-
* @return a <code>NodeTypeIterator</code>.
|
|
187
|
-
* @see #getDeclaredSubtypes
|
|
33
|
+
* A constant for the node type name <code>nt:hierarchyNode</code> (in
|
|
34
|
+
* expanded form).
|
|
188
35
|
* @since JCR 2.0
|
|
189
36
|
*/
|
|
190
|
-
|
|
37
|
+
NT_HIERARCHY_NODE: string;
|
|
191
38
|
|
|
192
39
|
/**
|
|
193
|
-
*
|
|
194
|
-
*
|
|
195
|
-
* type in their list of supertypes.
|
|
196
|
-
*
|
|
197
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
198
|
-
* @return an <code>NodeTypeIterator</code>.
|
|
199
|
-
* @see #getSubtypes
|
|
40
|
+
* A constant for the node type name <code>nt:folder</code> (in expanded
|
|
41
|
+
* form).
|
|
200
42
|
* @since JCR 2.0
|
|
201
43
|
*/
|
|
202
|
-
|
|
44
|
+
NT_FOLDER: string;
|
|
203
45
|
|
|
204
46
|
/**
|
|
205
|
-
*
|
|
206
|
-
*
|
|
207
|
-
*
|
|
208
|
-
*
|
|
209
|
-
* @
|
|
47
|
+
* A constant for the node type name <code>nt:file</code> (in expanded
|
|
48
|
+
* form). A constant for the name of the child node declared by
|
|
49
|
+
* <code>nt:file</code> is: <ul> <li>{@link javax.jcr.Node#JCR_CONTENT}</li>
|
|
50
|
+
* </ul>
|
|
51
|
+
* @since JCR 2.0
|
|
210
52
|
*/
|
|
211
|
-
|
|
53
|
+
NT_FILE: string;
|
|
212
54
|
|
|
213
55
|
/**
|
|
214
|
-
*
|
|
215
|
-
*
|
|
216
|
-
*
|
|
217
|
-
*
|
|
218
|
-
*
|
|
219
|
-
* @return an array containing the property definitions.
|
|
220
|
-
* @see #getDeclaredPropertyDefinitions()
|
|
56
|
+
* A constant for the node type name <code>nt:linkedFile</code> (in expanded
|
|
57
|
+
* form). A constant for the name of the property declared by
|
|
58
|
+
* <code>nt:linkedFile</code> is: <ul> <li>{@link javax.jcr.Property#JCR_CONTENT}</li>
|
|
59
|
+
* </ul>
|
|
60
|
+
* @since JCR 2.0
|
|
221
61
|
*/
|
|
222
|
-
|
|
62
|
+
NT_LINKED_FILE: string;
|
|
223
63
|
|
|
224
64
|
/**
|
|
225
|
-
*
|
|
226
|
-
*
|
|
227
|
-
*
|
|
228
|
-
*
|
|
229
|
-
*
|
|
230
|
-
* @return an array containing the child node definitions.
|
|
231
|
-
* @see #getDeclaredChildNodeDefinitions()
|
|
65
|
+
* A constant for the node type name <code>nt:resource</code> (in expanded
|
|
66
|
+
* form). A constant for the name of the property declared by
|
|
67
|
+
* <code>nt:resource</code> is: <ul> <li>{@link javax.jcr.Property#JCR_DATA}</li>
|
|
68
|
+
* </ul>
|
|
69
|
+
* @since JCR 2.0
|
|
232
70
|
*/
|
|
233
|
-
|
|
71
|
+
NT_RESOURCE: string;
|
|
234
72
|
|
|
235
73
|
/**
|
|
236
|
-
*
|
|
237
|
-
*
|
|
238
|
-
*
|
|
239
|
-
*
|
|
240
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
241
|
-
* @param propertyName The name of the property
|
|
242
|
-
* @param value A <code>Value</code> object.
|
|
243
|
-
* @return a boolean
|
|
74
|
+
* A constant for the node type name <code>nt:unstructured</code> (in
|
|
75
|
+
* expanded form).
|
|
76
|
+
* @since JCR 2.0
|
|
244
77
|
*/
|
|
245
|
-
|
|
78
|
+
NT_UNSTRUCTURED: string;
|
|
246
79
|
|
|
247
80
|
/**
|
|
248
|
-
*
|
|
249
|
-
*
|
|
250
|
-
* <code>
|
|
251
|
-
*
|
|
252
|
-
*
|
|
253
|
-
* @
|
|
254
|
-
*
|
|
255
|
-
*
|
|
81
|
+
* A constant for the node type name <code>nt:address</code> (in expanded
|
|
82
|
+
* form). Constants for the names of the properties declared by
|
|
83
|
+
* <code>nt:base</code> are: <ul> <li>{@link javax.jcr.Property#JCR_PROTOCOL}</li>
|
|
84
|
+
* <li>{@link javax.jcr.Property#JCR_HOST}</li> <li>{@link
|
|
85
|
+
* javax.jcr.Property#JCR_PORT}</li> <li>{@link javax.jcr.Property#JCR_REPOSITORY}</li>
|
|
86
|
+
* <li>{@link javax.jcr.Property#JCR_WORKSPACE}</li> <li>{@link
|
|
87
|
+
* javax.jcr.Property#JCR_PATH}</li> <li>{@link javax.jcr.Property#JCR_ID}</li>
|
|
88
|
+
* </ul>
|
|
89
|
+
* @since JCR 2.0
|
|
256
90
|
*/
|
|
257
|
-
|
|
91
|
+
NT_ADDRESS: string;
|
|
258
92
|
|
|
259
93
|
/**
|
|
260
|
-
*
|
|
261
|
-
*
|
|
262
|
-
*
|
|
263
|
-
*
|
|
264
|
-
*
|
|
265
|
-
*
|
|
266
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
267
|
-
* @param childNodeName The name of the child node.
|
|
268
|
-
* @return a boolean
|
|
94
|
+
* A constant for the node type name <code>mix:referenceable</code> (in
|
|
95
|
+
* expanded form). A constant for the name of the property declared by
|
|
96
|
+
* <code>mix:referenceable</code> is: <ul> <li>{@link
|
|
97
|
+
* javax.jcr.Property#JCR_UUID}</li> </ul>
|
|
98
|
+
* @since JCR 2.0
|
|
269
99
|
*/
|
|
270
|
-
|
|
100
|
+
MIX_REFERENCEABLE: string;
|
|
271
101
|
|
|
272
102
|
/**
|
|
273
|
-
*
|
|
274
|
-
*
|
|
275
|
-
* <code>
|
|
276
|
-
*
|
|
277
|
-
*
|
|
278
|
-
* @param childNodeName The name of the child node.
|
|
279
|
-
* @param nodeTypeName The name of the node type of the child node.
|
|
280
|
-
* @return a boolean
|
|
103
|
+
* A constant for the node type name <code>mix:title</code> (in expanded
|
|
104
|
+
* form). Constants for the names of the properties declared by
|
|
105
|
+
* <code>mix:title</code> are: <ul> <li>{@link javax.jcr.Property#JCR_TITLE}</li>
|
|
106
|
+
* <li>{@link javax.jcr.Property#JCR_DESCRIPTION}</li> </ul>
|
|
107
|
+
* @since JCR 2.0
|
|
281
108
|
*/
|
|
282
|
-
|
|
109
|
+
MIX_TITLE: string;
|
|
283
110
|
|
|
284
111
|
/**
|
|
285
|
-
*
|
|
286
|
-
*
|
|
287
|
-
* <code>
|
|
288
|
-
*
|
|
289
|
-
*
|
|
290
|
-
* @param itemName The name of the child item
|
|
291
|
-
* @return a boolean
|
|
292
|
-
* @deprecated As of JCR 2.0, clients should use {@link #canRemoveNode(String)} and {@link #canRemoveProperty(String)} instead.
|
|
112
|
+
* A constant for the node type name <code>mix:created</code> (in expanded
|
|
113
|
+
* form). Constants for the names of the properties declared by
|
|
114
|
+
* <code>mix:created</code> are: <ul> <li>{@link javax.jcr.Property#JCR_CREATED}</li>
|
|
115
|
+
* <li>{@link javax.jcr.Property#JCR_CREATED_BY}</li> </ul>
|
|
116
|
+
* @since JCR 2.0
|
|
293
117
|
*/
|
|
294
|
-
|
|
118
|
+
MIX_CREATED: string;
|
|
295
119
|
|
|
296
120
|
/**
|
|
297
|
-
*
|
|
298
|
-
*
|
|
299
|
-
* <code>
|
|
300
|
-
*
|
|
301
|
-
*
|
|
302
|
-
* @param nodeName The name of the child node
|
|
303
|
-
* @return a boolean
|
|
121
|
+
* A constant for the node type name <code>mix:lastModified</code> (in
|
|
122
|
+
* expanded form). Constants for the names of the properties declared by
|
|
123
|
+
* <code>mix:lastModified</code> are: <ul> <li>{@link
|
|
124
|
+
* javax.jcr.Property#JCR_LAST_MODIFIED}</li> <li>{@link
|
|
125
|
+
* javax.jcr.Property#JCR_LAST_MODIFIED_BY}</li> </ul>
|
|
304
126
|
* @since JCR 2.0
|
|
305
127
|
*/
|
|
306
|
-
|
|
128
|
+
MIX_LAST_MODIFIED: string;
|
|
307
129
|
|
|
308
130
|
/**
|
|
309
|
-
*
|
|
310
|
-
*
|
|
311
|
-
* <code>
|
|
312
|
-
*
|
|
313
|
-
*
|
|
314
|
-
|
|
315
|
-
|
|
131
|
+
* A constant for the node type name <code>mix:language</code> (in expanded
|
|
132
|
+
* form). A constant for the name of the property declared by
|
|
133
|
+
* <code>mix:language</code> is: <ul> <li>{@link javax.jcr.Property#JCR_LANGUAGE}</li>
|
|
134
|
+
* </ul>
|
|
135
|
+
* @since JCR 2.0
|
|
136
|
+
*/
|
|
137
|
+
MIX_LANGUAGE: string;
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* A constant for the node type name <code>mix:mimeType</code> (in expanded
|
|
141
|
+
* form). Constants for the names of the properties declared by
|
|
142
|
+
* <code>mix:mimeType</code> are: <ul> <li>{@link javax.jcr.Property#JCR_MIMETYPE}</li>
|
|
143
|
+
* <li>{@link javax.jcr.Property#JCR_ENCODING}</li> </ul>
|
|
144
|
+
* @since JCR 2.0
|
|
145
|
+
*/
|
|
146
|
+
MIX_MIMETYPE: string;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* A constant for the node type name <code>nt:nodeType</code> (in expanded
|
|
150
|
+
* form). Constants for the names of the child items declared by
|
|
151
|
+
* <code>nt:nodeType</code> are: <ul> <li>{@link javax.jcr.Property#JCR_NODE_TYPE_NAME}</li>
|
|
152
|
+
* <li>{@link javax.jcr.Property#JCR_SUPERTYPES}</li> <li>{@link
|
|
153
|
+
* javax.jcr.Property#JCR_IS_ABSTRACT}</li> <li>{@link
|
|
154
|
+
* javax.jcr.Property#JCR_IS_MIXIN}</li> <li>{@link javax.jcr.Property#JCR_HAS_ORDERABLE_CHILD_NODES}</li>
|
|
155
|
+
* <li>{@link javax.jcr.Property#JCR_PRIMARY_ITEM_NAME}</li> <li>{@link
|
|
156
|
+
* javax.jcr.Node#JCR_PROPERTY_DEFINITION}</li> <li>{@link
|
|
157
|
+
* javax.jcr.Node#JCR_CHILD_NODE_DEFINITION}</li> </ul>
|
|
316
158
|
* @since JCR 2.0
|
|
317
159
|
*/
|
|
318
|
-
|
|
160
|
+
NT_NODE_TYPE: string;
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* A constant for the node type name <code>nt:propertyDefinition</code> (in
|
|
164
|
+
* expanded form). Constants for the names of the properties declared by
|
|
165
|
+
* <code>nt:propertyDefinition</code> are: <ul> <li>{@link
|
|
166
|
+
* javax.jcr.Property#JCR_NAME}</li> <li>{@link javax.jcr.Property#JCR_AUTOCREATED}</li>
|
|
167
|
+
* <li>{@link javax.jcr.Property#JCR_MANDATORY}</li> <li>{@link
|
|
168
|
+
* javax.jcr.Property#JCR_PROTECTED}</li> <li>{@link
|
|
169
|
+
* javax.jcr.Property#JCR_ON_PARENT_VERSION}</li> <li>{@link
|
|
170
|
+
* javax.jcr.Property#JCR_REQUIRED_TYPE}</li> <li>{@link
|
|
171
|
+
* javax.jcr.Property#JCR_VALUE_CONSTRAINTS}</li> <li>{@link
|
|
172
|
+
* javax.jcr.Property#JCR_DEFAULT_VALUES}</li> <li>{@link
|
|
173
|
+
* javax.jcr.Property#JCR_MULTIPLE}</li> </ul>
|
|
174
|
+
* @since JCR 2.0
|
|
175
|
+
*/
|
|
176
|
+
NT_PROPERTY_DEFINITION: string;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* A constant for the node type name <code>nt:childNodeDefinition</code> (in
|
|
180
|
+
* expanded form). Constants for the names of the properties declared by
|
|
181
|
+
* <code>nt:childNodeDefinition</code> are: <ul> <li>{@link
|
|
182
|
+
* javax.jcr.Property#JCR_NAME}</li> <li>{@link javax.jcr.Property#JCR_AUTOCREATED}</li>
|
|
183
|
+
* <li>{@link javax.jcr.Property#JCR_MANDATORY}</li> <li>{@link
|
|
184
|
+
* javax.jcr.Property#JCR_PROTECTED}</li> <li>{@link
|
|
185
|
+
* javax.jcr.Property#JCR_ON_PARENT_VERSION}</li> <li>{@link
|
|
186
|
+
* javax.jcr.Property#JCR_REQUIRED_PRIMARY_TYPES}</li> <li>{@link
|
|
187
|
+
* javax.jcr.Property#JCR_DEFAULT_PRIMARY_TYPE}</li> <li>{@link
|
|
188
|
+
* javax.jcr.Property#JCR_SAME_NAME_SIBLINGS}</li> </ul>
|
|
189
|
+
* @since JCR 2.0
|
|
190
|
+
*/
|
|
191
|
+
NT_CHILD_NODE_DEFINITION: string;
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* A constant for the node type name <code>mix:shareable</code> (in expanded
|
|
195
|
+
* form).
|
|
196
|
+
* @since JCR 2.0
|
|
197
|
+
*/
|
|
198
|
+
MIX_SHAREABLE: string;
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* A constant for the node type name <code>mix:lockable</code> (in expanded
|
|
202
|
+
* form). Constants for the names of the properties declared by
|
|
203
|
+
* <code>mix:lockable</code> are: <ul> <li>{@link javax.jcr.Property#JCR_LOCK_OWNER}</li>
|
|
204
|
+
* <li>{@link javax.jcr.Property#JCR_LOCK_IS_DEEP}</li> </ul>
|
|
205
|
+
* @since JCR 2.0
|
|
206
|
+
*/
|
|
207
|
+
MIX_LOCKABLE: string;
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* A constant for the node type name <code>mix:lifecycle</code> (in expanded
|
|
211
|
+
* form). Constants for the names of the properties declared by
|
|
212
|
+
* <code>mix:lifecycle</code> are: <ul> <li>{@link javax.jcr.Property#JCR_LIFECYCLE_POLICY}</li>
|
|
213
|
+
* <li>{@link javax.jcr.Property#JCR_CURRENT_LIFECYCLE_STATE}</li> </ul>
|
|
214
|
+
* @since JCR 2.0
|
|
215
|
+
*/
|
|
216
|
+
MIX_LIFECYCLE: string;
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* A constant for the node type name <code>mix:simpleVersionable</code> (in
|
|
220
|
+
* expanded form). A constant for the name of the property declared by
|
|
221
|
+
* <code>mix:simpleVersionable</code> is: <ul> <li>{@link
|
|
222
|
+
* javax.jcr.Property#JCR_IS_CHECKED_OUT}</li> </ul>
|
|
223
|
+
* @since JCR 2.0
|
|
224
|
+
*/
|
|
225
|
+
MIX_SIMPLE_VERSIONABLE: string;
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* A constant for the node type name <code>mix:versionable</code> (in
|
|
229
|
+
* expanded form). Constants for the names of the properties declared by
|
|
230
|
+
* <code>mix:versionable</code> are: <ul> <li>{@link
|
|
231
|
+
* javax.jcr.Property#JCR_VERSION_HISTORY}</li> <li>{@link
|
|
232
|
+
* javax.jcr.Property#JCR_BASE_VERSION}</li> <li>{@link
|
|
233
|
+
* javax.jcr.Property#JCR_PREDECESSORS}</li> <li>{@link
|
|
234
|
+
* javax.jcr.Property#JCR_MERGE_FAILED}</li> <li>{@link
|
|
235
|
+
* javax.jcr.Property#JCR_ACTIVITY}</li> <li>{@link javax.jcr.Property#JCR_CONFIGURATION}</li>
|
|
236
|
+
* </ul>
|
|
237
|
+
* @since JCR 2.0
|
|
238
|
+
*/
|
|
239
|
+
MIX_VERSIONABLE: string;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* A constant for the node type name <code>nt:versionHistory</code> (in
|
|
243
|
+
* expanded form). Constants for the names of the child items declared by
|
|
244
|
+
* <code>nt:versionHistory</code> are: <ul> <li>{@link
|
|
245
|
+
* javax.jcr.Property#JCR_VERSIONABLE_UUID}</li> <li>{@link
|
|
246
|
+
* javax.jcr.Property#JCR_COPIED_FROM}</li> <li>{@link
|
|
247
|
+
* javax.jcr.Node#JCR_ROOT_VERSION}</li> <li>{@link javax.jcr.Node#JCR_VERSION_LABELS}</li>
|
|
248
|
+
* </ul>
|
|
249
|
+
* @since JCR 2.0
|
|
250
|
+
*/
|
|
251
|
+
NT_VERSION_HISTORY: string;
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* A constant for the node type name <code>nt:version</code> (in expanded
|
|
255
|
+
* form). Constants for the names of the child items declared by
|
|
256
|
+
* <code>nt:version</code> are: <ul> <li>{@link javax.jcr.Property#JCR_CREATED}</li>
|
|
257
|
+
* <li>{@link javax.jcr.Property#JCR_PREDECESSORS}</li> <li>{@link
|
|
258
|
+
* javax.jcr.Property#JCR_SUCCESSORS}</li> <li>{@link
|
|
259
|
+
* javax.jcr.Property#JCR_ACTIVITY}</li> <li>{@link javax.jcr.Node#JCR_FROZEN_NODE}</li>
|
|
260
|
+
* </ul>
|
|
261
|
+
* @since JCR 2.0
|
|
262
|
+
*/
|
|
263
|
+
NT_VERSION: string;
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* A constant for the node type name <code>nt:frozenNode</code> (in expanded
|
|
267
|
+
* form). Constants for the names of the properties declared by
|
|
268
|
+
* <code>nt:frozenNode</code> are: <ul> <li>{@link javax.jcr.Property#JCR_FROZEN_PRIMARY_TYPE}</li>
|
|
269
|
+
* <li>{@link javax.jcr.Property#JCR_FROZEN_MIXIN_TYPES}</li> <li>{@link
|
|
270
|
+
* javax.jcr.Property#JCR_FROZEN_UUID}</li> </ul>
|
|
271
|
+
* @since JCR 2.0
|
|
272
|
+
*/
|
|
273
|
+
NT_FROZEN_NODE: string;
|
|
274
|
+
|
|
275
|
+
/**
|
|
276
|
+
* A constant for the node type name <code>nt:versionedChild</code> (in
|
|
277
|
+
* expanded form). A constant for the name of the property declared by
|
|
278
|
+
* <code>nt:versionedChild</code> is: <ul> <li>{@link
|
|
279
|
+
* javax.jcr.Property#JCR_CHILD_VERSION_HISTORY}</li> </ul>
|
|
280
|
+
* @since JCR 2.0
|
|
281
|
+
*/
|
|
282
|
+
NT_VERSIONED_CHILD: string;
|
|
283
|
+
|
|
284
|
+
/**
|
|
285
|
+
* A constant for the node type name <code>nt:activity</code> (in expanded
|
|
286
|
+
* form). A constant for the name of the property declared by
|
|
287
|
+
* <code>nt:activity</code> is: <ul> <li>{@link javax.jcr.Property#JCR_TITLE}</li>
|
|
288
|
+
* </ul>
|
|
289
|
+
* @since JCR 2.0
|
|
290
|
+
*/
|
|
291
|
+
NT_ACTIVITY: string;
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* A constant for the node type name <code>nt:configuration</code> (in
|
|
295
|
+
* expanded form). A constant for the name of the property declared by
|
|
296
|
+
* <code>nt:configuration</code> are: <ul> <li>{@link
|
|
297
|
+
* javax.jcr.Property#JCR_ROOT}</li> </ul>
|
|
298
|
+
* @since JCR 2.0
|
|
299
|
+
*/
|
|
300
|
+
NT_CONFIGURATION: string;
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* A constant for the node type name <code>nt:query</code> (in expanded
|
|
304
|
+
* form). Constants for the names of the properties declared by
|
|
305
|
+
* <code>nt:query</code> are: <ul> <li>{@link javax.jcr.Property#JCR_STATEMENT}</li>
|
|
306
|
+
* <li>{@link javax.jcr.Property#JCR_LANGUAGE}</li> </ul>
|
|
307
|
+
* @since JCR 2.0
|
|
308
|
+
*/
|
|
309
|
+
NT_QUERY: string;
|
|
319
310
|
};
|
|
311
|
+
|
|
312
|
+
export = NodeType;
|
|
@@ -5,17 +5,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _default = {
|
|
8
|
-
|
|
9
|
-
getDeclaredSupertypes: function getDeclaredSupertypes() {},
|
|
10
|
-
getSubtypes: function getSubtypes() {},
|
|
11
|
-
getDeclaredSubtypes: function getDeclaredSubtypes() {},
|
|
12
|
-
isNodeType: function isNodeType() {},
|
|
13
|
-
getPropertyDefinitions: function getPropertyDefinitions() {},
|
|
14
|
-
getChildNodeDefinitions: function getChildNodeDefinitions() {},
|
|
15
|
-
canSetProperty: function canSetProperty() {},
|
|
16
|
-
canAddChildNode: function canAddChildNode() {},
|
|
17
|
-
canRemoveItem: function canRemoveItem() {},
|
|
18
|
-
canRemoveNode: function canRemoveNode() {},
|
|
19
|
-
canRemoveProperty: function canRemoveProperty() {}
|
|
8
|
+
isNodeType: function isNodeType() {}
|
|
20
9
|
};
|
|
21
10
|
exports["default"] = _default;
|