Uses of Class
org.apache.sling.servlets.post.Modification
-
Packages that use Modification Package Description 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.servlets.post
Methods in org.apache.sling.servlets.post that return Modification Modifier and Type Method Description protected static ModificationModification. onChange(ModificationType type, String source)protected static ModificationModification. onChange(ModificationType type, String source, String dest)static ModificationModification. onCheckin(String path)static ModificationModification. onCheckout(String path)static ModificationModification. onCopied(String srcPath, String dstPath)Records a 'copied' change.static ModificationModification. onCreated(String path)Records a 'created' changestatic ModificationModification. onDeleted(String path)Records a 'deleted' changestatic ModificationModification. onModified(String path)Records a 'modified' changestatic ModificationModification. onMoved(String srcPath, String dstPath)Records a 'moved' change.static ModificationModification. onOrder(String orderedPath, String beforeSibling)Records a 'order' change.static ModificationModification. onRestore(String path, String version)Method parameters in org.apache.sling.servlets.post with type arguments of type Modification Modifier and Type Method Description protected 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.voidSlingPostProcessor. process(org.apache.sling.api.SlingHttpServletRequest request, List<Modification> changes)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 Modification Modifier and Type Method Description ModificationJCRSupport. 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).ModificationJCRSupportImpl. 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 Modification Modifier and Type Method Description voidJCRSupport. 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)voidJCRSupport. orderNode(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.resource.Resource resource, List<Modification> changes)voidJCRSupportImpl. orderNode(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.resource.Resource resource, List<Modification> changes)Orders the given node according to the specified command.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 Modification Constructor Description SlingPropertyValueHandler(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 Modification Modifier and Type Method Description protected abstract voidAbstractPostOperation. doRun(org.apache.sling.api.SlingHttpServletRequest request, PostResponse 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.SlingHttpServletRequest request, PostResponse response, List<Modification> changes)protected voidCheckoutOperation. doRun(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, List<Modification> changes)protected voidDeleteOperation. doRun(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, List<Modification> changes)protected voidImportOperation. doRun(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, List<Modification> changes)protected voidModifyOperation. doRun(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, List<Modification> changes)protected voidRestoreOperation. doRun(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, List<Modification> changes)protected voidStreamedUploadOperation. doRun(org.apache.sling.api.SlingHttpServletRequest request, PostResponse 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)
-