Uses of Class
org.apache.sling.servlets.post.Modification

Packages that use Modification
org.apache.sling.jackrabbit.usermanager.impl.post   
org.apache.sling.jcr.jackrabbit.accessmanager.post   
org.apache.sling.servlets.post   
org.apache.sling.servlets.post.impl.helper   
org.apache.sling.servlets.post.impl.operations   
 

Uses of Modification in org.apache.sling.jackrabbit.usermanager.impl.post
 

Method parameters in org.apache.sling.jackrabbit.usermanager.impl.post with type arguments of type Modification
protected abstract  void AbstractAuthorizablePostServlet.handleOperation(SlingHttpServletRequest request, HtmlResponse htmlResponse, List<Modification> changes)
          Extending Servlet should implement this operation to do the work
protected  void CreateUserServlet.handleOperation(SlingHttpServletRequest request, HtmlResponse response, List<Modification> changes)
           
protected  void DeleteAuthorizableServlet.handleOperation(SlingHttpServletRequest request, HtmlResponse htmlResponse, List<Modification> changes)
           
protected  void ChangeUserPasswordServlet.handleOperation(SlingHttpServletRequest request, HtmlResponse htmlResponse, List<Modification> changes)
           
protected  void CreateGroupServlet.handleOperation(SlingHttpServletRequest request, HtmlResponse response, List<Modification> changes)
           
protected  void UpdateUserServlet.handleOperation(SlingHttpServletRequest request, HtmlResponse htmlResponse, List<Modification> changes)
           
protected  void UpdateGroupServlet.handleOperation(SlingHttpServletRequest request, HtmlResponse htmlResponse, List<Modification> changes)
           
protected  void AbstractAuthorizablePostServlet.processDeletes(org.apache.jackrabbit.api.security.user.Authorizable resource, Map<String,RequestProperty> reqProperties, 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, 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, Map<String,RequestProperty> reqProperties, 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 abstract  void AbstractAccessPostServlet.handleOperation(SlingHttpServletRequest request, HtmlResponse htmlResponse, List<Modification> changes)
          Extending Servlet should implement this operation to do the work
protected  void ModifyAceServlet.handleOperation(SlingHttpServletRequest request, HtmlResponse htmlResponse, List<Modification> changes)
           
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.
 

Uses of Modification in org.apache.sling.servlets.post.impl.helper
 

Method parameters in org.apache.sling.servlets.post.impl.helper with type arguments of type Modification
 void SlingFileUploadHandler.setFile(javax.jcr.Node parent, RequestProperty prop, List<Modification> changes)
          Uses the file(s) in the request parameter for creation of new nodes.
 

Constructor parameters in org.apache.sling.servlets.post.impl.helper with type arguments of type Modification
SlingPropertyValueHandler(DateParser dateParser, ReferenceParser referenceParser, List<Modification> changes)
          Constructs a propert value handler
 

Uses of Modification in org.apache.sling.servlets.post.impl.operations
 

Method parameters in org.apache.sling.servlets.post.impl.operations with type arguments of type Modification
protected  void CheckoutOperation.doRun(SlingHttpServletRequest request, HtmlResponse response, List<Modification> changes)
           
protected  void DeleteOperation.doRun(SlingHttpServletRequest request, HtmlResponse response, List<Modification> changes)
           
protected  void ModifyOperation.doRun(SlingHttpServletRequest request, HtmlResponse response, List<Modification> changes)
           
protected  void CheckinOperation.doRun(SlingHttpServletRequest request, HtmlResponse response, List<Modification> changes)
           
protected  void ImportOperation.doRun(SlingHttpServletRequest request, HtmlResponse response, List<Modification> changes)
           
protected  javax.jcr.Item MoveOperation.execute(List<Modification> changes, javax.jcr.Item source, String destParent, String destName, VersioningConfiguration versioningConfiguration)
           
protected  javax.jcr.Item CopyOperation.execute(List<Modification> changes, javax.jcr.Item source, String destParent, String destName, VersioningConfiguration versioningConfiguration)
           
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.