Uses of Class
org.apache.sling.servlets.post.Modification
Packages that use Modification
Package
Description
-
Uses of Modification in org.apache.sling.jackrabbit.usermanager
Method parameters in org.apache.sling.jackrabbit.usermanager with type arguments of type ModificationModifier and TypeMethodDescriptionorg.apache.jackrabbit.api.security.user.UserChangeUserPassword.changePassword(javax.jcr.Session jcrSession, String name, String oldPassword, String newPassword, String newPasswordConfirm, List<Modification> changes) Update the password of a user in the repositoryorg.apache.jackrabbit.api.security.user.GroupCreateGroup.createGroup(javax.jcr.Session jcrSession, String name, Map<String, ?> properties, List<Modification> changes) Create a new group for the repositorydefault org.apache.jackrabbit.api.security.user.GroupCreateGroup.createGroup(javax.jcr.Session jcrSession, Map<String, ?> properties, List<Modification> changes) Create a new group for the repository.org.apache.jackrabbit.api.security.user.UserCreateUser.createUser(javax.jcr.Session jcrSession, String name, String password, String passwordConfirm, Map<String, ?> properties, List<Modification> changes) Create a new user for the repositorydefault org.apache.jackrabbit.api.security.user.UserCreateUser.createUser(javax.jcr.Session jcrSession, String password, String passwordConfirm, Map<String, ?> properties, List<Modification> changes) Create a new user for the repository.voidDeleteAuthorizables.deleteAuthorizables(javax.jcr.Session jcrSession, Resource baseResource, String[] paths, List<Modification> changes) Deletes one or more users or groups from the repositoryvoidDeleteGroup.deleteGroup(javax.jcr.Session jcrSession, String name, List<Modification> changes) Deletes a group from the repositoryvoidDeleteUser.deleteUser(javax.jcr.Session jcrSession, String name, List<Modification> changes) Deletes a user from the repositoryorg.apache.jackrabbit.api.security.user.GroupUpdateGroup.updateGroup(javax.jcr.Session jcrSession, String name, Map<String, ?> properties, List<Modification> changes) Update a group in the repositoryorg.apache.jackrabbit.api.security.user.UserUpdateUser.updateUser(javax.jcr.Session jcrSession, String name, Map<String, ?> properties, List<Modification> changes) Update a user in the repository -
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 ModificationModifier and TypeMethodDescriptionprotected voidDeleteAcesServlet.deleteAces(javax.jcr.Session jcrSession, String resourcePath, String[] principalNamesToDelete, List<Modification> changes) protected voidDeletePrincipalAcesServlet.deleteAces(javax.jcr.Session jcrSession, String resourcePath, String[] principalNamesToDelete, List<Modification> changes) protected abstract voidAbstractAccessPostServlet.handleOperation(SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) Extending Servlet should implement this operation to do the workprotected voidDeleteAcesServlet.handleOperation(SlingJakartaHttpServletRequest request, JakartaPostResponse htmlResponse, List<Modification> changes) protected voidModifyAceServlet.handleOperation(SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected voidModifyAceServlet.modifyAce(javax.jcr.Session jcrSession, String resourcePath, String principalId, Collection<LocalPrivilege> localPrivileges, String order, boolean autoSave, List<Modification> changes) protected voidModifyAceServlet.modifyAce(javax.jcr.Session jcrSession, String resourcePath, String principalId, Map<String, String> privileges, String order, Map<String, javax.jcr.Value> restrictions, Map<String, javax.jcr.Value[]> mvRestrictions, Set<String> removeRestrictionNames, boolean autoSave, List<Modification> changes) -
Uses of Modification in org.apache.sling.servlets.post
Methods in org.apache.sling.servlets.post that return ModificationModifier and TypeMethodDescriptionprotected static ModificationModification.onChange(ModificationType type, String source) protected static ModificationModification.onChange(ModificationType type, String source, String dest) static Modificationstatic ModificationModification.onCheckout(String path) static ModificationRecords a 'copied' change.static ModificationRecords a 'created' changestatic ModificationRecords a 'deleted' changestatic ModificationModification.onModified(String path) Records a 'modified' changestatic ModificationRecords a 'moved' change.static ModificationRecords a 'order' change.static ModificationMethod parameters in org.apache.sling.servlets.post with type arguments of type ModificationModifier and TypeMethodDescriptionprotected voidAbstractPostOperation.checkoutIfNecessary(javax.jcr.Node node, List<Modification> changes, VersioningConfiguration versioningConfiguration) Deprecated.protected abstract voidAbstractPostOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Deprecated.Actually performs the desired operation filling progress into thechangeslist and preparing and further information in theresponse.protected abstract voidAbstractSlingPostOperation.doRun(SlingHttpServletRequest request, HtmlResponse response, List<Modification> changes) Deprecated.protected voidAbstractSlingPostOperation.doRun(SlingHttpServletRequest request, PostResponse response, 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(SlingHttpServletRequest request, javax.jcr.Item item, List<Modification> changes) Deprecated.Orders the given node according to the specified command.voidSlingJakartaPostProcessor.process(SlingJakartaHttpServletRequest request, List<Modification> changes) Process the current request.voidSlingPostProcessor.process(SlingHttpServletRequest request, List<Modification> changes) Deprecated.Process the current request.