com.atlassian.confluence.mail.archive
Class ThreadNode

java.lang.Object
  extended by com.atlassian.confluence.mail.archive.ThreadNode

public class ThreadNode
extends Object


Constructor Summary
ThreadNode(long mailId, org.apache.lucene.document.Document doc)
           
 
Method Summary
 String getCanonicalSubject()
           
 Set getChildren()
           
 Date getDate()
           
 int getDescendentsCount()
           
static ThreadNode getEmptyThreadNode()
           
 String getFrom()
           
 long getMailId()
           
 String getMessageId()
           
 ThreadNode getNodeWithMessageId(String messageId)
           
 ThreadNode getParent()
           
 String getTitle()
           
 int getVisibleThreadCount()
           
 boolean isEmpty()
           
 boolean isIsolated()
           
 void setChildren(Set children)
           
 void setParent(ThreadNode parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadNode

public ThreadNode(long mailId,
                  org.apache.lucene.document.Document doc)
Method Detail

getEmptyThreadNode

public static ThreadNode getEmptyThreadNode()

isEmpty

public boolean isEmpty()

getMailId

public long getMailId()

getTitle

public String getTitle()

getMessageId

public String getMessageId()

getFrom

public String getFrom()

getDate

public Date getDate()

getParent

public ThreadNode getParent()

setParent

public void setParent(ThreadNode parent)

getChildren

public Set getChildren()

setChildren

public void setChildren(Set children)

getNodeWithMessageId

public ThreadNode getNodeWithMessageId(String messageId)

getVisibleThreadCount

public int getVisibleThreadCount()

getDescendentsCount

public int getDescendentsCount()

isIsolated

public boolean isIsolated()

getCanonicalSubject

public String getCanonicalSubject()


Copyright © 2003-2012 Atlassian. All Rights Reserved.