public class ThreadNode extends Object
| Constructor and Description |
|---|
ThreadNode(long mailId,
org.apache.lucene.document.Document doc) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public ThreadNode(long mailId,
org.apache.lucene.document.Document doc)
public static ThreadNode getEmptyThreadNode()
public boolean isEmpty()
public long getMailId()
public String getTitle()
public String getMessageId()
public String getFrom()
public Date getDate()
public ThreadNode getParent()
public void setParent(ThreadNode parent)
public Set getChildren()
public void setChildren(Set children)
public ThreadNode getNodeWithMessageId(String messageId)
public int getVisibleThreadCount()
public int getDescendentsCount()
public boolean isIsolated()
public String getCanonicalSubject()
Copyright © 2003–2015 Atlassian. All rights reserved.