@sitevision/api 2.0.0-alpha.0 → 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/common/router/index.d.ts +4 -4
- 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 -109
- 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/server/appData/index.d.ts +1 -1
- package/server/appResource/index.d.ts +1 -1
- package/server/globalAppData/index.d.ts +1 -1
- package/server/oauth2/index.d.ts +1 -1
- package/server/privileged/index.d.ts +2 -0
- package/{hidden → types}/javax/jcr/Binary/index.d.ts +3 -23
- package/{hidden → types}/javax/jcr/Binary/index.js +0 -1
- package/{hidden → types}/javax/jcr/Credentials/index.d.ts +3 -3
- package/{hidden → types}/javax/jcr/Credentials/index.js +0 -0
- package/{hidden → types}/javax/jcr/ImportUUIDBehavior/index.d.ts +27 -3
- package/{hidden → types}/javax/jcr/ImportUUIDBehavior/index.js +0 -0
- package/{hidden → types}/javax/jcr/Item/index.d.ts +6 -121
- package/{hidden → types}/javax/jcr/Item/index.js +0 -6
- package/{hidden → types}/javax/jcr/ItemVisitor/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/ItemVisitor/index.js +0 -0
- package/types/javax/jcr/NamespaceRegistry/index.d.ts +109 -0
- package/{hidden → types}/javax/jcr/NamespaceRegistry/index.js +0 -2
- package/types/javax/jcr/Node/index.d.ts +334 -0
- package/types/javax/jcr/Node/index.js +23 -0
- package/{hidden → types}/javax/jcr/NodeIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/NodeIterator/index.js +0 -0
- package/types/javax/jcr/Property/index.d.ts +675 -0
- package/{hidden → types}/javax/jcr/Property/index.js +0 -5
- package/{hidden → types}/javax/jcr/PropertyIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/PropertyIterator/index.js +0 -0
- package/types/javax/jcr/RangeIterator/index.d.ts +10 -0
- package/{hidden/javax/jcr/query/qom/Constraint → types/javax/jcr/RangeIterator}/index.js +0 -0
- package/types/javax/jcr/Repository/index.d.ts +511 -0
- package/types/javax/jcr/Repository/index.js +12 -0
- package/{hidden → types}/javax/jcr/RepositoryFactory/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/RepositoryFactory/index.js +0 -0
- package/{hidden → types}/javax/jcr/Value/index.d.ts +4 -33
- package/{hidden → types}/javax/jcr/Value/index.js +0 -2
- package/types/javax/jcr/ValueFactory/index.d.ts +74 -0
- package/types/javax/jcr/ValueFactory/index.js +10 -0
- package/types/javax/jcr/Workspace/index.d.ts +190 -0
- package/types/javax/jcr/Workspace/index.js +15 -0
- package/{hidden → types}/javax/jcr/lock/Lock/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/lock/Lock/index.js +0 -0
- package/{hidden → types}/javax/jcr/lock/LockManager/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/lock/LockManager/index.js +0 -0
- package/types/javax/jcr/nodetype/ItemDefinition/index.d.ts +29 -0
- package/types/javax/jcr/nodetype/ItemDefinition/index.js +10 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeDefinition/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/nodetype/NodeDefinition/index.js +0 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/nodetype/NodeDefinitionTemplate/index.js +0 -0
- package/types/javax/jcr/nodetype/NodeType/index.d.ts +312 -0
- package/types/javax/jcr/nodetype/NodeType/index.js +10 -0
- package/types/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +61 -0
- package/types/javax/jcr/nodetype/NodeTypeDefinition/index.js +12 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/nodetype/NodeTypeIterator/index.js +0 -0
- package/types/javax/jcr/nodetype/NodeTypeManager/index.d.ts +57 -0
- package/types/javax/jcr/nodetype/NodeTypeManager/index.js +14 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/nodetype/NodeTypeTemplate/index.js +0 -0
- package/types/javax/jcr/nodetype/PropertyDefinition/index.d.ts +28 -0
- package/types/javax/jcr/nodetype/PropertyDefinition/index.js +10 -0
- package/{hidden → types}/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/nodetype/PropertyDefinitionTemplate/index.js +0 -0
- package/{hidden → types}/javax/jcr/observation/Event/index.d.ts +85 -44
- package/{hidden → types}/javax/jcr/observation/Event/index.js +0 -0
- package/{hidden → types}/javax/jcr/observation/EventIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/observation/EventIterator/index.js +0 -0
- package/{hidden → types}/javax/jcr/observation/EventJournal/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/observation/EventJournal/index.js +0 -0
- package/{hidden → types}/javax/jcr/observation/EventListener/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/observation/EventListener/index.js +0 -0
- package/{hidden → types}/javax/jcr/observation/EventListenerIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/observation/EventListenerIterator/index.js +0 -0
- package/{hidden → types}/javax/jcr/observation/ObservationManager/index.d.ts +6 -6
- package/{hidden → types}/javax/jcr/observation/ObservationManager/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/Query/index.d.ts +35 -14
- package/{hidden → types}/javax/jcr/query/Query/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/QueryManager/index.d.ts +6 -6
- package/{hidden → types}/javax/jcr/query/QueryManager/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/QueryResult/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/query/QueryResult/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/Row/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/query/Row/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/RowIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/query/RowIterator/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/And/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/And/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/BindVariableValue/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/BindVariableValue/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/ChildNode/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/ChildNode/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/ChildNodeJoinCondition/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Column/index.d.ts +3 -3
- package/{hidden → types}/javax/jcr/query/qom/Column/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Comparison/index.d.ts +6 -6
- package/{hidden → types}/javax/jcr/query/qom/Comparison/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Constraint/index.d.ts +3 -3
- package/{hidden/javax/jcr/query/qom/DynamicOperand → types/javax/jcr/query/qom/Constraint}/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/DescendantNode/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/DescendantNode/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/DescendantNodeJoinCondition/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/DynamicOperand/index.d.ts +4 -4
- package/{hidden/javax/jcr/query/qom/JoinCondition → types/javax/jcr/query/qom/DynamicOperand}/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/EquiJoinCondition/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/FullTextSearch/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/query/qom/FullTextSearch/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/FullTextSearchScore/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Join/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/query/qom/Join/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/JoinCondition/index.d.ts +3 -3
- package/{hidden/javax/jcr/query/qom/Operand → types/javax/jcr/query/qom/JoinCondition}/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Length/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/query/qom/Length/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Literal/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/query/qom/Literal/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/LowerCase/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/LowerCase/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/NodeLocalName/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/NodeLocalName/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/NodeName/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/NodeName/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Not/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/Not/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Operand/index.d.ts +3 -3
- package/{hidden/javax/jcr/query/qom/QueryObjectModelConstants → types/javax/jcr/query/qom/Operand}/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Or/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/Or/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Ordering/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/Ordering/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/PropertyExistence/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/PropertyExistence/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/PropertyValue/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/PropertyValue/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/QueryObjectModel/index.d.ts +8 -8
- package/{hidden → types}/javax/jcr/query/qom/QueryObjectModel/index.js +0 -0
- package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +83 -0
- package/{hidden/javax/jcr/query/qom/Source → types/javax/jcr/query/qom/QueryObjectModelConstants}/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +37 -37
- package/{hidden → types}/javax/jcr/query/qom/QueryObjectModelFactory/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/SameNode/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/SameNode/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/SameNodeJoinCondition/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Selector/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/Selector/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Source/index.d.ts +3 -3
- package/{hidden/javax/jcr/query/qom/StaticOperand → types/javax/jcr/query/qom/Source}/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/StaticOperand/index.d.ts +4 -4
- package/{hidden/javax/jcr/security/AccessControlPolicy → types/javax/jcr/query/qom/StaticOperand}/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/UpperCase/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/UpperCase/index.js +0 -0
- package/{hidden → types}/javax/jcr/retention/Hold/index.d.ts +3 -3
- package/{hidden → types}/javax/jcr/retention/Hold/index.js +0 -0
- package/{hidden → types}/javax/jcr/retention/RetentionManager/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/retention/RetentionManager/index.js +0 -0
- package/{hidden → types}/javax/jcr/retention/RetentionPolicy/index.d.ts +3 -3
- package/{hidden → types}/javax/jcr/retention/RetentionPolicy/index.js +0 -0
- package/{hidden → types}/javax/jcr/security/AccessControlEntry/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/security/AccessControlEntry/index.js +0 -0
- package/{hidden → types}/javax/jcr/security/AccessControlList/index.d.ts +6 -6
- package/{hidden → types}/javax/jcr/security/AccessControlList/index.js +0 -0
- package/{hidden → types}/javax/jcr/security/AccessControlManager/index.d.ts +6 -6
- package/{hidden → types}/javax/jcr/security/AccessControlManager/index.js +0 -0
- package/{hidden → types}/javax/jcr/security/AccessControlPolicy/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/metadata/value/LinkValue → types/javax/jcr/security/AccessControlPolicy}/index.js +0 -0
- package/{hidden → types}/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/security/AccessControlPolicyIterator/index.js +0 -0
- package/{hidden → types}/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/security/NamedAccessControlPolicy/index.js +0 -0
- package/{hidden → types}/javax/jcr/security/Privilege/index.d.ts +130 -46
- package/{hidden → types}/javax/jcr/security/Privilege/index.js +0 -0
- package/{hidden → types}/javax/jcr/version/Version/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/version/Version/index.js +0 -0
- package/{hidden → types}/javax/jcr/version/VersionHistory/index.d.ts +7 -7
- package/{hidden → types}/javax/jcr/version/VersionHistory/index.js +0 -0
- package/{hidden → types}/javax/jcr/version/VersionIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/version/VersionIterator/index.js +0 -0
- package/{hidden → types}/javax/jcr/version/VersionManager/index.d.ts +7 -7
- package/{hidden → types}/javax/jcr/version/VersionManager/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/base/Builder/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/base/Builder/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/base/Filter/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/base/Filter/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/base/FilterSplit/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/base/FilterSplit/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/base/Loadable/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/base/Loadable/index.js +0 -0
- 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/{hidden → types}/senselogic/sitevision/api/base/Resolver/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/base/Resolver/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/base/Wrapper/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/base/Wrapper/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +13 -9
- package/{hidden → types}/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatter/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatter/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +5 -5
- package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatterBuilder/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/i18n/Currency/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/i18n/Currency/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +5 -5
- package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkProcessor/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkRenderData/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkRenderData/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/mail/Mail/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/mail/Mail/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/message/MessageTextLinker/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/message/MessageTextLinker/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/metadata/value/LinkValue/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/metadata/value/RelatedValue → types/senselogic/sitevision/api/metadata/value/LinkValue}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/metadata/value/RelatedValue/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/render/velocity/VelocityAccess → types/senselogic/sitevision/api/metadata/value/RelatedValue}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/property/VersionedPropertyUtil/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/property/VersionedPropertyUtil/index.js +0 -0
- 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/{hidden → types}/senselogic/sitevision/api/render/ImageScaler/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/render/ImageScaler/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/render/TextModuleRenderer/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/render/TextModuleRenderer/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityAccess/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/search/searcher/component/Filter → types/senselogic/sitevision/api/render/velocity/VelocityAccess}/index.js +0 -0
- 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/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityContext/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityContext/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/script/RequesterChainable/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/script/app/RestAppInvoker/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/script/app/RestAppInvoker/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/script/factory/TypedArgument/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/script/factory/TypedArgument/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +24 -4
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/SearchFieldUtil/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/search/SearchFieldUtil/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/SearchHighlighter/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/search/SearchHighlighter/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/SearchHit/index.d.ts +19 -5
- package/{hidden → types}/senselogic/sitevision/api/search/SearchHit/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/SearchResult/index.d.ts +31 -9
- package/{hidden → types}/senselogic/sitevision/api/search/SearchResult/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetField/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetField/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetValue/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetValue/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/Searcher/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/Searcher/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Filter/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/search/searcher/component/Highlight → types/senselogic/sitevision/api/search/searcher/component/Filter}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Highlight/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/search/searcher/component/Monitor → types/senselogic/sitevision/api/search/searcher/component/Highlight}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Monitor/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/search/searcher/component/Parser → types/senselogic/sitevision/api/search/searcher/component/Monitor}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Parser/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/search/searcher/component/Sort → types/senselogic/sitevision/api/search/searcher/component/Parser}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Sort/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/search/searcher/component/SpellCheck → types/senselogic/sitevision/api/search/searcher/component/Sort}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/webresource/LinkTarget → types/senselogic/sitevision/api/search/searcher/component/SpellCheck}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/sort/CustomSort/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/search/sort/CustomSort/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/DirectoryAttributes/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/security/DirectoryAttributes/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/MessageDigester/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/security/MessageDigester/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/RoleAssignment/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/security/RoleAssignment/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/RoleMatcher/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/security/RoleMatcher/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/SecretStore/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/security/SecretStore/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/UserUtil/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/security/UserUtil/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +35 -5
- package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +5 -5
- package/{hidden → types}/senselogic/sitevision/api/user/UserIdentityWrapper/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/webresource/LinkTarget/index.d.ts +3 -3
- package/types/senselogic/sitevision/api/webresource/LinkTarget/index.js +8 -0
- package/{hidden → types}/senselogic/sitevision/api/xml/XmlElement/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/xml/XmlElement/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/xml/XmlElementHandler/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/xml/XmlElementHandler/index.js +0 -0
- package/hidden/javax/jcr/NamespaceRegistry/index.d.ts +0 -85
- package/hidden/javax/jcr/Node/index.d.ts +0 -1805
- package/hidden/javax/jcr/Node/index.js +0 -56
- package/hidden/javax/jcr/Property/index.d.ts +0 -677
- package/hidden/javax/jcr/RangeIterator/index.d.ts +0 -52
- package/hidden/javax/jcr/RangeIterator/index.js +0 -12
- package/hidden/javax/jcr/Repository/index.d.ts +0 -311
- package/hidden/javax/jcr/Repository/index.js +0 -16
- package/hidden/javax/jcr/Session/index.d.ts +0 -1107
- package/hidden/javax/jcr/ValueFactory/index.d.ts +0 -144
- package/hidden/javax/jcr/ValueFactory/index.js +0 -11
- package/hidden/javax/jcr/Workspace/index.d.ts +0 -666
- package/hidden/javax/jcr/Workspace/index.js +0 -26
- package/hidden/javax/jcr/nodetype/ItemDefinition/index.d.ts +0 -132
- package/hidden/javax/jcr/nodetype/ItemDefinition/index.js +0 -15
- package/hidden/javax/jcr/nodetype/NodeType/index.d.ts +0 -321
- package/hidden/javax/jcr/nodetype/NodeType/index.js +0 -21
- package/hidden/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +0 -165
- package/hidden/javax/jcr/nodetype/NodeTypeDefinition/index.js +0 -18
- package/hidden/javax/jcr/nodetype/NodeTypeManager/index.d.ts +0 -180
- package/hidden/javax/jcr/nodetype/NodeTypeManager/index.js +0 -21
- package/hidden/javax/jcr/nodetype/PropertyDefinition/index.d.ts +0 -297
- package/hidden/javax/jcr/nodetype/PropertyDefinition/index.js +0 -16
- package/hidden/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +0 -11
- package/hidden/senselogic/sitevision/api/Utils/index.d.ts +0 -753
- package/hidden/senselogic/sitevision/api/alias/AliasUtil/index.d.ts +0 -22
- package/hidden/senselogic/sitevision/api/bookmark/BookmarkUtil/index.d.ts +0 -87
- package/hidden/senselogic/sitevision/api/client/ClientUtil/index.d.ts +0 -23
- package/hidden/senselogic/sitevision/api/collaboration/CollaborationFactory/index.d.ts +0 -49
- package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupFolderUtil/index.d.ts +0 -39
- package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupTemplateUtil/index.d.ts +0 -58
- package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupUtil/index.d.ts +0 -99
- package/hidden/senselogic/sitevision/api/context/PortletContextUtil/index.d.ts +0 -112
- package/hidden/senselogic/sitevision/api/cookie/SiteCookieUtil/index.d.ts +0 -166
- package/hidden/senselogic/sitevision/api/date/DateUtil/index.d.ts +0 -153
- package/hidden/senselogic/sitevision/api/date/TimestampUtil/index.d.ts +0 -121
- package/hidden/senselogic/sitevision/api/device/DeviceUtil/index.d.ts +0 -33
- package/hidden/senselogic/sitevision/api/format/FormatterBuilderFactory/index.d.ts +0 -89
- package/hidden/senselogic/sitevision/api/i18n/CurrencyFactory/index.d.ts +0 -81
- package/hidden/senselogic/sitevision/api/i18n/LocaleUtil/index.d.ts +0 -412
- package/hidden/senselogic/sitevision/api/i18n/TranslationUtil/index.d.ts +0 -110
- package/hidden/senselogic/sitevision/api/log/LogUtil/index.d.ts +0 -128
- package/hidden/senselogic/sitevision/api/mail/MailBuilder/index.d.ts +0 -221
- package/hidden/senselogic/sitevision/api/mail/MailUtil/index.d.ts +0 -72
- package/hidden/senselogic/sitevision/api/metadata/MetadataDefinitionUtil/index.d.ts +0 -109
- package/hidden/senselogic/sitevision/api/metadata/MetadataUtil/index.d.ts +0 -356
- package/hidden/senselogic/sitevision/api/metadata/builder/LinkValueBuilder/index.d.ts +0 -131
- package/hidden/senselogic/sitevision/api/metadata/builder/RelatedValueBuilder/index.d.ts +0 -89
- package/hidden/senselogic/sitevision/api/node/ContentNodeUtil/index.d.ts +0 -57
- package/hidden/senselogic/sitevision/api/node/NodeComparatorUtil/index.d.ts +0 -235
- package/hidden/senselogic/sitevision/api/node/NodeFactoryUtil/index.d.ts +0 -29
- package/hidden/senselogic/sitevision/api/node/NodeFilterUtil/index.d.ts +0 -781
- package/hidden/senselogic/sitevision/api/node/NodeIteratorUtil/index.d.ts +0 -231
- package/hidden/senselogic/sitevision/api/node/NodeResolverUtil/index.d.ts +0 -406
- package/hidden/senselogic/sitevision/api/node/NodeTreeUtil/index.d.ts +0 -232
- package/hidden/senselogic/sitevision/api/node/NodeTypeUtil/index.d.ts +0 -549
- package/hidden/senselogic/sitevision/api/node/builder/CompoundAndFilterBuilder/index.d.ts +0 -54
- package/hidden/senselogic/sitevision/api/node/builder/CompoundComparatorBuilder/index.d.ts +0 -53
- package/hidden/senselogic/sitevision/api/node/builder/CompoundOrFilterBuilder/index.d.ts +0 -53
- package/hidden/senselogic/sitevision/api/node/builder/TemporaryFileNodeBuilder/index.d.ts +0 -57
- package/hidden/senselogic/sitevision/api/node/builder/TemporaryNodeBuilder/index.d.ts +0 -177
- package/hidden/senselogic/sitevision/api/property/OfflineVersionPropertyUtil/index.d.ts +0 -31
- package/hidden/senselogic/sitevision/api/property/OnlineVersionPropertyUtil/index.d.ts +0 -31
- package/hidden/senselogic/sitevision/api/property/Properties/index.d.ts +0 -176
- package/hidden/senselogic/sitevision/api/property/PropertyUtil/index.d.ts +0 -1550
- package/hidden/senselogic/sitevision/api/redirect/RedirectUtil/index.d.ts +0 -73
- package/hidden/senselogic/sitevision/api/render/BuddyIconRenderer/index.d.ts +0 -186
- package/hidden/senselogic/sitevision/api/render/FileIconRenderer/index.d.ts +0 -301
- package/hidden/senselogic/sitevision/api/render/ImageLinkRenderer/index.d.ts +0 -122
- package/hidden/senselogic/sitevision/api/render/ImageRenderer/index.d.ts +0 -504
- package/hidden/senselogic/sitevision/api/render/LinkRenderer/index.d.ts +0 -890
- package/hidden/senselogic/sitevision/api/render/OutputUtil/index.d.ts +0 -390
- package/hidden/senselogic/sitevision/api/render/TextModuleRendererBuilder/index.d.ts +0 -66
- package/hidden/senselogic/sitevision/api/render/UserFieldRenderer/index.d.ts +0 -181
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityRenderer/index.d.ts +0 -197
- package/hidden/senselogic/sitevision/api/render/xslt/XSLTUtil/index.d.ts +0 -59
- package/hidden/senselogic/sitevision/api/resource/ColorUtil/index.d.ts +0 -46
- package/hidden/senselogic/sitevision/api/resource/DecorationUtil/index.d.ts +0 -20
- package/hidden/senselogic/sitevision/api/resource/FontUtil/index.d.ts +0 -43
- package/hidden/senselogic/sitevision/api/resource/IconUtil/index.d.ts +0 -34
- package/hidden/senselogic/sitevision/api/resource/LandingPageUtil/index.d.ts +0 -88
- package/hidden/senselogic/sitevision/api/resource/PortletUtil/index.d.ts +0 -32
- package/hidden/senselogic/sitevision/api/resource/ResourceLocatorUtil/index.d.ts +0 -444
- package/hidden/senselogic/sitevision/api/resource/TemplateUtil/index.d.ts +0 -143
- package/hidden/senselogic/sitevision/api/script/InstanceTypeUtil/index.d.ts +0 -176
- package/hidden/senselogic/sitevision/api/script/Requester/index.d.ts +0 -420
- package/hidden/senselogic/sitevision/api/script/RestApi/index.d.ts +0 -195
- package/hidden/senselogic/sitevision/api/script/ScriptUtil/index.d.ts +0 -482
- package/hidden/senselogic/sitevision/api/script/app/RestAppInvokerFactory/index.d.ts +0 -70
- package/hidden/senselogic/sitevision/api/script/factory/ArraysInstance/index.d.ts +0 -1643
- package/hidden/senselogic/sitevision/api/script/factory/CollectionsInstance/index.d.ts +0 -661
- package/hidden/senselogic/sitevision/api/script/factory/InstanceCreatorUtil/index.d.ts +0 -490
- package/hidden/senselogic/sitevision/api/script/factory/ListWrapper/index.d.ts +0 -148
- package/hidden/senselogic/sitevision/api/script/factory/MathInstance/index.d.ts +0 -623
- package/hidden/senselogic/sitevision/api/search/SearchFactory/index.d.ts +0 -114
- package/hidden/senselogic/sitevision/api/search/SearchUtil/index.d.ts +0 -126
- package/hidden/senselogic/sitevision/api/search/index/IndexUtil/index.d.ts +0 -50
- package/hidden/senselogic/sitevision/api/search/index/IndexingUtil/index.d.ts +0 -59
- package/hidden/senselogic/sitevision/api/search/query/QueryStringUtil/index.d.ts +0 -419
- package/hidden/senselogic/sitevision/api/search/searcher/builder/ExtendedDismaxParserBuilder/index.d.ts +0 -257
- package/hidden/senselogic/sitevision/api/search/searcher/builder/FilterBuilder/index.d.ts +0 -103
- package/hidden/senselogic/sitevision/api/search/searcher/builder/HighlightBuilder/index.d.ts +0 -153
- package/hidden/senselogic/sitevision/api/search/searcher/builder/MonitorBuilder/index.d.ts +0 -47
- package/hidden/senselogic/sitevision/api/search/searcher/builder/SearcherBuilder/index.d.ts +0 -210
- package/hidden/senselogic/sitevision/api/search/searcher/builder/SortBuilder/index.d.ts +0 -110
- package/hidden/senselogic/sitevision/api/search/searcher/builder/SpellCheckBuilder/index.d.ts +0 -57
- package/hidden/senselogic/sitevision/api/search/searcher/builder/StandardParserBuilder/index.d.ts +0 -102
- package/hidden/senselogic/sitevision/api/security/AuthenticationUtil/index.d.ts +0 -103
- package/hidden/senselogic/sitevision/api/security/DirectoryUtil/index.d.ts +0 -98
- package/hidden/senselogic/sitevision/api/security/JwtUtil/index.d.ts +0 -143
- package/hidden/senselogic/sitevision/api/security/MessageDigesterFactory/index.d.ts +0 -46
- package/hidden/senselogic/sitevision/api/security/PermissionUtil/index.d.ts +0 -426
- package/hidden/senselogic/sitevision/api/security/PrincipalUtil/index.d.ts +0 -46
- package/hidden/senselogic/sitevision/api/security/RoleAssignmentBuilder/index.d.ts +0 -54
- package/hidden/senselogic/sitevision/api/security/RoleMatcherBuilder/index.d.ts +0 -53
- package/hidden/senselogic/sitevision/api/security/RoleUtil/index.d.ts +0 -49
- package/hidden/senselogic/sitevision/api/subscription/SubscriberUtil/index.d.ts +0 -96
- package/hidden/senselogic/sitevision/api/subscription/SubscriptionUtil/index.d.ts +0 -137
- package/hidden/senselogic/sitevision/api/tag/TagUtil/index.d.ts +0 -127
- package/hidden/senselogic/sitevision/api/text/EndecUtil/index.d.ts +0 -352
- package/hidden/senselogic/sitevision/api/user/SimpleUserUtil/index.d.ts +0 -43
- package/hidden/senselogic/sitevision/api/user/SystemUserUtil/index.d.ts +0 -163
- package/hidden/senselogic/sitevision/api/user/UserDataUtil/index.d.ts +0 -140
- package/hidden/senselogic/sitevision/api/user/UserFactory/index.d.ts +0 -61
- package/hidden/senselogic/sitevision/api/user/UserIdentityUtil/index.d.ts +0 -52
- package/hidden/senselogic/sitevision/api/user/UserUtil/index.d.ts +0 -67
- package/hidden/senselogic/sitevision/api/versioning/PublishingUtil/index.d.ts +0 -265
- package/hidden/senselogic/sitevision/api/versioning/VersionUtil/index.d.ts +0 -19
- package/hidden/senselogic/sitevision/api/webresource/ArticleUtil/index.d.ts +0 -252
- package/hidden/senselogic/sitevision/api/webresource/FileUtil/index.d.ts +0 -294
- package/hidden/senselogic/sitevision/api/webresource/ImageUtil/index.d.ts +0 -267
- package/hidden/senselogic/sitevision/api/webresource/LinkPageUtil/index.d.ts +0 -288
- package/hidden/senselogic/sitevision/api/webresource/PageUtil/index.d.ts +0 -216
- package/hidden/senselogic/sitevision/api/webresource/WebResourceFactory/index.d.ts +0 -56
- package/hidden/senselogic/sitevision/api/webresource/builder/LinkTargetBuilder/index.d.ts +0 -128
- package/hidden/senselogic/sitevision/api/webresource/doctype/DocTypeUtil/index.d.ts +0 -141
- package/hidden/senselogic/sitevision/api/webresource/mime/MimeTypeUtil/index.d.ts +0 -217
- package/hidden/senselogic/sitevision/api/webresource/structure/ArchiveUtil/index.d.ts +0 -53
- package/hidden/senselogic/sitevision/api/webresource/structure/FolderUtil/index.d.ts +0 -107
- package/hidden/senselogic/sitevision/api/webresource/structure/StructureUtil/index.d.ts +0 -94
- package/hidden/senselogic/sitevision/api/webresource/structure/TrashcanUtil/index.d.ts +0 -123
- package/hidden/senselogic/sitevision/api/webresource/webcontent/WebContentUtil/index.d.ts +0 -458
- package/hidden/senselogic/sitevision/api/xml/XmlParserUtil/index.d.ts +0 -116
|
@@ -1,677 +0,0 @@
|
|
|
1
|
-
import Value from "../Value";
|
|
2
|
-
|
|
3
|
-
import Binary from "../Binary";
|
|
4
|
-
|
|
5
|
-
import Node from "../Node";
|
|
6
|
-
import PropertyDefinition from "../nodetype/PropertyDefinition";
|
|
7
|
-
|
|
8
|
-
import Item from "../Item";
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* A <code>Property</code> object represents the smallest granularity of content
|
|
12
|
-
* storage. It has a single parent node and no children. A property consists of
|
|
13
|
-
* a name and a value, or in the case of multi-value properties, a set of values
|
|
14
|
-
* all of the same type. See <code>{@link Value}</code>.A constant for the property name <code>jcr:primaryType</code> (in
|
|
15
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_BASE
|
|
16
|
-
* nt:base}.A constant for the property name <code>jcr:mixinTypes</code> (in expanded
|
|
17
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_BASE
|
|
18
|
-
* nt:base}.A constant for the property name <code>jcr:content</code> (in expanded
|
|
19
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_LINKED_FILE
|
|
20
|
-
* nt:linkedFile}. Note, <code>jcr:content</code> is also the name of a
|
|
21
|
-
* child node declared in {@link javax.jcr.nodetype.NodeType#NT_FILE
|
|
22
|
-
* nt:file}.A constant for the property name <code>jcr:data</code> (in expanded
|
|
23
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_RESOURCE
|
|
24
|
-
* nt:resource}.A constant for the property name <code>jcr:protocol</code> (in expanded
|
|
25
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
|
|
26
|
-
* nt:address}.A constant for the property name <code>jcr:host</code> (in expanded
|
|
27
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
|
|
28
|
-
* nt:address}.A constant for the property name <code>jcr:port</code> (in expanded
|
|
29
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
|
|
30
|
-
* nt:address}.A constant for the property name <code>jcr:repository</code> (in expanded
|
|
31
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
|
|
32
|
-
* nt:address}.A constant for the property name <code>jcr:workspace</code> (in expanded
|
|
33
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
|
|
34
|
-
* nt:address}.A constant for the property name <code>jcr:path</code> (in expanded
|
|
35
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
|
|
36
|
-
* nt:address}.A constant for the property name <code>jcr:id</code> (in expanded form),
|
|
37
|
-
* declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
|
|
38
|
-
* nt:address}.A constant for the property name <code>jcr:uuid</code> (in expanded
|
|
39
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_REFERENCEABLE
|
|
40
|
-
* mix:referenceable}.A constant for the property name <code>jcr:title</code> (in expanded
|
|
41
|
-
* form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_TITLE
|
|
42
|
-
* mix:title} and {@link javax.jcr.nodetype.NodeType#NT_ACTIVITY
|
|
43
|
-
* nt:activity}.A constant for the property name <code>jcr:description</code> (in
|
|
44
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_TITLE
|
|
45
|
-
* mix:title}.A constant for the property name <code>jcr:created</code> (in expanded
|
|
46
|
-
* form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_CREATED
|
|
47
|
-
* mix:created} and {@link javax.jcr.nodetype.NodeType#NT_VERSION
|
|
48
|
-
* nt:version}.A constant for the property name <code>jcr:createdBy</code> (in expanded
|
|
49
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_CREATED
|
|
50
|
-
* mix:created}.A constant for the property name <code>jcr:lastModified</code> (in
|
|
51
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LAST_MODIFIED
|
|
52
|
-
* mix:lastModified}.A constant for the property name <code>jcr:lastModifiedBy</code> (in
|
|
53
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LAST_MODIFIED
|
|
54
|
-
* mix:lastModified}.A constant for the property name <code>jcr:language</code> (in expanded
|
|
55
|
-
* form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_LANGUAGE
|
|
56
|
-
* mix:language} and {@link javax.jcr.nodetype.NodeType#NT_QUERY nt:query}.A constant for the property name <code>jcr:mimeType</code> (in expanded
|
|
57
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_MIMETYPE
|
|
58
|
-
* mix:mimeType}.A constant for the property name <code>jcr:encoding</code> (in expanded
|
|
59
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_MIMETYPE
|
|
60
|
-
* mix:mimeType}.A constant for the property name <code>jcr:nodeTypeName</code> (in
|
|
61
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
|
|
62
|
-
* nt:nodeType}.A constant for the property name <code>jcr:supertypes</code> (in expanded
|
|
63
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
|
|
64
|
-
* nt:nodeType}.A constant for the property name <code>jcr:isAbstract</code> (in expanded
|
|
65
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
|
|
66
|
-
* nt:nodeType}.A constant for the property name <code>jcr:isMixin</code> (in expanded
|
|
67
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
|
|
68
|
-
* nt:nodeType}.A constant for the property name <code>jcr:hasOrderableChildNodes</code>
|
|
69
|
-
* (in expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
|
|
70
|
-
* nt:nodeType}.A constant for the property name <code>jcr:primaryItemName</code> (in
|
|
71
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
|
|
72
|
-
* nt:nodeType}.A constant for the property name <code>jcr:name</code> (in expanded
|
|
73
|
-
* form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
74
|
-
* nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
75
|
-
* nt:childNodeDefinition}.A constant for the property name <code>jcr:autoCreated</code> (in
|
|
76
|
-
* expanded form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
77
|
-
* nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
78
|
-
* nt:childNodeDefinition}.A constant for the property name <code>jcr:mandatory</code> (in expanded
|
|
79
|
-
* form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
80
|
-
* nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
81
|
-
* nt:childNodeDefinition}.A constant for the property name <code>jcr:protected</code> (in expanded
|
|
82
|
-
* form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
83
|
-
* nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
84
|
-
* nt:childNodeDefinition}.A constant for the property name <code>jcr:onParentVersion</code> (in
|
|
85
|
-
* expanded form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
86
|
-
* nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
87
|
-
* nt:childNodeDefinition}.A constant for the property name <code>jcr:requiredType</code> (in
|
|
88
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
89
|
-
* nt:propertyDefinition}.A constant for the property name <code>jcr:valueConstraints</code> (in
|
|
90
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
91
|
-
* nt:propertyDefinition}.A constant for the property name <code>jcr:defaultValues</code> (in
|
|
92
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
93
|
-
* nt:propertyDefinition}.A constant for the property name <code>jcr:multiple</code> (in expanded
|
|
94
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
95
|
-
* nt:propertyDefinition}.A constant for the property name <code>jcr:requiredPrimaryTypes</code>
|
|
96
|
-
* (in expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
97
|
-
* nt:childNodeDefinition}.A constant for the property name <code>jcr:defaultPrimaryType</code> (in
|
|
98
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
99
|
-
* nt:childNodeDefinition}.A constant for the property name <code>jcr:sameNameSiblings</code> (in
|
|
100
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
101
|
-
* nt:childNodeDefinition}.A constant for the property name <code>jcr:lockOwner</code> (in expanded
|
|
102
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LOCKABLE
|
|
103
|
-
* mix:lockable}.A constant for the property name <code>jcr:lockIsDeep</code> (in expanded
|
|
104
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LOCKABLE
|
|
105
|
-
* mix:lockable}.A constant for the property name <code>jcr:lifecyclePolicy</code> (in
|
|
106
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LIFECYCLE
|
|
107
|
-
* mix:lifecycle}.A constant for the property name <code>jcr:currentLifecycleState</code>
|
|
108
|
-
* (in expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LIFECYCLE
|
|
109
|
-
* mix:lifecycle}.A constant for the property name <code>jcr:isCheckedOut</code> (in
|
|
110
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_SIMPLE_VERSIONABLE
|
|
111
|
-
* mix:simpleVersionable}.A constant for the property name <code>jcr:frozenPrimaryType</code> (in
|
|
112
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_FROZEN_NODE
|
|
113
|
-
* nt:frozenNode}.A constant for the property name <code>jcr:frozenMixinTypes</code> (in
|
|
114
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_FROZEN_NODE
|
|
115
|
-
* nt:frozenNode}.A constant for the property name <code>jcr:frozenUuid</code> (in expanded
|
|
116
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_FROZEN_NODE
|
|
117
|
-
* nt:frozenNode}.A constant for the property name <code>jcr:versionHistory</code> (in
|
|
118
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
|
|
119
|
-
* mix:versionable}.A constant for the property name <code>jcr:baseVersion</code> (in
|
|
120
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
|
|
121
|
-
* mix:versionable}.A constant for the property name <code>jcr:predecessors</code> (in
|
|
122
|
-
* expanded form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
|
|
123
|
-
* mix:versionable} and {@link javax.jcr.nodetype.NodeType#NT_VERSION
|
|
124
|
-
* nt:version}.A constant for the property name <code>jcr:mergeFailed</code> (in
|
|
125
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
|
|
126
|
-
* mix:versionable}.A constant for the property name <code>jcr:activity</code> (in expanded
|
|
127
|
-
* form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
|
|
128
|
-
* mix:versionable} and {@link javax.jcr.nodetype.NodeType#NT_VERSION
|
|
129
|
-
* nt:version}.A constant for the property name <code>jcr:configuration</code> (in
|
|
130
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
|
|
131
|
-
* mix:versionable}.A constant for the property name <code>jcr:versionableUuid</code> (in
|
|
132
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSION
|
|
133
|
-
* nt:version}.A constant for the property name <code>jcr:copiedFrom</code> (in expanded
|
|
134
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSION
|
|
135
|
-
* nt:version}.A constant for the property name <code>jcr:successors</code> (in expanded
|
|
136
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSION
|
|
137
|
-
* nt:versione}.A constant for the property name <code>jcr:childVersionHistory</code> (in
|
|
138
|
-
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSIONED_CHILD
|
|
139
|
-
* nt:versionedChild}.A constant for the property name <code>jcr:root</code> (in expanded
|
|
140
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CONFIGURATION
|
|
141
|
-
* nt:configuration}.A constant for the property name <code>jcr:statement</code> (in expanded
|
|
142
|
-
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_QUERY
|
|
143
|
-
* nt:query}.
|
|
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
|
-
* @since JCR 2.0
|
|
155
|
-
* @since JCR 2.0
|
|
156
|
-
* @since JCR 2.0
|
|
157
|
-
* @since JCR 2.0
|
|
158
|
-
* @since JCR 2.0
|
|
159
|
-
* @since JCR 2.0
|
|
160
|
-
* @since JCR 2.0
|
|
161
|
-
* @since JCR 2.0
|
|
162
|
-
* @since JCR 2.0
|
|
163
|
-
* @since JCR 2.0
|
|
164
|
-
* @since JCR 2.0
|
|
165
|
-
* @since JCR 2.0
|
|
166
|
-
* @since JCR 2.0
|
|
167
|
-
* @since JCR 2.0
|
|
168
|
-
* @since JCR 2.0
|
|
169
|
-
* @since JCR 2.0
|
|
170
|
-
* @since JCR 2.0
|
|
171
|
-
* @since JCR 2.0
|
|
172
|
-
* @since JCR 2.0
|
|
173
|
-
* @since JCR 2.0
|
|
174
|
-
* @since JCR 2.0
|
|
175
|
-
* @since JCR 2.0
|
|
176
|
-
* @since JCR 2.0
|
|
177
|
-
* @since JCR 2.0
|
|
178
|
-
* @since JCR 2.0
|
|
179
|
-
* @since JCR 2.0
|
|
180
|
-
* @since JCR 2.0
|
|
181
|
-
* @since JCR 2.0
|
|
182
|
-
* @since JCR 2.0
|
|
183
|
-
* @since JCR 2.0
|
|
184
|
-
* @since JCR 2.0
|
|
185
|
-
* @since JCR 2.0
|
|
186
|
-
* @since JCR 2.0
|
|
187
|
-
* @since JCR 2.0
|
|
188
|
-
* @since JCR 2.0
|
|
189
|
-
* @since JCR 2.0
|
|
190
|
-
* @since JCR 2.0
|
|
191
|
-
* @since JCR 2.0
|
|
192
|
-
* @since JCR 2.0
|
|
193
|
-
* @since JCR 2.0
|
|
194
|
-
* @since JCR 2.0
|
|
195
|
-
* @since JCR 2.0
|
|
196
|
-
* @since JCR 2.0
|
|
197
|
-
* @since JCR 2.0
|
|
198
|
-
* @since JCR 2.0
|
|
199
|
-
* @since JCR 2.0
|
|
200
|
-
* @since JCR 2.0
|
|
201
|
-
* @since JCR 2.0
|
|
202
|
-
* @since JCR 2.0
|
|
203
|
-
*/
|
|
204
|
-
interface Property {
|
|
205
|
-
/**
|
|
206
|
-
* Sets the value of this property to <code>value</code>. If this property's
|
|
207
|
-
* property type is not constrained by the node type of its parent node,
|
|
208
|
-
* then the property type is changed to that of the supplied
|
|
209
|
-
* <code>value</code>. If the property type is constrained, then a
|
|
210
|
-
* best-effort conversion is attempted.
|
|
211
|
-
* <p>
|
|
212
|
-
* This method is a session-write and therefore requires a <code>save</code>
|
|
213
|
-
* to dispatch the change.
|
|
214
|
-
* <p>
|
|
215
|
-
* A <code>ConstraintViolationException</code> will be thrown either
|
|
216
|
-
* immediately, on dispatch, or on persist, if the change would violate a
|
|
217
|
-
* node type or implementation-specific constraint. Implementations may
|
|
218
|
-
* differ on when this validation is performed.
|
|
219
|
-
* <p>
|
|
220
|
-
* A <code>VersionException</code> will be thrown either immediately, on
|
|
221
|
-
* dispatch, or on persist, if this property belongs to a node that is
|
|
222
|
-
* versionable and checked-in or is non-versionable but whose nearest
|
|
223
|
-
* versionable ancestor is checked-in. Implementations may differ on when
|
|
224
|
-
* this validation is performed.
|
|
225
|
-
* <p>
|
|
226
|
-
* A <code>LockException</code> will be thrown either immediately, on
|
|
227
|
-
* dispatch, or on persist, if a lock prevents the setting of the value.
|
|
228
|
-
* Implementations may differ on when this validation is performed.
|
|
229
|
-
*
|
|
230
|
-
* <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
|
|
231
|
-
* <code>sv:simpleUser</code></p>
|
|
232
|
-
* @param value The new value to set the property to.
|
|
233
|
-
* @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
|
|
234
|
-
* @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
|
|
235
|
-
* @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
|
|
236
|
-
* @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
|
|
237
|
-
* @throws RepositoryException if another error occurs.
|
|
238
|
-
*/
|
|
239
|
-
setValue(value: Value): void;
|
|
240
|
-
|
|
241
|
-
/**
|
|
242
|
-
* Sets the value of this property to the <code>values</code> array. If this
|
|
243
|
-
* property's property type is not constrained by the node type of its
|
|
244
|
-
* parent node, then the property type may be changed. If the property type
|
|
245
|
-
* is constrained, then a best-effort conversion is attempted, according to
|
|
246
|
-
* an implemention-dependent definition of "best effort". The change will be
|
|
247
|
-
* persisted (if valid) on <code>save</code>.
|
|
248
|
-
* <p>
|
|
249
|
-
* A <code>ConstraintViolationException</code> will be thrown either
|
|
250
|
-
* immediately, on dispatch, or on persist, if the change would violate a
|
|
251
|
-
* node type or implementation-specific constraint. Implementations may
|
|
252
|
-
* differ on when this validation is performed.
|
|
253
|
-
* <p>
|
|
254
|
-
* A <code>VersionException</code> will be thrown either immediately, on
|
|
255
|
-
* dispatch, or on persist, if this property belongs to a node that is
|
|
256
|
-
* read-only due to a checked-in node. Implementations may differ on when
|
|
257
|
-
* this validation is performed.
|
|
258
|
-
* <p>
|
|
259
|
-
* A <code>LockException</code> will be thrown either immediately, on
|
|
260
|
-
* dispatch, or on persist, if a lock prevents the setting of the value.
|
|
261
|
-
* Implementations may differ on when this validation is performed.
|
|
262
|
-
*
|
|
263
|
-
* <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
|
|
264
|
-
* <code>sv:simpleUser</code></p>
|
|
265
|
-
* @param values The new values to set the property to.
|
|
266
|
-
* @throws ValueFormatException if the type or format of the specified values is incompatible with the type of this property.
|
|
267
|
-
* @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
|
|
268
|
-
* @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
|
|
269
|
-
* @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
|
|
270
|
-
* @throws RepositoryException if another error occurs.
|
|
271
|
-
*/
|
|
272
|
-
setValue(values: Value): void;
|
|
273
|
-
|
|
274
|
-
/**
|
|
275
|
-
* Sets the value of this property to <code>value</code>. Same as
|
|
276
|
-
* <code>{@link #setValue(Value value)}</code> except that the value is
|
|
277
|
-
* specified as a <code>String</code>.
|
|
278
|
-
*
|
|
279
|
-
* <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
|
|
280
|
-
* <code>sv:simpleUser</code></p>
|
|
281
|
-
* @param value The new value to set the property to.
|
|
282
|
-
* @throws ValueFormatException if the type or format of the specified values is incompatible with the type of this property.
|
|
283
|
-
* @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
|
|
284
|
-
* @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
|
|
285
|
-
* @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
|
|
286
|
-
* @throws RepositoryException if another error occurs.
|
|
287
|
-
*/
|
|
288
|
-
setValue(value: string): void;
|
|
289
|
-
|
|
290
|
-
/**
|
|
291
|
-
* Sets the value of this property to the <code>values</code> array. Same as
|
|
292
|
-
* <code>{@link #setValue(Value[] values)}</code> except that the values are
|
|
293
|
-
* specified as a <code>String[]</code>.
|
|
294
|
-
*
|
|
295
|
-
* <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
|
|
296
|
-
* <code>sv:simpleUser</code></p>
|
|
297
|
-
* @param values The new values to set the property to.
|
|
298
|
-
* @throws ValueFormatException if the type or format of one or more of the specified values is incompatible with the type of this property.
|
|
299
|
-
* @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
|
|
300
|
-
* @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
|
|
301
|
-
* @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
|
|
302
|
-
* @throws RepositoryException if another error occurs.
|
|
303
|
-
*/
|
|
304
|
-
setValue(values: string): void;
|
|
305
|
-
|
|
306
|
-
/**
|
|
307
|
-
* Sets the value of this property to <code>value</code>. Same as
|
|
308
|
-
* <code>{@link #setValue(Value value)}</code> except that the value is
|
|
309
|
-
* specified as an <code>InputStream</code>.
|
|
310
|
-
* <p>
|
|
311
|
-
* The passed stream is closed before this method returns either normally or
|
|
312
|
-
* because of an exception.
|
|
313
|
-
*
|
|
314
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
315
|
-
* @param value The new value to set the property to.
|
|
316
|
-
* @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
|
|
317
|
-
* @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
|
|
318
|
-
* @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
|
|
319
|
-
* @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
|
|
320
|
-
* @throws RepositoryException if another error occurs.
|
|
321
|
-
* @deprecated As of JCR 2.0, {@link #setValue(Binary)} should be used instead.
|
|
322
|
-
*/
|
|
323
|
-
setValue(value: unknown): void;
|
|
324
|
-
|
|
325
|
-
/**
|
|
326
|
-
* Sets the value of this property to <code>value</code>. Same as
|
|
327
|
-
* <code>{@link #setValue(Value value)}</code> except that the value is
|
|
328
|
-
* specified as a <code>Binary</code>.
|
|
329
|
-
*
|
|
330
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
331
|
-
* @param value The new value to set the property to.
|
|
332
|
-
* @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
|
|
333
|
-
* @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
|
|
334
|
-
* @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
|
|
335
|
-
* @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
|
|
336
|
-
* @throws RepositoryException if another error occurs.
|
|
337
|
-
* @since JCR 2.0
|
|
338
|
-
*/
|
|
339
|
-
setValue(value: Binary): void;
|
|
340
|
-
|
|
341
|
-
/**
|
|
342
|
-
* Sets the value of this property to <code>value</code>. Same as
|
|
343
|
-
* <code>{@link #setValue(Value value)}</code> except that the value is
|
|
344
|
-
* specified as a <code>long</code>.
|
|
345
|
-
*
|
|
346
|
-
* <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
|
|
347
|
-
* <code>sv:simpleUser</code></p>
|
|
348
|
-
* @param value The new value to set the property to.
|
|
349
|
-
* @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
|
|
350
|
-
* @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
|
|
351
|
-
* @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
|
|
352
|
-
* @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
|
|
353
|
-
* @throws RepositoryException if another error occurs.
|
|
354
|
-
*/
|
|
355
|
-
setValue(value: number): void;
|
|
356
|
-
|
|
357
|
-
/**
|
|
358
|
-
* Sets the value of this property to <code>value</code>. Same as
|
|
359
|
-
* <code>{@link #setValue(Value value)}</code> except that the value is
|
|
360
|
-
* specified as a <code>double</code>.
|
|
361
|
-
*
|
|
362
|
-
* <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
|
|
363
|
-
* <code>sv:simpleUser</code></p>
|
|
364
|
-
* @param value The new value to set the property to.
|
|
365
|
-
* @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
|
|
366
|
-
* @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
|
|
367
|
-
* @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
|
|
368
|
-
* @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
|
|
369
|
-
* @throws RepositoryException if another error occurs.
|
|
370
|
-
*/
|
|
371
|
-
setValue(value: number): void;
|
|
372
|
-
|
|
373
|
-
/**
|
|
374
|
-
* Sets the value of this property to <code>value</code>. Same as
|
|
375
|
-
* <code>{@link #setValue(Value value)}</code> except that the value is
|
|
376
|
-
* specified as a <code>BigDecimal</code>.
|
|
377
|
-
*
|
|
378
|
-
* <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
|
|
379
|
-
* <code>sv:simpleUser</code></p>
|
|
380
|
-
* @param value The new value to set the property to.
|
|
381
|
-
* @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
|
|
382
|
-
* @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
|
|
383
|
-
* @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
|
|
384
|
-
* @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
|
|
385
|
-
* @throws RepositoryException if another error occurs.
|
|
386
|
-
* @since JCR 2.0
|
|
387
|
-
*/
|
|
388
|
-
setValue(value: unknown): void;
|
|
389
|
-
|
|
390
|
-
/**
|
|
391
|
-
* Sets the value of this property to <code>value</code>. Same as
|
|
392
|
-
* <code>{@link #setValue(Value value)}</code> except that the value is
|
|
393
|
-
* specified as a <code>Calendar</code>.
|
|
394
|
-
*
|
|
395
|
-
* <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
|
|
396
|
-
* <code>sv:simpleUser</code></p>
|
|
397
|
-
* @param value The new value to set the property to.
|
|
398
|
-
* @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
|
|
399
|
-
* @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
|
|
400
|
-
* @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
|
|
401
|
-
* @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
|
|
402
|
-
* @throws RepositoryException if another error occurs.
|
|
403
|
-
*/
|
|
404
|
-
setValue(value: unknown): void;
|
|
405
|
-
|
|
406
|
-
/**
|
|
407
|
-
* Sets the value of this property to <code>value</code>. Same as
|
|
408
|
-
* <code>{@link #setValue(Value value)}</code> except that the value is
|
|
409
|
-
* specified as a <code>boolean</code>.
|
|
410
|
-
*
|
|
411
|
-
* <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
|
|
412
|
-
* <code>sv:simpleUser</code></p>
|
|
413
|
-
* @param value The new value to set the property to.
|
|
414
|
-
* @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property.
|
|
415
|
-
* @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
|
|
416
|
-
* @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
|
|
417
|
-
* @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
|
|
418
|
-
* @throws RepositoryException if another error occurs.
|
|
419
|
-
*/
|
|
420
|
-
setValue(value: boolean): void;
|
|
421
|
-
|
|
422
|
-
/**
|
|
423
|
-
* Sets this <code>REFERENCE</code> or <code>WEAKREFERNCE</code> property to
|
|
424
|
-
* refer to the specified node.
|
|
425
|
-
*
|
|
426
|
-
* <p><strong>Sitevision note:</strong> Limited to nodes of primary {@link javax.jcr.nodetype.NodeType}
|
|
427
|
-
* <code>sv:simpleUser</code></p>
|
|
428
|
-
* @param value The node to which this property will refer.
|
|
429
|
-
* @throws ValueFormatException if the type or format of the specified value is incompatible with the type of this property the specified node is not referenceable.
|
|
430
|
-
* @throws VersionException if this property belongs to a node that is read-only due to a checked-in node and this implementation performs this validation immediately.
|
|
431
|
-
* @throws LockException if a lock prevents the setting of the value and this implementation performs this validation immediately.
|
|
432
|
-
* @throws ConstraintViolationException if the change would violate a node-type or other constraint and this implementation performs this validation immediately.
|
|
433
|
-
* @throws RepositoryException if another error occurs.
|
|
434
|
-
*/
|
|
435
|
-
setValue(value: Node): void;
|
|
436
|
-
|
|
437
|
-
/**
|
|
438
|
-
* Returns the value of this property as a <code>Value</code> object.
|
|
439
|
-
* <p>
|
|
440
|
-
* The object returned is a copy of the stored value and is immutable.
|
|
441
|
-
* @return the <code>Value</code>.
|
|
442
|
-
* @throws ValueFormatException if the property is multi-valued.
|
|
443
|
-
* @throws RepositoryException if another error occurs.
|
|
444
|
-
*/
|
|
445
|
-
getValue(): Value;
|
|
446
|
-
|
|
447
|
-
/**
|
|
448
|
-
* Returns an array of all the values of this property. Used to access
|
|
449
|
-
* multi-value properties. The array returned is a copy of the stored
|
|
450
|
-
* values, so changes to it are not reflected in internal storage.
|
|
451
|
-
* @return a <code>Value</code> array.
|
|
452
|
-
* @throws ValueFormatException if the property is single-valued.
|
|
453
|
-
* @throws RepositoryException if another error occurs.
|
|
454
|
-
*/
|
|
455
|
-
getValues(): Value;
|
|
456
|
-
|
|
457
|
-
/**
|
|
458
|
-
* Returns a <code>String</code> representation of the value of this
|
|
459
|
-
* property. A shortcut for <code>Property.getValue().getString()</code>.
|
|
460
|
-
* @return A string representation of the value of this property.
|
|
461
|
-
* @throws ValueFormatException if conversion to a <code>String</code> is not possible or if the property is multi-valued.
|
|
462
|
-
* @throws RepositoryException if another error occurs.
|
|
463
|
-
* @see Value
|
|
464
|
-
*/
|
|
465
|
-
getString(): string;
|
|
466
|
-
|
|
467
|
-
/**
|
|
468
|
-
* Returns an <code>InputStream</code> representation of the value of this
|
|
469
|
-
* property. A shortcut for <code>Property.getValue().getStream()</code>.
|
|
470
|
-
* <p>
|
|
471
|
-
* It is the responsibility of the caller to close the returned
|
|
472
|
-
* InputStream.
|
|
473
|
-
*
|
|
474
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
475
|
-
* @return A stream representation of the value of this property.
|
|
476
|
-
* @throws ValueFormatException if the property is multi-valued.
|
|
477
|
-
* @throws RepositoryException if another error occurs
|
|
478
|
-
* @see Value
|
|
479
|
-
* @deprecated As of JCR 2.0, {@link #getBinary()} should be used instead.
|
|
480
|
-
*/
|
|
481
|
-
getStream(): unknown;
|
|
482
|
-
|
|
483
|
-
/**
|
|
484
|
-
* Returns a <code>Binary</code> representation of the value of this
|
|
485
|
-
* property. A shortcut for <code>Property.getValue().getBinary()</code>.
|
|
486
|
-
*
|
|
487
|
-
* <p><strong>Sitevision note:</strong> Limited to the <code>URL</code> and <code>URI</code> properties of nodes with primary
|
|
488
|
-
* {@link javax.jcr.nodetype.NodeType} <code>sv:file</code> and <code>sv:image</code> and to any {@link javax.jcr.PropertyType#WEAKREFERENCE}
|
|
489
|
-
* pointing to a <code>Node</code> of type <code>sv:file</code> or <code>sv:image</code></p>
|
|
490
|
-
* @return A <code>Binary</code> representation of the value of this property.
|
|
491
|
-
* @throws ValueFormatException if the property is multi-valued.
|
|
492
|
-
* @throws RepositoryException if another error occurs.
|
|
493
|
-
* @see Value
|
|
494
|
-
* @see Binary
|
|
495
|
-
* @since JCR 2.0
|
|
496
|
-
* @since Sitevision 3.5
|
|
497
|
-
*/
|
|
498
|
-
getBinary(): Binary;
|
|
499
|
-
|
|
500
|
-
/**
|
|
501
|
-
* Returns a <code>long</code> representation of the value of this property.
|
|
502
|
-
* A shortcut for <code>Property.getValue().getLong()</code>.
|
|
503
|
-
* @return A <code>long</code> representation of the value of this property.
|
|
504
|
-
* @throws ValueFormatException if conversion to a <code>long</code> is not possible or if the property is multi-valued.
|
|
505
|
-
* @throws RepositoryException if another error occurs.
|
|
506
|
-
* @see Value
|
|
507
|
-
*/
|
|
508
|
-
getLong(): number;
|
|
509
|
-
|
|
510
|
-
/**
|
|
511
|
-
* Returns a <code>double</code> representation of the value of this
|
|
512
|
-
* property. A shortcut for <code>Property.getValue().getDouble()</code>.
|
|
513
|
-
* @return A <code>double</code> representation of the value of this property.
|
|
514
|
-
* @throws ValueFormatException if conversion to a <code>double</code> is not possible or if the property is multi-valued.
|
|
515
|
-
* @throws RepositoryException if another error occurs.
|
|
516
|
-
* @see Value
|
|
517
|
-
*/
|
|
518
|
-
getDouble(): number;
|
|
519
|
-
|
|
520
|
-
/**
|
|
521
|
-
* Returns a <code>BigDecimal</code> representation of the value of this
|
|
522
|
-
* property. A shortcut for <code>Property.getValue().getDecimal()</code>.
|
|
523
|
-
* @return A <code>BigDecimal</code> representation of the value of this property.
|
|
524
|
-
* @throws ValueFormatException if conversion to a <code>BigDecimal</code> is not possible or if the property is multi-valued.
|
|
525
|
-
* @throws RepositoryException if another error occurs
|
|
526
|
-
* @see Value
|
|
527
|
-
* @since JCR 2.0
|
|
528
|
-
*/
|
|
529
|
-
getDecimal(): unknown;
|
|
530
|
-
|
|
531
|
-
/**
|
|
532
|
-
* Returns a <code>Calendar</code> representation of the value of this
|
|
533
|
-
* property. A shortcut for <code>Property.getValue().getDate()</code>.
|
|
534
|
-
* @return A <code>Calendar</code> representation of the value of this property.
|
|
535
|
-
* @throws ValueFormatException if conversion to a string is not possible or if the property is multi-valued.
|
|
536
|
-
* @throws RepositoryException if another error occurs.
|
|
537
|
-
* @see Value
|
|
538
|
-
*/
|
|
539
|
-
getDate(): unknown;
|
|
540
|
-
|
|
541
|
-
/**
|
|
542
|
-
* Returns a <code>boolean</code> representation of the value of this
|
|
543
|
-
* property. A shortcut for <code>Property.getValue().getBoolean()</code>.
|
|
544
|
-
* @return A <code>boolean</code> representation of the value of this property.
|
|
545
|
-
* @throws ValueFormatException if conversion to a <code>boolean</code> is not possible or if the property is multi-valued.
|
|
546
|
-
* @throws RepositoryException if another error occurs.
|
|
547
|
-
* @see Value
|
|
548
|
-
*/
|
|
549
|
-
getBoolean(): boolean;
|
|
550
|
-
|
|
551
|
-
/**
|
|
552
|
-
* If this property is of type <code>REFERENCE</code>,
|
|
553
|
-
* <code>WEAKREFERENCE</code> or <code>PATH</code> (or convertible to one of
|
|
554
|
-
* these types) this method returns the <code>Node</code> to which this
|
|
555
|
-
* property refers.
|
|
556
|
-
* <p>
|
|
557
|
-
* If this property is of type <code>PATH</code> and it contains a relative
|
|
558
|
-
* path, it is interpreted relative to the parent node of this property. For
|
|
559
|
-
* example "<code>.</code>" refers to the parent node itself,
|
|
560
|
-
* "<code>..</code>" to the parent of the parent node and "<code>foo</code>"
|
|
561
|
-
* to a sibling node of this property.
|
|
562
|
-
* @return the referenced Node
|
|
563
|
-
* @throws ValueFormatException if this property cannot be converted to a referring type (<code>REFERENCE</code>, <code>WEAKREFERENCE</code> or <code>PATH</code>), if the property is multi-valued or if this property is a referring type but is currently part of the frozen state of a version in version storage.
|
|
564
|
-
* @throws ItemNotFoundException If this property is of type <code>PATH</code> or <code>WEAKREFERENCE</code> and no target node accessible by the current <code>Session</code> exists in this workspace. Note that this applies even if the property is a <code>PATHS</code> and a <i>property</i> exists at the specified location. To dereference to a target property (as opposed to a target node), the method <code>Property.getProperty</code> is used.
|
|
565
|
-
* @throws RepositoryException if another error occurs.
|
|
566
|
-
*/
|
|
567
|
-
getNode(): Node;
|
|
568
|
-
|
|
569
|
-
/**
|
|
570
|
-
* If this property is of type <code>PATH</code> (or convertible to this
|
|
571
|
-
* type) this method returns the <code>Property</code> to which <i>this</i>
|
|
572
|
-
* property refers.
|
|
573
|
-
* <p>
|
|
574
|
-
* If this property contains a relative path, it is interpreted relative to
|
|
575
|
-
* the parent node of this property. Therefore, when resolving such a
|
|
576
|
-
* relative path, the segment "<code>.</code>" refers to
|
|
577
|
-
* the parent node itself, "<code>..</code>" to the parent of the parent
|
|
578
|
-
* node and "<code>foo</code>" to a sibling property of this property or
|
|
579
|
-
* this property itself.
|
|
580
|
-
* <p>
|
|
581
|
-
* For example, if this property is located at
|
|
582
|
-
* <code>/a/b/c</code> and it has a value of "<code>../d</code>" then this
|
|
583
|
-
* method will return the property at <code>/a/d</code> if such exists.
|
|
584
|
-
* <p>
|
|
585
|
-
* If this property is multi-valued, this method throws a
|
|
586
|
-
* <code>ValueFormatException</code>.
|
|
587
|
-
* <p>
|
|
588
|
-
* If this property cannot be converted to a <code>PATH</code> then a
|
|
589
|
-
* <code>ValueFormatException</code> is thrown.
|
|
590
|
-
* <p>
|
|
591
|
-
* If this property is currently part of the frozen state of a version in
|
|
592
|
-
* version storage, this method will throw a <code>ValueFormatException</code>.
|
|
593
|
-
* @return the referenced property
|
|
594
|
-
* @throws ValueFormatException if this property cannot be converted to a <code>PATH</code>, if the property is multi-valued or if this property is a referring type but is currently part of the frozen state of a version in version storage.
|
|
595
|
-
* @throws ItemNotFoundException If no property accessible by the current <code>Session</code> exists in this workspace at the specified path. Note that this applies even if a <i>node</i> exists at the specified location. To dereference to a target node, the method <code>Property.getNode</code> is used.
|
|
596
|
-
* @throws RepositoryException if another error occurs.
|
|
597
|
-
* @since JCR 2.0
|
|
598
|
-
*/
|
|
599
|
-
getProperty(): Property;
|
|
600
|
-
|
|
601
|
-
/**
|
|
602
|
-
* Returns the length of the value of this property.
|
|
603
|
-
* <p>
|
|
604
|
-
* For a <code>BINARY</code> property, <code>getLength</code> returns the
|
|
605
|
-
* number of bytes. For other property types, <code>getLength</code> returns
|
|
606
|
-
* the same value that would be returned by calling {@link
|
|
607
|
-
* java.lang.String#length()} on the value when it has been converted to a
|
|
608
|
-
* <code>STRING</code> according to standard JCR property type conversion.
|
|
609
|
-
* <p>
|
|
610
|
-
* Returns -1 if the implementation cannot determine the length.
|
|
611
|
-
*
|
|
612
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
613
|
-
* @return an <code>long</code>.
|
|
614
|
-
* @throws ValueFormatException if this property is multi-valued.
|
|
615
|
-
* @throws RepositoryException if another error occurs.
|
|
616
|
-
*/
|
|
617
|
-
getLength(): number;
|
|
618
|
-
|
|
619
|
-
/**
|
|
620
|
-
* Returns an array holding the lengths of the values of this (multi-value)
|
|
621
|
-
* property in bytes where each is individually calculated as described in
|
|
622
|
-
* {@link #getLength()}.
|
|
623
|
-
* <p>
|
|
624
|
-
* Returns a <code>-1</code> in the appropriate position if the
|
|
625
|
-
* implementation cannot determine the length of a value.
|
|
626
|
-
*
|
|
627
|
-
* <p><strong>Sitevision note:</strong> Unsupported operation</p>
|
|
628
|
-
* @return an array of lengths
|
|
629
|
-
* @throws ValueFormatException if this property is single-valued.
|
|
630
|
-
* @throws RepositoryException if another error occurs.
|
|
631
|
-
*/
|
|
632
|
-
getLengths(): number;
|
|
633
|
-
|
|
634
|
-
/**
|
|
635
|
-
* Returns the property definition that applies to this property. In some
|
|
636
|
-
* cases there may appear to be more than one definition that could apply to
|
|
637
|
-
* this node. However, it is assumed that upon creation or change of this
|
|
638
|
-
* property, a single particular definition is chosen by the implementation.
|
|
639
|
-
* It is <i>that</i> definition that this method returns. How this governing
|
|
640
|
-
* definition is selected upon property creation or change from among others
|
|
641
|
-
* which may have been applicable is an implementation issue and is not
|
|
642
|
-
* covered by this specification.
|
|
643
|
-
* @return a <code>PropertyDefinition</code> object.
|
|
644
|
-
* @throws RepositoryException if an error occurs.
|
|
645
|
-
* @see javax.jcr.nodetype.NodeType#getPropertyDefinitions
|
|
646
|
-
*/
|
|
647
|
-
getDefinition(): PropertyDefinition;
|
|
648
|
-
|
|
649
|
-
/**
|
|
650
|
-
* Returns the type of this <code>Property</code>. One of: <ul>
|
|
651
|
-
* <li><code>PropertyType.STRING</code></li> <li><code>PropertyType.BINARY</code></li>
|
|
652
|
-
* <li><code>PropertyType.DATE</code></li> <li><code>PropertyType.DOUBLE</code></li>
|
|
653
|
-
* <li><code>PropertyType.LONG</code></li> <li><code>PropertyType.BOOLEAN</code></li>
|
|
654
|
-
* <li><code>PropertyType.NAME</code></li> <li><code>PropertyType.PATH</code></li>
|
|
655
|
-
* <li><code>PropertyType.REFERENCE</code></li> <li><code>PropertyType.WEAKREFERENCE</code></li>
|
|
656
|
-
* <li><code>PropertyType.URI</code></li> </ul> The type returned is that
|
|
657
|
-
* which was set at property creation. Note that for some property
|
|
658
|
-
* <code>p</code>, the type returned by <code>p.getType()</code> will differ
|
|
659
|
-
* from the type returned by <code>p.getDefinition.getRequiredType()</code>
|
|
660
|
-
* only in the case where the latter returns <code>UNDEFINED</code>. The
|
|
661
|
-
* type of a property instance is never <code>UNDEFINED</code> (it must
|
|
662
|
-
* always have some actual type).
|
|
663
|
-
* @return an int
|
|
664
|
-
* @throws RepositoryException if an error occurs
|
|
665
|
-
*/
|
|
666
|
-
getType(): number;
|
|
667
|
-
|
|
668
|
-
/**
|
|
669
|
-
* Returns <code>true</code> if this property is multi-valued and
|
|
670
|
-
* <code>false</code> if this property is single-valued.
|
|
671
|
-
* @return <code>true</code> if this property is multi-valued; <code>false</code> otherwise.
|
|
672
|
-
* @throws RepositoryException if an error occurs.
|
|
673
|
-
*/
|
|
674
|
-
isMultiple(): boolean;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
export default Property;
|