com.atlassian.theplugin.commons.crucible.api.model.notification
Class AbstractUpdatedCommentNotification

java.lang.Object
  extended by com.atlassian.theplugin.commons.crucible.api.model.notification.AbstractReviewNotification
      extended by com.atlassian.theplugin.commons.crucible.api.model.notification.AbstractCommentNotification
          extended by com.atlassian.theplugin.commons.crucible.api.model.notification.AbstractUpdatedCommentNotification
All Implemented Interfaces:
CrucibleNotification
Direct Known Subclasses:
UpdatedGeneralCommentNotification, UpdatedReplyCommentNotification, UpdatedVersionedCommentNotification

public abstract class AbstractUpdatedCommentNotification
extends AbstractCommentNotification


Field Summary
 
Fields inherited from class com.atlassian.theplugin.commons.crucible.api.model.notification.AbstractReviewNotification
review
 
Constructor Summary
AbstractUpdatedCommentNotification(ReviewAdapter review, User user, boolean isDraft, boolean wasDraft)
           
 
Method Summary
 boolean wasDraft()
           
 
Methods inherited from class com.atlassian.theplugin.commons.crucible.api.model.notification.AbstractCommentNotification
getAuthor, isDraft
 
Methods inherited from class com.atlassian.theplugin.commons.crucible.api.model.notification.AbstractReviewNotification
getId, getItemUrl, getPresentationMessage, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractUpdatedCommentNotification

public AbstractUpdatedCommentNotification(ReviewAdapter review,
                                          User user,
                                          boolean isDraft,
                                          boolean wasDraft)
Method Detail

wasDraft

public boolean wasDraft()


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.