com.atlassian.confluence.mail.reports
Class AbstractContentEntityReport

java.lang.Object
  extended by com.atlassian.confluence.mail.reports.AbstractContentEntityReport
Direct Known Subclasses:
CommentReport, PageReport, PersonalInfoReport, SpaceDescriptionReport

public class AbstractContentEntityReport
extends Object


Constructor Summary
AbstractContentEntityReport(ContentEntityObject content, ChangeDigestReport parentReport)
           
 
Method Summary
 Date getCreationDate()
           
 String getCreatorName()
           
 Date getLastModificationDate()
           
 String getLastModifierName()
           
 boolean isNewForPeriod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractContentEntityReport

public AbstractContentEntityReport(ContentEntityObject content,
                                   ChangeDigestReport parentReport)
Method Detail

isNewForPeriod

public boolean isNewForPeriod()

getLastModificationDate

public Date getLastModificationDate()

getCreatorName

public String getCreatorName()

getCreationDate

public Date getCreationDate()

getLastModifierName

public String getLastModifierName()


Copyright © 2003-2012 Atlassian. All Rights Reserved.