public abstract class AbstractSocialOperation extends java.lang.Object implements PostOperation, SocialOperationInfo
PROP_OPERATION_NAME, SERVICE_NAME
Constructor and Description |
---|
AbstractSocialOperation() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
getEndpoint()
Default implementation of
SocialOperationInfo interface. |
Parameters |
getRequestParameters()
Default implementation of
SocialOperationInfo interface. |
void |
run(SlingHttpServletRequest request,
PostResponse response,
SlingPostProcessor[] processors)
Executes the operation provided by this service implementation.
|
public final void run(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors)
PostOperation
run
in interface PostOperation
request
- The SlingHttpServletRequest
object providing
the request input for the operation.response
- The HtmlResponse
into which the operation
steps should be recorded.processors
- The SlingPostProcessor
services to be called
after applying the operation. This may be null
if
there are none.public final Endpoint getEndpoint()
SocialOperationInfo
interface. Get the Endpoint
information.getEndpoint
in interface SocialOperationInfo
public final Parameters getRequestParameters()
SocialOperationInfo
interface. Get the Parameters
of the endpoint.getRequestParameters
in interface SocialOperationInfo
Copyright © 2010 - 2020 Adobe. All Rights Reserved