Modifier and Type | Method and Description |
---|---|
protected static Modification |
Modification.onChange(ModificationType type,
String source) |
protected static Modification |
Modification.onChange(ModificationType type,
String source,
String dest) |
static Modification |
Modification.onCheckin(String path) |
static Modification |
Modification.onCheckout(String path) |
static Modification |
Modification.onCopied(String srcPath,
String dstPath)
Records a 'copied' change.
|
static Modification |
Modification.onCreated(String path)
Records a 'created' change
|
static Modification |
Modification.onDeleted(String path)
Records a 'deleted' change
|
static Modification |
Modification.onModified(String path)
Records a 'modified' change
|
static Modification |
Modification.onMoved(String srcPath,
String dstPath)
Records a 'moved' change.
|
static Modification |
Modification.onOrder(String orderedPath,
String beforeSibling)
Records a 'order' change.
|
static Modification |
Modification.onRestore(String path,
String version) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPostOperation.checkoutIfNecessary(javax.jcr.Node node,
List<Modification> changes,
VersioningConfiguration versioningConfiguration)
Deprecated.
|
protected abstract void |
AbstractSlingPostOperation.doRun(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.servlets.HtmlResponse response,
List<Modification> changes)
Deprecated.
|
protected void |
AbstractSlingPostOperation.doRun(org.apache.sling.api.SlingHttpServletRequest request,
PostResponse response,
List<Modification> changes)
Deprecated.
Implementation of the
AbstractPostOperation.doRun(SlingHttpServletRequest, PostResponse, List)
method calling our own
AbstractSlingPostOperation.run(SlingHttpServletRequest, HtmlResponse, SlingPostProcessor[])
meethod with a proxy for the Sling API HtmlResponse . |
protected abstract void |
AbstractPostOperation.doRun(org.apache.sling.api.SlingHttpServletRequest request,
PostResponse response,
List<Modification> changes)
Deprecated.
Actually performs the desired operation filling progress into the
changes list and preparing and further information in the
response . |
protected void |
AbstractPostOperation.orderNode(org.apache.sling.api.SlingHttpServletRequest request,
javax.jcr.Item item,
List<Modification> changes)
Deprecated.
Orders the given node according to the specified command.
|
void |
SlingPostProcessor.process(org.apache.sling.api.SlingHttpServletRequest request,
List<Modification> changes)
Process the current request.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.