Uses of Class
org.apache.sling.servlets.post.Modification
Packages that use Modification
Package
Description
-
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(org.apache.sling.api.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(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.servlets.HtmlResponse response, List<Modification> changes) Deprecated.protected voidAbstractSlingPostOperation.doRun(org.apache.sling.api.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(org.apache.sling.api.SlingHttpServletRequest request, javax.jcr.Item item, List<Modification> changes) Deprecated.Orders the given node according to the specified command.voidSlingJakartaPostProcessor.process(org.apache.sling.api.SlingJakartaHttpServletRequest request, List<Modification> changes) Process the current request.voidSlingPostProcessor.process(org.apache.sling.api.SlingHttpServletRequest request, List<Modification> changes) Deprecated.Process the current request. -
Uses of Modification in org.apache.sling.servlets.post.impl.helper
Methods in org.apache.sling.servlets.post.impl.helper that return ModificationModifier and TypeMethodDescriptionJCRSupport.storeAsReference(org.apache.sling.api.resource.Resource resource, Object node, String name, String[] values, int type, boolean multiValued) Stores property value(s) as reference(s).JCRSupportImpl.storeAsReference(Object n, String name, String[] values, int type, boolean multiValued) Method parameters in org.apache.sling.servlets.post.impl.helper with type arguments of type ModificationModifier and TypeMethodDescriptionvoidJCRSupport.checkoutIfNecessary(org.apache.sling.api.resource.Resource rsrc, List<Modification> changes, VersioningConfiguration versioningConfiguration) voidJCRSupportImpl.checkoutIfNecessary(org.apache.sling.api.resource.Resource resource, List<Modification> changes, VersioningConfiguration versioningConfiguration) voidSlingFileUploadHandler.setFile(org.apache.sling.api.resource.Resource parent, RequestProperty prop, List<Modification> changes) Uses the file(s) in the request parameter for creation of new nodes.org.apache.sling.api.resource.ResourceStreamedChunk.store(org.apache.sling.api.resource.Resource fileResource, List<Modification> changes) Store the chunk in a file resource under a jcr:content sub node.Constructor parameters in org.apache.sling.servlets.post.impl.helper with type arguments of type ModificationModifierConstructorDescriptionSlingPropertyValueHandler(DateParser dateParser, JCRSupport jcrSupport, List<Modification> changes) Constructs a property 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 ModificationModifier and TypeMethodDescriptionprotected abstract voidAbstractPostOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) Actually performs the desired operation filling progress into thechangeslist and preparing and further information in theresponse.protected voidCheckinOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected voidCheckoutOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected voidDeleteOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected voidImportOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected voidModifyOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected voidRestoreOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected voidStreamedUploadOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected org.apache.sling.api.resource.ResourceCopyOperation.execute(List<Modification> changes, org.apache.sling.api.resource.Resource source, String destParent, String destName, VersioningConfiguration versioningConfiguration) protected org.apache.sling.api.resource.ResourceMoveOperation.execute(List<Modification> changes, org.apache.sling.api.resource.Resource source, String destParent, String destName, VersioningConfiguration versioningConfiguration) protected voidAbstractPostOperation.orderResource(org.apache.sling.api.SlingJakartaHttpServletRequest request, org.apache.sling.api.resource.Resource resource, List<Modification> changes) Orders the given resource according to the specified command. -
Uses of Modification in org.apache.sling.servlets.post.impl.wrapper
Method parameters in org.apache.sling.servlets.post.impl.wrapper with type arguments of type ModificationModifier and TypeMethodDescriptionvoidJakartaToJavaxPostProcessor.process(org.apache.sling.api.SlingHttpServletRequest request, List<Modification> changes) voidJavaxToSlingJakartaPostProcessor.process(org.apache.sling.api.SlingJakartaHttpServletRequest request, List<Modification> changes)