org.apache.abdera.ext.thread
Class ThreadHelper
java.lang.Object
org.apache.abdera.ext.thread.ThreadHelper
public final class ThreadHelper
- extends Object
Method Summary |
static InReplyTo |
addInReplyTo(Entry entry)
|
static InReplyTo |
addInReplyTo(Entry entry,
Entry ref)
|
static void |
addInReplyTo(Entry entry,
InReplyTo replyTo)
|
static InReplyTo |
addInReplyTo(Entry entry,
IRI ref)
|
static InReplyTo |
addInReplyTo(Entry entry,
IRI ref,
IRI source,
IRI href,
javax.activation.MimeType type)
|
static InReplyTo |
addInReplyTo(Entry entry,
String ref)
|
static InReplyTo |
addInReplyTo(Entry entry,
String ref,
String source,
String href,
String type)
|
static Total |
addTotal(Entry entry,
int total)
|
static int |
getCount(Link link)
|
static InReplyTo |
getInReplyTo(Entry entry)
|
static List<InReplyTo> |
getInReplyTos(Entry entry)
|
static Total |
getTotal(Entry entry)
|
static AtomDate |
getUpdated(Link link)
|
static InReplyTo |
newInReplyTo(Factory factory)
|
static Total |
newTotal(Factory factory)
|
static void |
setCount(Link link,
int count)
|
static void |
setUpdated(Link link,
Calendar when)
|
static void |
setUpdated(Link link,
Date when)
|
static void |
setUpdated(Link link,
long when)
|
static void |
setUpdated(Link link,
String when)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getCount
public static int getCount(Link link)
getUpdated
public static AtomDate getUpdated(Link link)
setCount
public static void setCount(Link link,
int count)
setUpdated
public static void setUpdated(Link link,
Date when)
setUpdated
public static void setUpdated(Link link,
Calendar when)
setUpdated
public static void setUpdated(Link link,
long when)
setUpdated
public static void setUpdated(Link link,
String when)
addTotal
public static Total addTotal(Entry entry,
int total)
getTotal
public static Total getTotal(Entry entry)
addInReplyTo
public static void addInReplyTo(Entry entry,
InReplyTo replyTo)
addInReplyTo
public static InReplyTo addInReplyTo(Entry entry)
addInReplyTo
public static InReplyTo addInReplyTo(Entry entry,
Entry ref)
addInReplyTo
public static InReplyTo addInReplyTo(Entry entry,
IRI ref)
addInReplyTo
public static InReplyTo addInReplyTo(Entry entry,
String ref)
addInReplyTo
public static InReplyTo addInReplyTo(Entry entry,
IRI ref,
IRI source,
IRI href,
javax.activation.MimeType type)
addInReplyTo
public static InReplyTo addInReplyTo(Entry entry,
String ref,
String source,
String href,
String type)
getInReplyTo
public static InReplyTo getInReplyTo(Entry entry)
getInReplyTos
public static List<InReplyTo> getInReplyTos(Entry entry)
newInReplyTo
public static InReplyTo newInReplyTo(Factory factory)
newTotal
public static Total newTotal(Factory factory)
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.