Uses of Class
org.apache.sling.servlets.post.Modification
-
Packages that use Modification Package Description org.apache.sling.servlets.post -
-
Uses of Modification in org.apache.sling.servlets.post
Methods in org.apache.sling.servlets.post that return Modification Modifier and Type Method Description protected static ModificationModification. onChange(ModificationType type, java.lang.String source)protected static ModificationModification. onChange(ModificationType type, java.lang.String source, java.lang.String dest)static ModificationModification. onCheckin(java.lang.String path)static ModificationModification. onCheckout(java.lang.String path)static ModificationModification. onCopied(java.lang.String srcPath, java.lang.String dstPath)Records a 'copied' change.static ModificationModification. onCreated(java.lang.String path)Records a 'created' changestatic ModificationModification. onDeleted(java.lang.String path)Records a 'deleted' changestatic ModificationModification. onModified(java.lang.String path)Records a 'modified' changestatic ModificationModification. onMoved(java.lang.String srcPath, java.lang.String dstPath)Records a 'moved' change.static ModificationModification. onOrder(java.lang.String orderedPath, java.lang.String beforeSibling)Records a 'order' change.static ModificationModification. onRestore(java.lang.String path, java.lang.String version)Method parameters in org.apache.sling.servlets.post with type arguments of type Modification Modifier and Type Method Description protected voidAbstractPostOperation. checkoutIfNecessary(javax.jcr.Node node, java.util.List<Modification> changes, VersioningConfiguration versioningConfiguration)Deprecated.protected abstract voidAbstractPostOperation. doRun(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, java.util.List<Modification> changes)Deprecated.Actually performs the desired operation filling progress into thechangeslist and preparing and further information in theresponse.protected abstract voidAbstractSlingPostOperation. doRun(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.servlets.HtmlResponse response, java.util.List<Modification> changes)Deprecated.protected voidAbstractSlingPostOperation. doRun(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, java.util.List<Modification> changes)Deprecated.Implementation of theAbstractPostOperation.doRun(SlingHttpServletRequest, PostResponse, List)method calling our ownAbstractSlingPostOperation.run(SlingHttpServletRequest, HtmlResponse, SlingPostProcessor[])meethod with a proxy for the Sling APIHtmlResponse.protected voidAbstractPostOperation. orderNode(org.apache.sling.api.SlingHttpServletRequest request, javax.jcr.Item item, java.util.List<Modification> changes)Deprecated.Orders the given node according to the specified command.voidSlingPostProcessor. process(org.apache.sling.api.SlingHttpServletRequest request, java.util.List<Modification> changes)Process the current request.
-