public interface QnaForumOperations extends ForumOperations
Modifier and Type | Method and Description |
---|---|
Resource |
selectAnswer(SlingHttpServletRequest request,
Session session)
Attempt to add a resource as the answer to the post.
|
Resource |
unselectAnswer(SlingHttpServletRequest request,
Session session)
Unselect this answer if it is the chosen answer.
|
Resource selectAnswer(SlingHttpServletRequest request, Session session) throws OperationException
request
- the client requestsession
- the user session to be used to create the new commentQnaPost
OperationException
- if there is an error occursResource unselectAnswer(SlingHttpServletRequest request, Session session) throws OperationException
request
- the client requestsession
- the user session to be used to create the new commentQnaPost
OperationException
- if there is an error occurs"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"