Uses of Class
org.apache.sling.servlets.post.exceptions.TemporaryPersistenceException
Packages that use TemporaryPersistenceException
Package
Description
-
Uses of TemporaryPersistenceException in org.apache.sling.servlets.post
Methods in org.apache.sling.servlets.post that throw TemporaryPersistenceExceptionModifier and TypeMethodDescriptionprotected abstract void
AbstractPostOperation.doRun
(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Deprecated.Actually performs the desired operation filling progress into thechanges
list and preparing and further information in theresponse
.void
AbstractPostOperation.run
(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Deprecated.Prepares and finalizes the actual operation.void
AbstractSlingPostOperation.run
(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.servlets.HtmlResponse response, SlingPostProcessor[] processors) Deprecated.Implementation of theSlingPostOperation.run(SlingHttpServletRequest, HtmlResponse, SlingPostProcessor[])
API method calling thePostOperation.run(SlingHttpServletRequest, PostResponse, SlingPostProcessor[])
with a proxy around the Sling APIHtmlResponse
provided.void
JakartaPostOperation.run
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, SlingJakartaPostProcessor[] processors) Executes the operation provided by this service implementation.void
PostOperation.run
(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Deprecated.Executes the operation provided by this service implementation.void
SlingPostOperation.run
(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.servlets.HtmlResponse response, SlingPostProcessor[] processors) Deprecated.Executes the operation provided by this service implementation. -
Uses of TemporaryPersistenceException in org.apache.sling.servlets.post.impl.operations
Methods in org.apache.sling.servlets.post.impl.operations that throw TemporaryPersistenceExceptionModifier and TypeMethodDescriptionvoid
AbstractPostOperation.run
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, SlingJakartaPostProcessor[] processors) Prepares and finalizes the actual operation.void
NopOperation.run
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, SlingJakartaPostProcessor[] processors) -
Uses of TemporaryPersistenceException in org.apache.sling.servlets.post.impl.wrapper
Methods in org.apache.sling.servlets.post.impl.wrapper that throw TemporaryPersistenceExceptionModifier and TypeMethodDescriptionvoid
JavaxToJakartaPostOperation.run
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, SlingJakartaPostProcessor[] processors)