@sitevision/api 2.0.0-alpha.1 → 2.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +8 -0
- package/package.json +1 -1
- package/server/AliasUtil/index.d.ts +13 -11
- package/server/ArchiveUtil/index.d.ts +45 -43
- package/server/ArraysInstance/index.d.ts +1667 -1808
- package/server/ArticleUtil/index.d.ts +294 -226
- package/server/AuthenticationUtil/index.d.ts +73 -85
- package/server/BookmarkUtil/index.d.ts +76 -81
- package/server/BuddyIconRenderer/index.d.ts +124 -132
- package/server/BuddyIconRenderer.BuddyIconSize/index.d.ts +41 -0
- package/server/BuddyIconRenderer.BuddyIconSize/index.js +25 -0
- package/server/ClientUtil/index.d.ts +11 -9
- package/server/CollaborationFactory/index.d.ts +37 -40
- package/server/CollaborationGroupFolderUtil/index.d.ts +30 -28
- package/server/CollaborationGroupState/index.d.ts +27 -0
- package/server/CollaborationGroupState/index.js +11 -0
- package/server/CollaborationGroupTemplateUtil/index.d.ts +48 -50
- package/server/CollaborationGroupType/index.d.ts +28 -0
- package/server/CollaborationGroupType/index.js +12 -0
- package/server/CollaborationGroupUtil/index.d.ts +86 -82
- package/server/CollectionsInstance/index.d.ts +642 -705
- package/server/ColorUtil/index.d.ts +36 -37
- package/server/CompoundAndFilterBuilder/index.d.ts +31 -29
- package/server/CompoundComparatorBuilder/index.d.ts +35 -33
- package/server/CompoundOrFilterBuilder/index.d.ts +31 -29
- package/server/ContentNodeUtil/index.d.ts +36 -34
- package/server/CurrencyFactory/index.d.ts +72 -70
- package/server/DateUtil/index.d.ts +132 -142
- package/server/DecorationUtil/index.d.ts +13 -11
- package/server/DeviceUtil/index.d.ts +21 -19
- package/server/DimensionMode/index.d.ts +17 -0
- package/server/DimensionMode/index.js +12 -0
- package/server/DirectoryUtil/index.d.ts +90 -88
- package/server/DocType/index.d.ts +30 -0
- package/server/DocType/index.js +14 -0
- package/server/DocTypeUtil/index.d.ts +129 -135
- package/server/EndecUtil/index.d.ts +330 -347
- package/server/ExtendedDismaxParserBuilder/index.d.ts +156 -170
- package/server/FileIconRenderer/index.d.ts +153 -172
- package/server/FileUtil/index.d.ts +274 -300
- package/server/FilterBuilder/index.d.ts +42 -40
- package/server/FolderUtil/index.d.ts +93 -94
- package/server/FontUtil/index.d.ts +36 -37
- package/server/FormatterBuilderFactory/index.d.ts +76 -84
- package/server/HighlightBuilder/index.d.ts +79 -86
- package/server/IconUtil/index.d.ts +27 -25
- package/server/ImageLinkRenderer/index.d.ts +34 -32
- package/server/ImageRenderer/index.d.ts +343 -379
- package/server/ImageUtil/index.d.ts +247 -265
- package/server/IndexUtil/index.d.ts +40 -37
- package/server/IndexUtil.IndexType/index.d.ts +29 -0
- package/server/IndexUtil.IndexType/index.js +13 -0
- package/server/IndexingUtil/index.d.ts +69 -47
- package/server/InstanceCreatorUtil/index.d.ts +421 -457
- package/server/InstanceTypeUtil/index.d.ts +168 -189
- package/server/JwtUtil/index.d.ts +131 -129
- package/server/LandingPageUtil/index.d.ts +84 -87
- package/server/LandingPageUtil/index.js +1 -0
- package/server/LinkPageUtil/index.d.ts +297 -251
- package/server/LinkRenderer/index.d.ts +651 -715
- package/server/LinkTargetBuilder/index.d.ts +69 -77
- package/server/LinkValueBuilder/index.d.ts +70 -77
- package/server/ListWrapper/index.d.ts +82 -91
- package/server/LocaleUtil/index.d.ts +382 -394
- package/server/LogUtil/index.d.ts +119 -128
- package/server/MailBuilder/index.d.ts +109 -124
- package/server/MailUtil/index.d.ts +58 -63
- package/server/MathInstance/index.d.ts +625 -657
- package/server/MessageDigesterFactory/index.d.ts +30 -28
- package/server/MetadataDefinitionUtil/index.d.ts +79 -83
- package/server/MetadataUtil/index.d.ts +322 -346
- package/server/MimeTypeUtil/index.d.ts +209 -215
- package/server/MonitorBuilder/index.d.ts +20 -20
- package/server/NodeComparatorUtil/index.d.ts +215 -225
- package/server/NodeFactoryUtil/index.d.ts +18 -16
- package/server/NodeFilterUtil/index.d.ts +652 -739
- package/server/NodeIteratorUtil/index.d.ts +214 -229
- package/server/NodeResolverUtil/index.d.ts +400 -406
- package/server/NodeTreeUtil/index.d.ts +214 -229
- package/server/NodeTypeUtil/index.d.ts +1432 -548
- package/server/OfflineVersionPropertyUtil/index.d.ts +8 -6
- package/server/OnlineVersionPropertyUtil/index.d.ts +8 -6
- package/server/OutputUtil/index.d.ts +385 -380
- package/server/PageUtil/index.d.ts +266 -188
- package/server/PermissionUtil/index.d.ts +393 -430
- package/server/PermissionUtil.Permission/index.d.ts +54 -0
- package/server/PermissionUtil.Permission/index.js +38 -0
- package/server/PortletContextUtil/index.d.ts +112 -107
- package/server/PortletUtil/index.d.ts +32 -22
- package/server/PrincipalUtil/index.d.ts +35 -33
- package/server/Properties/index.d.ts +69 -76
- package/server/PropertyUtil/index.d.ts +1422 -1464
- package/server/PublishingUtil/index.d.ts +248 -249
- package/server/QueryStringUtil/index.d.ts +404 -415
- package/server/RedirectUtil/index.d.ts +64 -68
- package/server/RelatedValueBuilder/index.d.ts +45 -43
- package/server/Requester/index.d.ts +125 -125
- package/server/ResourceLocatorUtil/index.d.ts +436 -476
- package/server/RestApi/index.d.ts +158 -138
- package/server/RestAppInvokerFactory/index.d.ts +28 -26
- package/server/RoleAssignmentBuilder/index.d.ts +39 -37
- package/server/RoleMatcherBuilder/index.d.ts +39 -37
- package/server/RoleUtil/index.d.ts +35 -37
- package/server/ScriptUtil/index.d.ts +458 -495
- package/server/SearchFactory/index.d.ts +90 -105
- package/server/SearchUtil/index.d.ts +75 -73
- package/server/SearcherBuilder/index.d.ts +117 -124
- package/server/Session/index.d.ts +261 -1103
- package/server/Session/index.js +1 -20
- package/server/SimpleUserUtil/index.d.ts +28 -29
- package/server/SiteCookieUtil/index.d.ts +152 -175
- package/server/SortBuilder/index.d.ts +27 -25
- package/server/SourceSetMode/index.d.ts +12 -0
- package/server/SourceSetMode/index.js +12 -0
- package/server/SpellCheckBuilder/index.d.ts +30 -30
- package/server/StandardParserBuilder/index.d.ts +36 -34
- package/server/StructureUtil/index.d.ts +85 -83
- package/server/SubscriberUtil/index.d.ts +60 -67
- package/server/SubscriptionUtil/index.d.ts +123 -130
- package/server/SystemUserUtil/index.d.ts +148 -146
- package/server/TagUtil/index.d.ts +115 -120
- package/server/TemplateUtil/index.d.ts +115 -120
- package/server/TemporaryFileNodeBuilder/index.d.ts +32 -30
- package/server/TemporaryNodeBuilder/index.d.ts +139 -177
- package/server/TextModuleRendererBuilder/index.d.ts +22 -20
- package/server/TimestampUtil/index.d.ts +103 -117
- package/server/TranslationUtil/index.d.ts +98 -104
- package/server/TrashcanUtil/index.d.ts +114 -117
- package/server/UserDataUtil/index.d.ts +110 -111
- package/server/UserFactory/index.d.ts +47 -54
- package/server/UserFieldRenderer/index.d.ts +120 -128
- package/server/UserIdentityUtil/index.d.ts +38 -36
- package/server/UserUtil/index.d.ts +32 -30
- package/server/Utils/index.d.ts +634 -723
- package/server/VelocityRenderer/index.d.ts +96 -94
- package/server/VersionUtil/index.d.ts +25 -9
- package/server/WebContentUtil/index.d.ts +277 -284
- package/server/WebResourceFactory/index.d.ts +41 -46
- package/server/XSLTUtil/index.d.ts +34 -32
- package/server/XmlParserUtil/index.d.ts +50 -48
- package/types/javax/jcr/Binary/index.d.ts +3 -21
- package/types/javax/jcr/Binary/index.js +0 -1
- package/types/javax/jcr/Credentials/index.d.ts +3 -1
- package/types/javax/jcr/ImportUUIDBehavior/index.d.ts +27 -1
- package/types/javax/jcr/Item/index.d.ts +6 -119
- package/types/javax/jcr/Item/index.js +0 -6
- package/types/javax/jcr/ItemVisitor/index.d.ts +5 -3
- package/types/javax/jcr/NamespaceRegistry/index.d.ts +69 -43
- package/types/javax/jcr/NamespaceRegistry/index.js +0 -2
- package/types/javax/jcr/Node/index.d.ts +37 -1506
- package/types/javax/jcr/Node/index.js +1 -34
- package/types/javax/jcr/NodeIterator/index.d.ts +5 -3
- package/types/javax/jcr/Property/index.d.ts +494 -494
- package/types/javax/jcr/Property/index.js +0 -5
- package/types/javax/jcr/PropertyIterator/index.d.ts +5 -3
- package/types/javax/jcr/RangeIterator/index.d.ts +2 -42
- package/types/javax/jcr/RangeIterator/index.js +1 -5
- package/types/javax/jcr/Repository/index.d.ts +465 -263
- package/types/javax/jcr/Repository/index.js +0 -4
- package/types/javax/jcr/RepositoryFactory/index.d.ts +4 -2
- package/types/javax/jcr/Value/index.d.ts +4 -31
- package/types/javax/jcr/Value/index.js +0 -2
- package/types/javax/jcr/ValueFactory/index.d.ts +6 -74
- package/types/javax/jcr/ValueFactory/index.js +1 -2
- package/types/javax/jcr/Workspace/index.d.ts +103 -577
- package/types/javax/jcr/Workspace/index.js +1 -12
- package/types/javax/jcr/lock/Lock/index.d.ts +4 -2
- package/types/javax/jcr/lock/LockManager/index.d.ts +4 -2
- package/types/javax/jcr/nodetype/ItemDefinition/index.d.ts +4 -105
- package/types/javax/jcr/nodetype/ItemDefinition/index.js +0 -5
- package/types/javax/jcr/nodetype/NodeDefinition/index.d.ts +5 -3
- package/types/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +4 -2
- package/types/javax/jcr/nodetype/NodeType/index.d.ts +262 -269
- package/types/javax/jcr/nodetype/NodeType/index.js +1 -12
- package/types/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +5 -107
- package/types/javax/jcr/nodetype/NodeTypeDefinition/index.js +1 -7
- package/types/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +5 -3
- package/types/javax/jcr/nodetype/NodeTypeManager/index.d.ts +9 -130
- package/types/javax/jcr/nodetype/NodeTypeManager/index.js +1 -8
- package/types/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +4 -2
- package/types/javax/jcr/nodetype/PropertyDefinition/index.d.ts +5 -272
- package/types/javax/jcr/nodetype/PropertyDefinition/index.js +1 -7
- package/types/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +5 -3
- package/types/javax/jcr/observation/Event/index.d.ts +85 -42
- package/types/javax/jcr/observation/EventIterator/index.d.ts +5 -3
- package/types/javax/jcr/observation/EventJournal/index.d.ts +4 -2
- package/types/javax/jcr/observation/EventListener/index.d.ts +4 -2
- package/types/javax/jcr/observation/EventListenerIterator/index.d.ts +5 -3
- package/types/javax/jcr/observation/ObservationManager/index.d.ts +6 -4
- package/types/javax/jcr/query/Query/index.d.ts +35 -12
- package/types/javax/jcr/query/QueryManager/index.d.ts +6 -4
- package/types/javax/jcr/query/QueryResult/index.d.ts +5 -3
- package/types/javax/jcr/query/Row/index.d.ts +5 -3
- package/types/javax/jcr/query/RowIterator/index.d.ts +5 -3
- package/types/javax/jcr/query/qom/And/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/BindVariableValue/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/ChildNode/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/Column/index.d.ts +3 -1
- package/types/javax/jcr/query/qom/Comparison/index.d.ts +6 -4
- package/types/javax/jcr/query/qom/Constraint/index.d.ts +3 -1
- package/types/javax/jcr/query/qom/DescendantNode/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/DynamicOperand/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/FullTextSearch/index.d.ts +5 -3
- package/types/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/Join/index.d.ts +5 -3
- package/types/javax/jcr/query/qom/JoinCondition/index.d.ts +3 -1
- package/types/javax/jcr/query/qom/Length/index.d.ts +5 -3
- package/types/javax/jcr/query/qom/Literal/index.d.ts +5 -3
- package/types/javax/jcr/query/qom/LowerCase/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/NodeLocalName/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/NodeName/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/Not/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/Operand/index.d.ts +3 -1
- package/types/javax/jcr/query/qom/Or/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/Ordering/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/PropertyExistence/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/PropertyValue/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/QueryObjectModel/index.d.ts +8 -6
- package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +76 -2
- package/types/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +37 -35
- package/types/javax/jcr/query/qom/SameNode/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/Selector/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/Source/index.d.ts +3 -1
- package/types/javax/jcr/query/qom/StaticOperand/index.d.ts +4 -2
- package/types/javax/jcr/query/qom/UpperCase/index.d.ts +4 -2
- package/types/javax/jcr/retention/Hold/index.d.ts +3 -1
- package/types/javax/jcr/retention/RetentionManager/index.d.ts +5 -3
- package/types/javax/jcr/retention/RetentionPolicy/index.d.ts +3 -1
- package/types/javax/jcr/security/AccessControlEntry/index.d.ts +4 -2
- package/types/javax/jcr/security/AccessControlList/index.d.ts +6 -4
- package/types/javax/jcr/security/AccessControlManager/index.d.ts +6 -4
- package/types/javax/jcr/security/AccessControlPolicy/index.d.ts +3 -1
- package/types/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +5 -3
- package/types/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +4 -2
- package/types/javax/jcr/security/Privilege/index.d.ts +130 -44
- package/types/javax/jcr/version/Version/index.d.ts +5 -3
- package/types/javax/jcr/version/VersionHistory/index.d.ts +7 -5
- package/types/javax/jcr/version/VersionIterator/index.d.ts +5 -3
- package/types/javax/jcr/version/VersionManager/index.d.ts +7 -5
- package/types/senselogic/sitevision/api/base/Builder/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/base/Filter/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/base/FilterSplit/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/base/Loadable/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.d.ts +9 -0
- package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.js +11 -0
- package/types/senselogic/sitevision/api/base/Resolver/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/base/Wrapper/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +13 -7
- package/types/senselogic/sitevision/api/format/NumericFormatter/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +5 -3
- package/types/senselogic/sitevision/api/i18n/Currency/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +5 -3
- package/types/senselogic/sitevision/api/link/CustomLinkRenderData/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/mail/Mail/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/message/MessageTextLinker/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/metadata/value/LinkValue/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/metadata/value/RelatedValue/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/property/VersionedPropertyUtil/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.d.ts +51 -0
- package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.js +12 -0
- package/types/senselogic/sitevision/api/render/ImageScaler/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/render/TextModuleRenderer/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.d.ts +85 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.js +21 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.d.ts +31 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.js +12 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.d.ts +31 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.js +12 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.d.ts +67 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.js +18 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.d.ts +25 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.d.ts +19 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.js +10 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.d.ts +1243 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.js +189 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.d.ts +31 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.js +12 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.d.ts +91 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.js +22 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.d.ts +27 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.d.ts +19 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.js +10 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.d.ts +19 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.js +10 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.d.ts +25 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.d.ts +37 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.js +13 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.d.ts +25 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityContext/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/script/app/RestAppInvoker/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/script/factory/TypedArgument/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +24 -2
- package/types/senselogic/sitevision/api/search/SearchFieldUtil/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/SearchHighlighter/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/search/SearchHit/index.d.ts +19 -3
- package/types/senselogic/sitevision/api/search/SearchResult/index.d.ts +31 -7
- package/types/senselogic/sitevision/api/search/facet/SearchFacetField/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/facet/SearchFacetValue/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/searcher/Searcher/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/search/searcher/component/Filter/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/searcher/component/Highlight/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/searcher/component/Monitor/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/searcher/component/Parser/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/searcher/component/Sort/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/sort/CustomSort/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/security/DirectoryAttributes/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/security/MessageDigester/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/security/RoleAssignment/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/security/RoleMatcher/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/security/SecretStore/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/security/UserUtil/index.d.ts +4 -2
- package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +35 -3
- package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +5 -3
- package/types/senselogic/sitevision/api/webresource/LinkTarget/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/xml/XmlElement/index.d.ts +3 -1
- package/types/senselogic/sitevision/api/xml/XmlElementHandler/index.d.ts +4 -2
|
@@ -1,439 +1,20 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type Value from "../Value";
|
|
2
2
|
|
|
3
|
-
import type
|
|
3
|
+
import type Binary from "../Binary";
|
|
4
4
|
|
|
5
|
-
import type
|
|
6
|
-
import type
|
|
5
|
+
import type Node from "../Node";
|
|
6
|
+
import type PropertyDefinition from "../nodetype/PropertyDefinition";
|
|
7
7
|
|
|
8
|
-
import type
|
|
8
|
+
import type Item from "../Item";
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* A <code>Property</code> object represents the smallest granularity of content
|
|
12
12
|
* storage. It has a single parent node and no children. A property consists of
|
|
13
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>.
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
-
export type 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
|
-
|
|
14
|
+
* all of the same type. See <code>{@link Value}</code>.
|
|
15
|
+
|
|
16
|
+
*/
|
|
17
|
+
type Property = Item & {
|
|
437
18
|
/**
|
|
438
19
|
* Returns the value of this property as a <code>Value</code> object.
|
|
439
20
|
* <p>
|
|
@@ -464,39 +45,6 @@ export type Property = {
|
|
|
464
45
|
*/
|
|
465
46
|
getString(): string;
|
|
466
47
|
|
|
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
48
|
/**
|
|
501
49
|
* Returns a <code>long</code> representation of the value of this property.
|
|
502
50
|
* A shortcut for <code>Property.getValue().getLong()</code>.
|
|
@@ -598,39 +146,6 @@ export type Property = {
|
|
|
598
146
|
*/
|
|
599
147
|
getProperty(): Property;
|
|
600
148
|
|
|
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
149
|
/**
|
|
635
150
|
* Returns the property definition that applies to this property. In some
|
|
636
151
|
* cases there may appear to be more than one definition that could apply to
|
|
@@ -672,4 +187,489 @@ export type Property = {
|
|
|
672
187
|
* @throws RepositoryException if an error occurs.
|
|
673
188
|
*/
|
|
674
189
|
isMultiple(): boolean;
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* A constant for the property name <code>jcr:primaryType</code> (in
|
|
193
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_BASE
|
|
194
|
+
* nt:base}.
|
|
195
|
+
* @since JCR 2.0
|
|
196
|
+
*/
|
|
197
|
+
JCR_PRIMARY_TYPE: string;
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* A constant for the property name <code>jcr:mixinTypes</code> (in expanded
|
|
201
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_BASE
|
|
202
|
+
* nt:base}.
|
|
203
|
+
* @since JCR 2.0
|
|
204
|
+
*/
|
|
205
|
+
JCR_MIXIN_TYPES: string;
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* A constant for the property name <code>jcr:content</code> (in expanded
|
|
209
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_LINKED_FILE
|
|
210
|
+
* nt:linkedFile}. Note, <code>jcr:content</code> is also the name of a
|
|
211
|
+
* child node declared in {@link javax.jcr.nodetype.NodeType#NT_FILE
|
|
212
|
+
* nt:file}.
|
|
213
|
+
* @since JCR 2.0
|
|
214
|
+
*/
|
|
215
|
+
JCR_CONTENT: string;
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* A constant for the property name <code>jcr:data</code> (in expanded
|
|
219
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_RESOURCE
|
|
220
|
+
* nt:resource}.
|
|
221
|
+
* @since JCR 2.0
|
|
222
|
+
*/
|
|
223
|
+
JCR_DATA: string;
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* A constant for the property name <code>jcr:protocol</code> (in expanded
|
|
227
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
|
|
228
|
+
* nt:address}.
|
|
229
|
+
* @since JCR 2.0
|
|
230
|
+
*/
|
|
231
|
+
JCR_PROTOCOL: string;
|
|
232
|
+
|
|
233
|
+
/**
|
|
234
|
+
* A constant for the property name <code>jcr:host</code> (in expanded
|
|
235
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
|
|
236
|
+
* nt:address}.
|
|
237
|
+
* @since JCR 2.0
|
|
238
|
+
*/
|
|
239
|
+
JCR_HOST: string;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* A constant for the property name <code>jcr:port</code> (in expanded
|
|
243
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
|
|
244
|
+
* nt:address}.
|
|
245
|
+
* @since JCR 2.0
|
|
246
|
+
*/
|
|
247
|
+
JCR_PORT: string;
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* A constant for the property name <code>jcr:repository</code> (in expanded
|
|
251
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
|
|
252
|
+
* nt:address}.
|
|
253
|
+
* @since JCR 2.0
|
|
254
|
+
*/
|
|
255
|
+
JCR_REPOSITORY: string;
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* A constant for the property name <code>jcr:workspace</code> (in expanded
|
|
259
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
|
|
260
|
+
* nt:address}.
|
|
261
|
+
* @since JCR 2.0
|
|
262
|
+
*/
|
|
263
|
+
JCR_WORKSPACE: string;
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* A constant for the property name <code>jcr:path</code> (in expanded
|
|
267
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
|
|
268
|
+
* nt:address}.
|
|
269
|
+
* @since JCR 2.0
|
|
270
|
+
*/
|
|
271
|
+
JCR_PATH: string;
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* A constant for the property name <code>jcr:id</code> (in expanded form),
|
|
275
|
+
* declared in node type {@link javax.jcr.nodetype.NodeType#NT_ADDRESS
|
|
276
|
+
* nt:address}.
|
|
277
|
+
* @since JCR 2.0
|
|
278
|
+
*/
|
|
279
|
+
JCR_ID: string;
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* A constant for the property name <code>jcr:uuid</code> (in expanded
|
|
283
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_REFERENCEABLE
|
|
284
|
+
* mix:referenceable}.
|
|
285
|
+
* @since JCR 2.0
|
|
286
|
+
*/
|
|
287
|
+
JCR_UUID: string;
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* A constant for the property name <code>jcr:title</code> (in expanded
|
|
291
|
+
* form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_TITLE
|
|
292
|
+
* mix:title} and {@link javax.jcr.nodetype.NodeType#NT_ACTIVITY
|
|
293
|
+
* nt:activity}.
|
|
294
|
+
* @since JCR 2.0
|
|
295
|
+
*/
|
|
296
|
+
JCR_TITLE: string;
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* A constant for the property name <code>jcr:description</code> (in
|
|
300
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_TITLE
|
|
301
|
+
* mix:title}.
|
|
302
|
+
* @since JCR 2.0
|
|
303
|
+
*/
|
|
304
|
+
JCR_DESCRIPTION: string;
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* A constant for the property name <code>jcr:created</code> (in expanded
|
|
308
|
+
* form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_CREATED
|
|
309
|
+
* mix:created} and {@link javax.jcr.nodetype.NodeType#NT_VERSION
|
|
310
|
+
* nt:version}.
|
|
311
|
+
* @since JCR 2.0
|
|
312
|
+
*/
|
|
313
|
+
JCR_CREATED: string;
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* A constant for the property name <code>jcr:createdBy</code> (in expanded
|
|
317
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_CREATED
|
|
318
|
+
* mix:created}.
|
|
319
|
+
* @since JCR 2.0
|
|
320
|
+
*/
|
|
321
|
+
JCR_CREATED_BY: string;
|
|
322
|
+
|
|
323
|
+
/**
|
|
324
|
+
* A constant for the property name <code>jcr:lastModified</code> (in
|
|
325
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LAST_MODIFIED
|
|
326
|
+
* mix:lastModified}.
|
|
327
|
+
* @since JCR 2.0
|
|
328
|
+
*/
|
|
329
|
+
JCR_LAST_MODIFIED: string;
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* A constant for the property name <code>jcr:lastModifiedBy</code> (in
|
|
333
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LAST_MODIFIED
|
|
334
|
+
* mix:lastModified}.
|
|
335
|
+
* @since JCR 2.0
|
|
336
|
+
*/
|
|
337
|
+
JCR_LAST_MODIFIED_BY: string;
|
|
338
|
+
|
|
339
|
+
/**
|
|
340
|
+
* A constant for the property name <code>jcr:language</code> (in expanded
|
|
341
|
+
* form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_LANGUAGE
|
|
342
|
+
* mix:language} and {@link javax.jcr.nodetype.NodeType#NT_QUERY nt:query}.
|
|
343
|
+
* @since JCR 2.0
|
|
344
|
+
*/
|
|
345
|
+
JCR_LANGUAGE: string;
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* A constant for the property name <code>jcr:mimeType</code> (in expanded
|
|
349
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_MIMETYPE
|
|
350
|
+
* mix:mimeType}.
|
|
351
|
+
* @since JCR 2.0
|
|
352
|
+
*/
|
|
353
|
+
JCR_MIMETYPE: string;
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* A constant for the property name <code>jcr:encoding</code> (in expanded
|
|
357
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_MIMETYPE
|
|
358
|
+
* mix:mimeType}.
|
|
359
|
+
* @since JCR 2.0
|
|
360
|
+
*/
|
|
361
|
+
JCR_ENCODING: string;
|
|
362
|
+
|
|
363
|
+
/**
|
|
364
|
+
* A constant for the property name <code>jcr:nodeTypeName</code> (in
|
|
365
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
|
|
366
|
+
* nt:nodeType}.
|
|
367
|
+
* @since JCR 2.0
|
|
368
|
+
*/
|
|
369
|
+
JCR_NODE_TYPE_NAME: string;
|
|
370
|
+
|
|
371
|
+
/**
|
|
372
|
+
* A constant for the property name <code>jcr:supertypes</code> (in expanded
|
|
373
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
|
|
374
|
+
* nt:nodeType}.
|
|
375
|
+
* @since JCR 2.0
|
|
376
|
+
*/
|
|
377
|
+
JCR_SUPERTYPES: string;
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* A constant for the property name <code>jcr:isAbstract</code> (in expanded
|
|
381
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
|
|
382
|
+
* nt:nodeType}.
|
|
383
|
+
* @since JCR 2.0
|
|
384
|
+
*/
|
|
385
|
+
JCR_IS_ABSTRACT: string;
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* A constant for the property name <code>jcr:isMixin</code> (in expanded
|
|
389
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
|
|
390
|
+
* nt:nodeType}.
|
|
391
|
+
* @since JCR 2.0
|
|
392
|
+
*/
|
|
393
|
+
JCR_IS_MIXIN: string;
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* A constant for the property name <code>jcr:hasOrderableChildNodes</code>
|
|
397
|
+
* (in expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
|
|
398
|
+
* nt:nodeType}.
|
|
399
|
+
* @since JCR 2.0
|
|
400
|
+
*/
|
|
401
|
+
JCR_HAS_ORDERABLE_CHILD_NODES: string;
|
|
402
|
+
|
|
403
|
+
/**
|
|
404
|
+
* A constant for the property name <code>jcr:primaryItemName</code> (in
|
|
405
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_NODE_TYPE
|
|
406
|
+
* nt:nodeType}.
|
|
407
|
+
* @since JCR 2.0
|
|
408
|
+
*/
|
|
409
|
+
JCR_PRIMARY_ITEM_NAME: string;
|
|
410
|
+
|
|
411
|
+
/**
|
|
412
|
+
* A constant for the property name <code>jcr:name</code> (in expanded
|
|
413
|
+
* form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
414
|
+
* nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
415
|
+
* nt:childNodeDefinition}.
|
|
416
|
+
* @since JCR 2.0
|
|
417
|
+
*/
|
|
418
|
+
JCR_NAME: string;
|
|
419
|
+
|
|
420
|
+
/**
|
|
421
|
+
* A constant for the property name <code>jcr:autoCreated</code> (in
|
|
422
|
+
* expanded form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
423
|
+
* nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
424
|
+
* nt:childNodeDefinition}.
|
|
425
|
+
* @since JCR 2.0
|
|
426
|
+
*/
|
|
427
|
+
JCR_AUTOCREATED: string;
|
|
428
|
+
|
|
429
|
+
/**
|
|
430
|
+
* A constant for the property name <code>jcr:mandatory</code> (in expanded
|
|
431
|
+
* form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
432
|
+
* nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
433
|
+
* nt:childNodeDefinition}.
|
|
434
|
+
* @since JCR 2.0
|
|
435
|
+
*/
|
|
436
|
+
JCR_MANDATORY: string;
|
|
437
|
+
|
|
438
|
+
/**
|
|
439
|
+
* A constant for the property name <code>jcr:protected</code> (in expanded
|
|
440
|
+
* form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
441
|
+
* nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
442
|
+
* nt:childNodeDefinition}.
|
|
443
|
+
* @since JCR 2.0
|
|
444
|
+
*/
|
|
445
|
+
JCR_PROTECTED: string;
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* A constant for the property name <code>jcr:onParentVersion</code> (in
|
|
449
|
+
* expanded form), declared in node types {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
450
|
+
* nt:propertyDefinition} and {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
451
|
+
* nt:childNodeDefinition}.
|
|
452
|
+
* @since JCR 2.0
|
|
453
|
+
*/
|
|
454
|
+
JCR_ON_PARENT_VERSION: string;
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
* A constant for the property name <code>jcr:requiredType</code> (in
|
|
458
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
459
|
+
* nt:propertyDefinition}.
|
|
460
|
+
* @since JCR 2.0
|
|
461
|
+
*/
|
|
462
|
+
JCR_REQUIRED_TYPE: string;
|
|
463
|
+
|
|
464
|
+
/**
|
|
465
|
+
* A constant for the property name <code>jcr:valueConstraints</code> (in
|
|
466
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
467
|
+
* nt:propertyDefinition}.
|
|
468
|
+
* @since JCR 2.0
|
|
469
|
+
*/
|
|
470
|
+
JCR_VALUE_CONSTRAINTS: string;
|
|
471
|
+
|
|
472
|
+
/**
|
|
473
|
+
* A constant for the property name <code>jcr:defaultValues</code> (in
|
|
474
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
475
|
+
* nt:propertyDefinition}.
|
|
476
|
+
* @since JCR 2.0
|
|
477
|
+
*/
|
|
478
|
+
JCR_DEFAULT_VALUES: string;
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* A constant for the property name <code>jcr:multiple</code> (in expanded
|
|
482
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_PROPERTY_DEFINITION
|
|
483
|
+
* nt:propertyDefinition}.
|
|
484
|
+
* @since JCR 2.0
|
|
485
|
+
*/
|
|
486
|
+
JCR_MULTIPLE: string;
|
|
487
|
+
|
|
488
|
+
/**
|
|
489
|
+
* A constant for the property name <code>jcr:requiredPrimaryTypes</code>
|
|
490
|
+
* (in expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
491
|
+
* nt:childNodeDefinition}.
|
|
492
|
+
* @since JCR 2.0
|
|
493
|
+
*/
|
|
494
|
+
JCR_REQUIRED_PRIMARY_TYPES: string;
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* A constant for the property name <code>jcr:defaultPrimaryType</code> (in
|
|
498
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
499
|
+
* nt:childNodeDefinition}.
|
|
500
|
+
* @since JCR 2.0
|
|
501
|
+
*/
|
|
502
|
+
JCR_DEFAULT_PRIMARY_TYPE: string;
|
|
503
|
+
|
|
504
|
+
/**
|
|
505
|
+
* A constant for the property name <code>jcr:sameNameSiblings</code> (in
|
|
506
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CHILD_NODE_DEFINITION
|
|
507
|
+
* nt:childNodeDefinition}.
|
|
508
|
+
* @since JCR 2.0
|
|
509
|
+
*/
|
|
510
|
+
JCR_SAME_NAME_SIBLINGS: string;
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* A constant for the property name <code>jcr:lockOwner</code> (in expanded
|
|
514
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LOCKABLE
|
|
515
|
+
* mix:lockable}.
|
|
516
|
+
* @since JCR 2.0
|
|
517
|
+
*/
|
|
518
|
+
JCR_LOCK_OWNER: string;
|
|
519
|
+
|
|
520
|
+
/**
|
|
521
|
+
* A constant for the property name <code>jcr:lockIsDeep</code> (in expanded
|
|
522
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LOCKABLE
|
|
523
|
+
* mix:lockable}.
|
|
524
|
+
* @since JCR 2.0
|
|
525
|
+
*/
|
|
526
|
+
JCR_LOCK_IS_DEEP: string;
|
|
527
|
+
|
|
528
|
+
/**
|
|
529
|
+
* A constant for the property name <code>jcr:lifecyclePolicy</code> (in
|
|
530
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LIFECYCLE
|
|
531
|
+
* mix:lifecycle}.
|
|
532
|
+
* @since JCR 2.0
|
|
533
|
+
*/
|
|
534
|
+
JCR_LIFECYCLE_POLICY: string;
|
|
535
|
+
|
|
536
|
+
/**
|
|
537
|
+
* A constant for the property name <code>jcr:currentLifecycleState</code>
|
|
538
|
+
* (in expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_LIFECYCLE
|
|
539
|
+
* mix:lifecycle}.
|
|
540
|
+
* @since JCR 2.0
|
|
541
|
+
*/
|
|
542
|
+
JCR_CURRENT_LIFECYCLE_STATE: string;
|
|
543
|
+
|
|
544
|
+
/**
|
|
545
|
+
* A constant for the property name <code>jcr:isCheckedOut</code> (in
|
|
546
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_SIMPLE_VERSIONABLE
|
|
547
|
+
* mix:simpleVersionable}.
|
|
548
|
+
* @since JCR 2.0
|
|
549
|
+
*/
|
|
550
|
+
JCR_IS_CHECKED_OUT: string;
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* A constant for the property name <code>jcr:frozenPrimaryType</code> (in
|
|
554
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_FROZEN_NODE
|
|
555
|
+
* nt:frozenNode}.
|
|
556
|
+
* @since JCR 2.0
|
|
557
|
+
*/
|
|
558
|
+
JCR_FROZEN_PRIMARY_TYPE: string;
|
|
559
|
+
|
|
560
|
+
/**
|
|
561
|
+
* A constant for the property name <code>jcr:frozenMixinTypes</code> (in
|
|
562
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_FROZEN_NODE
|
|
563
|
+
* nt:frozenNode}.
|
|
564
|
+
* @since JCR 2.0
|
|
565
|
+
*/
|
|
566
|
+
JCR_FROZEN_MIXIN_TYPES: string;
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* A constant for the property name <code>jcr:frozenUuid</code> (in expanded
|
|
570
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_FROZEN_NODE
|
|
571
|
+
* nt:frozenNode}.
|
|
572
|
+
* @since JCR 2.0
|
|
573
|
+
*/
|
|
574
|
+
JCR_FROZEN_UUID: string;
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
* A constant for the property name <code>jcr:versionHistory</code> (in
|
|
578
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
|
|
579
|
+
* mix:versionable}.
|
|
580
|
+
* @since JCR 2.0
|
|
581
|
+
*/
|
|
582
|
+
JCR_VERSION_HISTORY: string;
|
|
583
|
+
|
|
584
|
+
/**
|
|
585
|
+
* A constant for the property name <code>jcr:baseVersion</code> (in
|
|
586
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
|
|
587
|
+
* mix:versionable}.
|
|
588
|
+
* @since JCR 2.0
|
|
589
|
+
*/
|
|
590
|
+
JCR_BASE_VERSION: string;
|
|
591
|
+
|
|
592
|
+
/**
|
|
593
|
+
* A constant for the property name <code>jcr:predecessors</code> (in
|
|
594
|
+
* expanded form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
|
|
595
|
+
* mix:versionable} and {@link javax.jcr.nodetype.NodeType#NT_VERSION
|
|
596
|
+
* nt:version}.
|
|
597
|
+
* @since JCR 2.0
|
|
598
|
+
*/
|
|
599
|
+
JCR_PREDECESSORS: string;
|
|
600
|
+
|
|
601
|
+
/**
|
|
602
|
+
* A constant for the property name <code>jcr:mergeFailed</code> (in
|
|
603
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
|
|
604
|
+
* mix:versionable}.
|
|
605
|
+
* @since JCR 2.0
|
|
606
|
+
*/
|
|
607
|
+
JCR_MERGE_FAILED: string;
|
|
608
|
+
|
|
609
|
+
/**
|
|
610
|
+
* A constant for the property name <code>jcr:activity</code> (in expanded
|
|
611
|
+
* form), declared in node types {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
|
|
612
|
+
* mix:versionable} and {@link javax.jcr.nodetype.NodeType#NT_VERSION
|
|
613
|
+
* nt:version}.
|
|
614
|
+
* @since JCR 2.0
|
|
615
|
+
*/
|
|
616
|
+
JCR_ACTIVITY: string;
|
|
617
|
+
|
|
618
|
+
/**
|
|
619
|
+
* A constant for the property name <code>jcr:configuration</code> (in
|
|
620
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#MIX_VERSIONABLE
|
|
621
|
+
* mix:versionable}.
|
|
622
|
+
* @since JCR 2.0
|
|
623
|
+
*/
|
|
624
|
+
JCR_CONFIGURATION: string;
|
|
625
|
+
|
|
626
|
+
/**
|
|
627
|
+
* A constant for the property name <code>jcr:versionableUuid</code> (in
|
|
628
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSION
|
|
629
|
+
* nt:version}.
|
|
630
|
+
* @since JCR 2.0
|
|
631
|
+
*/
|
|
632
|
+
JCR_VERSIONABLE_UUID: string;
|
|
633
|
+
|
|
634
|
+
/**
|
|
635
|
+
* A constant for the property name <code>jcr:copiedFrom</code> (in expanded
|
|
636
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSION
|
|
637
|
+
* nt:version}.
|
|
638
|
+
* @since JCR 2.0
|
|
639
|
+
*/
|
|
640
|
+
JCR_COPIED_FROM: string;
|
|
641
|
+
|
|
642
|
+
/**
|
|
643
|
+
* A constant for the property name <code>jcr:successors</code> (in expanded
|
|
644
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSION
|
|
645
|
+
* nt:versione}.
|
|
646
|
+
* @since JCR 2.0
|
|
647
|
+
*/
|
|
648
|
+
JCR_SUCCESSORS: string;
|
|
649
|
+
|
|
650
|
+
/**
|
|
651
|
+
* A constant for the property name <code>jcr:childVersionHistory</code> (in
|
|
652
|
+
* expanded form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_VERSIONED_CHILD
|
|
653
|
+
* nt:versionedChild}.
|
|
654
|
+
* @since JCR 2.0
|
|
655
|
+
*/
|
|
656
|
+
JCR_CHILD_VERSION_HISTORY: string;
|
|
657
|
+
|
|
658
|
+
/**
|
|
659
|
+
* A constant for the property name <code>jcr:root</code> (in expanded
|
|
660
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_CONFIGURATION
|
|
661
|
+
* nt:configuration}.
|
|
662
|
+
* @since JCR 2.0
|
|
663
|
+
*/
|
|
664
|
+
JCR_ROOT: string;
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* A constant for the property name <code>jcr:statement</code> (in expanded
|
|
668
|
+
* form), declared in node type {@link javax.jcr.nodetype.NodeType#NT_QUERY
|
|
669
|
+
* nt:query}.
|
|
670
|
+
* @since JCR 2.0
|
|
671
|
+
*/
|
|
672
|
+
JCR_STATEMENT: string;
|
|
675
673
|
};
|
|
674
|
+
|
|
675
|
+
export = Property;
|