Uses of Class
org.apache.sling.servlets.post.VersioningConfiguration
Package
Description
-
Uses of VersioningConfiguration in org.apache.sling.servlets.post
Modifier and TypeMethodDescriptionVersioningConfiguration.clone()
protected VersioningConfiguration
AbstractPostOperation.getVersioningConfiguration
(SlingHttpServletRequest request) Deprecated.Get the versioning configuration.Modifier 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
Modifier and TypeMethodDescriptionvoid
JCRSupport.checkoutIfNecessary
(Resource rsrc, List<Modification> changes, VersioningConfiguration versioningConfiguration) void
JCRSupportImpl.checkoutIfNecessary
(Resource resource, List<Modification> changes, VersioningConfiguration versioningConfiguration) -
Uses of VersioningConfiguration in org.apache.sling.servlets.post.impl.operations
Modifier and TypeMethodDescriptionprotected VersioningConfiguration
AbstractPostOperation.getVersioningConfiguration
(SlingHttpServletRequest request) Get the versioning configuration.Modifier and TypeMethodDescriptionprotected Resource
CopyOperation.execute
(List<Modification> changes, Resource source, String destParent, String destName, VersioningConfiguration versioningConfiguration) protected Resource
MoveOperation.execute
(List<Modification> changes, Resource source, String destParent, String destName, VersioningConfiguration versioningConfiguration)