Uses of Class
org.apache.sling.servlets.post.VersioningConfiguration
-
Packages that use VersioningConfiguration Package Description org.apache.sling.servlets.post org.apache.sling.servlets.post.impl.helper org.apache.sling.servlets.post.impl.operations -
-
Uses of VersioningConfiguration in org.apache.sling.servlets.post
Methods in org.apache.sling.servlets.post that return VersioningConfiguration Modifier and Type Method Description VersioningConfiguration
VersioningConfiguration. 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 VersioningConfiguration Modifier and Type Method Description protected 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 VersioningConfiguration Modifier and Type Method Description void
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 VersioningConfiguration Modifier and Type Method Description protected VersioningConfiguration
AbstractPostOperation. getVersioningConfiguration(org.apache.sling.api.SlingHttpServletRequest request)
Get the versioning configuration.Methods in org.apache.sling.servlets.post.impl.operations with parameters of type VersioningConfiguration Modifier and Type Method Description protected 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)
-