Uses of Class
org.apache.sling.servlets.post.exceptions.PreconditionViolatedPersistenceException
-
Uses of PreconditionViolatedPersistenceException in org.apache.sling.servlets.post
Modifier and TypeMethodDescriptionprotected abstract void
AbstractPostOperation.doRun
(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
(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Deprecated.Prepares and finalizes the actual operation.void
AbstractSlingPostOperation.run
(SlingHttpServletRequest request, 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
PostOperation.run
(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Executes the operation provided by this service implementation.void
SlingPostOperation.run
(SlingHttpServletRequest request, HtmlResponse response, SlingPostProcessor[] processors) Deprecated.Executes the operation provided by this service implementation. -
Uses of PreconditionViolatedPersistenceException in org.apache.sling.servlets.post.impl.operations
Modifier and TypeMethodDescriptionvoid
AbstractPostOperation.run
(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Prepares and finalizes the actual operation.void
NopOperation.run
(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors)