com.atlassian.confluence.plugins.mobile.rest
Class ContentResource

java.lang.Object
  extended by com.atlassian.confluence.plugins.mobile.rest.ContentResource

public class ContentResource
extends Object


Constructor Summary
ContentResource(ContentEntityManager contentEntityManager, PermissionManager permissionManager, CommentManager commentManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, CommentDtoFactory commentDtoFactory)
           
 
Method Summary
 javax.ws.rs.core.Response addComment(Long contentId, String commentText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentResource

public ContentResource(@Qualifier(value="contentEntityManager")
                       ContentEntityManager contentEntityManager,
                       PermissionManager permissionManager,
                       CommentManager commentManager,
                       com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate,
                       CommentDtoFactory commentDtoFactory)
Method Detail

addComment

public javax.ws.rs.core.Response addComment(Long contentId,
                                            String commentText)


Copyright © 2003-2012 Atlassian. All Rights Reserved.