com.atlassian.confluence.plugins.quickcomment.rest.entities
Class CommentResultWithActions

java.lang.Object
  extended by com.atlassian.confluence.plugins.quickcomment.rest.entities.CommentResult
      extended by com.atlassian.confluence.plugins.quickcomment.rest.entities.CommentResultWithActions

@Immutable
public class CommentResultWithActions
extends CommentResult

A comment plus the actions appropriate for that comment. It is fairly nasty to have the data and it's actions combined like this but is done because it is more efficient than performing to separate REST calls to add/edit a comment and then retrieve the actions appropriate to that comment.


Constructor Summary
CommentResultWithActions()
           
CommentResultWithActions(long id, String html, long ownerId, long parentId, List<UserAction> primary, List<UserAction> secondary)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentResultWithActions

public CommentResultWithActions()

CommentResultWithActions

public CommentResultWithActions(long id,
                                String html,
                                long ownerId,
                                long parentId,
                                List<UserAction> primary,
                                List<UserAction> secondary)


Copyright © 2003-2012 Atlassian. All Rights Reserved.