Uses of Class
org.apache.abdera.ext.thread.InReplyTo

Packages that use InReplyTo
org.apache.abdera.ext.thread   
 

Uses of InReplyTo in org.apache.abdera.ext.thread
 

Methods in org.apache.abdera.ext.thread that return InReplyTo
static InReplyTo ThreadHelper.addInReplyTo(Entry entry)
           
static InReplyTo ThreadHelper.addInReplyTo(Entry entry, Entry ref)
           
static InReplyTo ThreadHelper.addInReplyTo(Entry entry, IRI ref)
           
static InReplyTo ThreadHelper.addInReplyTo(Entry entry, IRI ref, IRI source, IRI href, javax.activation.MimeType type)
           
static InReplyTo ThreadHelper.addInReplyTo(Entry entry, String ref)
           
static InReplyTo ThreadHelper.addInReplyTo(Entry entry, String ref, String source, String href, String type)
           
static InReplyTo ThreadHelper.getInReplyTo(Entry entry)
           
static InReplyTo ThreadHelper.newInReplyTo(Factory factory)
           
 

Methods in org.apache.abdera.ext.thread that return types with arguments of type InReplyTo
static List<InReplyTo> ThreadHelper.getInReplyTos(Entry entry)
           
 

Methods in org.apache.abdera.ext.thread with parameters of type InReplyTo
static void ThreadHelper.addInReplyTo(Entry entry, InReplyTo replyTo)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.