protected abstract void |
AbstractPostOperation.doRun(org.apache.sling.api.SlingHttpServletRequest request,
PostResponse response,
java.util.List<Modification> changes) |
Deprecated.
Actually performs the desired operation filling progress into the
changes list and preparing and further information in the
response.
|
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.
|
void |
PostOperation.run(org.apache.sling.api.SlingHttpServletRequest request,
PostResponse response,
SlingPostProcessor[] processors) |
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.
|