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 VersioningConfigurationVersioningConfiguration. clone()protected VersioningConfigurationAbstractPostOperation. 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 voidAbstractPostOperation. 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 voidJCRSupport. checkoutIfNecessary(org.apache.sling.api.resource.Resource rsrc, List<Modification> changes, VersioningConfiguration versioningConfiguration)voidJCRSupportImpl. 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 VersioningConfigurationAbstractPostOperation. 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.ResourceCopyOperation. execute(List<Modification> changes, org.apache.sling.api.resource.Resource source, String destParent, String destName, VersioningConfiguration versioningConfiguration)protected org.apache.sling.api.resource.ResourceMoveOperation. execute(List<Modification> changes, org.apache.sling.api.resource.Resource source, String destParent, String destName, VersioningConfiguration versioningConfiguration)
-