Verwendungen von Klasse
org.apache.sling.servlets.post.Modification
Packages, die Modification verwenden
Package
Beschreibung
-
Verwendungen von Modification in org.apache.sling.servlets.post
Methoden in org.apache.sling.servlets.post, die Modification zurückgebenModifizierer und TypMethodeBeschreibungprotected 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 ModificationMethodenparameter in org.apache.sling.servlets.post mit Typargumenten vom Typ ModificationModifizierer und TypMethodeBeschreibungprotected voidAbstractPostOperation.checkoutIfNecessary(javax.jcr.Node node, List<Modification> changes, VersioningConfiguration versioningConfiguration) Veraltet.protected abstract voidAbstractPostOperation.doRun(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Veraltet.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) Veraltet.protected voidAbstractSlingPostOperation.doRun(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Veraltet.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) Veraltet.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) Veraltet.Process the current request. -
Verwendungen von Modification in org.apache.sling.servlets.post.impl.helper
Methoden in org.apache.sling.servlets.post.impl.helper, die Modification zurückgebenModifizierer und TypMethodeBeschreibungJCRSupport.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) Methodenparameter in org.apache.sling.servlets.post.impl.helper mit Typargumenten vom Typ ModificationModifizierer und TypMethodeBeschreibungvoidJCRSupport.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.Konstruktorparameter in org.apache.sling.servlets.post.impl.helper mit Typargumenten vom Typ ModificationModifiziererKonstruktorBeschreibungSlingPropertyValueHandler(DateParser dateParser, JCRSupport jcrSupport, List<Modification> changes) Constructs a property value handler -
Verwendungen von Modification in org.apache.sling.servlets.post.impl.operations
Methodenparameter in org.apache.sling.servlets.post.impl.operations mit Typargumenten vom Typ ModificationModifizierer und TypMethodeBeschreibungprotected 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. -
Verwendungen von Modification in org.apache.sling.servlets.post.impl.wrapper
Methodenparameter in org.apache.sling.servlets.post.impl.wrapper mit Typargumenten vom Typ ModificationModifizierer und TypMethodeBeschreibungvoidJakartaToJavaxPostProcessor.process(org.apache.sling.api.SlingHttpServletRequest request, List<Modification> changes) voidJavaxToSlingJakartaPostProcessor.process(org.apache.sling.api.SlingJakartaHttpServletRequest request, List<Modification> changes)