|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Modification | |
---|---|
org.apache.sling.jackrabbit.usermanager.post | |
org.apache.sling.jcr.jackrabbit.accessmanager.post | |
org.apache.sling.servlets.post |
Uses of Modification in org.apache.sling.jackrabbit.usermanager.post |
---|
Method parameters in org.apache.sling.jackrabbit.usermanager.post with type arguments of type Modification | |
---|---|
protected void |
UpdateUserServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
|
protected void |
UpdateGroupServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
|
protected void |
DeleteAuthorizableServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
|
protected void |
CreateUserServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse response,
java.util.List<Modification> changes)
|
protected void |
CreateGroupServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse response,
java.util.List<Modification> changes)
|
protected void |
ChangeUserPasswordServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
|
protected abstract void |
AbstractAuthorizablePostServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
Extending Servlet should implement this operation to do the work |
protected void |
AbstractAuthorizablePostServlet.processDeletes(org.apache.jackrabbit.api.security.user.Authorizable resource,
java.util.Map<java.lang.String,org.apache.sling.jackrabbit.usermanager.post.impl.RequestProperty> reqProperties,
java.util.List<Modification> changes)
Removes all properties listed as RequestProperty.isDelete() from
the authorizable. |
protected void |
AbstractGroupPostServlet.updateGroupMembership(SlingHttpServletRequest request,
org.apache.jackrabbit.api.security.user.Authorizable authorizable,
java.util.List<Modification> changes)
Update the group membership based on the ":member" request parameters. |
protected void |
AbstractAuthorizablePostServlet.writeContent(javax.jcr.Session session,
org.apache.jackrabbit.api.security.user.Authorizable authorizable,
java.util.Map<java.lang.String,org.apache.sling.jackrabbit.usermanager.post.impl.RequestProperty> reqProperties,
java.util.List<Modification> changes)
Writes back the content |
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,
java.util.List<Modification> changes)
|
protected void |
DeleteAcesServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
|
protected abstract void |
AbstractAccessPostServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
Extending Servlet should implement this operation to do the work |
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,
java.lang.String source)
|
protected static Modification |
Modification.onChange(ModificationType type,
java.lang.String source,
java.lang.String dest)
|
static Modification |
Modification.onCopied(java.lang.String srcPath,
java.lang.String dstPath)
Records a 'copied' change. |
static Modification |
Modification.onCreated(java.lang.String path)
Records a 'created' change |
static Modification |
Modification.onDeleted(java.lang.String path)
Records a 'deleted' change |
static Modification |
Modification.onModified(java.lang.String path)
Records a 'modified' change |
static Modification |
Modification.onMoved(java.lang.String srcPath,
java.lang.String dstPath)
Records a 'moved' change. |
static Modification |
Modification.onOrder(java.lang.String orderedPath,
java.lang.String beforeSibbling)
Records a 'order' change. |
Method parameters in org.apache.sling.servlets.post with type arguments of type Modification | |
---|---|
protected abstract void |
AbstractSlingPostOperation.doRun(SlingHttpServletRequest request,
HtmlResponse response,
java.util.List<Modification> changes)
|
protected void |
AbstractSlingPostOperation.orderNode(SlingHttpServletRequest request,
javax.jcr.Item item,
java.util.List<Modification> changes)
Orders the given node according to the specified command. |
void |
SlingPostProcessor.process(SlingHttpServletRequest request,
java.util.List<Modification> changes)
Process the current request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |