|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Modification | |
|---|---|
| org.apache.sling.jcr.jackrabbit.accessmanager.post | |
| org.apache.sling.servlets.post | |
| Uses of Modification in org.apache.sling.jcr.jackrabbit.accessmanager.post |
|---|
| Method parameters in org.apache.sling.jcr.jackrabbit.accessmanager.post with type arguments of type Modification | |
|---|---|
protected void |
ModifyAceServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
List<Modification> changes)
|
protected abstract void |
AbstractAccessPostServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
List<Modification> changes)
Extending Servlet should implement this operation to do the work |
protected void |
DeleteAcesServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
List<Modification> changes)
|
| Uses of Modification in org.apache.sling.servlets.post |
|---|
| Methods in org.apache.sling.servlets.post that return Modification | |
|---|---|
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 beforeSibbling)
Records a 'order' change. |
| Method parameters in org.apache.sling.servlets.post with type arguments of type Modification | |
|---|---|
protected void |
AbstractSlingPostOperation.checkoutIfNecessary(javax.jcr.Node node,
List<Modification> changes,
VersioningConfiguration versioningConfiguration)
|
protected abstract void |
AbstractSlingPostOperation.doRun(SlingHttpServletRequest request,
HtmlResponse response,
List<Modification> changes)
|
protected void |
AbstractSlingPostOperation.orderNode(SlingHttpServletRequest request,
javax.jcr.Item item,
List<Modification> changes)
Orders the given node according to the specified command. |
void |
SlingPostProcessor.process(SlingHttpServletRequest request,
List<Modification> changes)
Process the current request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||