Uses of Class
org.apache.sling.servlets.post.VersioningConfiguration
Packages that use VersioningConfiguration
Package
Description
-
Uses of VersioningConfiguration in org.apache.sling.servlets.post
Methods in org.apache.sling.servlets.post that return VersioningConfigurationModifier and TypeMethodDescriptionVersioningConfiguration.clone()
protected VersioningConfiguration
AbstractPostOperation.getVersioningConfiguration
(org.apache.sling.api.SlingHttpServletRequest request) Deprecated.Get the versioning configuration.Methods in org.apache.sling.servlets.post with parameters of type VersioningConfigurationModifier and TypeMethodDescriptionprotected void
AbstractPostOperation.checkoutIfNecessary
(javax.jcr.Node node, List<Modification> changes, VersioningConfiguration versioningConfiguration) Deprecated. -
Uses of VersioningConfiguration in org.apache.sling.servlets.post.impl.helper
Methods in org.apache.sling.servlets.post.impl.helper with parameters of type VersioningConfigurationModifier and TypeMethodDescriptionvoid
JCRSupport.checkoutIfNecessary
(org.apache.sling.api.resource.Resource rsrc, List<Modification> changes, VersioningConfiguration versioningConfiguration) void
JCRSupportImpl.checkoutIfNecessary
(org.apache.sling.api.resource.Resource resource, List<Modification> changes, VersioningConfiguration versioningConfiguration) -
Uses of VersioningConfiguration in org.apache.sling.servlets.post.impl.operations
Methods in org.apache.sling.servlets.post.impl.operations that return VersioningConfigurationModifier and TypeMethodDescriptionprotected VersioningConfiguration
AbstractPostOperation.getVersioningConfiguration
(org.apache.sling.api.SlingJakartaHttpServletRequest request) Get the versioning configuration.Methods in org.apache.sling.servlets.post.impl.operations with parameters of type VersioningConfigurationModifier and TypeMethodDescriptionprotected org.apache.sling.api.resource.Resource
CopyOperation.execute
(List<Modification> changes, org.apache.sling.api.resource.Resource source, String destParent, String destName, VersioningConfiguration versioningConfiguration) protected org.apache.sling.api.resource.Resource
MoveOperation.execute
(List<Modification> changes, org.apache.sling.api.resource.Resource source, String destParent, String destName, VersioningConfiguration versioningConfiguration)