Uses of Class
org.apache.abdera.ext.tombstones.Tombstone

Packages that use Tombstone
org.apache.abdera.ext.tombstones   
 

Uses of Tombstone in org.apache.abdera.ext.tombstones
 

Methods in org.apache.abdera.ext.tombstones that return Tombstone
static Tombstone TombstonesHelper.addTombstone(Feed source, Entry entry)
           
static Tombstone TombstonesHelper.addTombstone(Feed source, Entry entry, AtomDate when, String by, String comment)
           
static Tombstone TombstonesHelper.addTombstone(Feed source, Entry entry, Calendar when, String by, String comment)
           
static Tombstone TombstonesHelper.addTombstone(Feed source, Entry entry, Date when, String by, String comment)
           
static Tombstone TombstonesHelper.addTombstone(Feed source, Entry entry, long when, String by, String comment)
           
static Tombstone TombstonesHelper.addTombstone(Feed source, Entry entry, String when, String by, String comment)
           
static Tombstone TombstonesHelper.addTombstone(Feed source, String id)
           
static Tombstone TombstonesHelper.addTombstone(Feed source, String id, AtomDate when, String by, String comment)
           
static Tombstone TombstonesHelper.addTombstone(Feed source, String id, Calendar when, String by, String comment)
           
static Tombstone TombstonesHelper.addTombstone(Feed source, String id, Date when, String by, String comment)
           
static Tombstone TombstonesHelper.addTombstone(Feed source, String id, long when, String by, String comment)
           
static Tombstone TombstonesHelper.addTombstone(Feed source, String id, String when, String by, String comment)
           
 Tombstone Tombstone.setBy(Person person)
           
 Tombstone Tombstone.setRef(IRI id)
           
 Tombstone Tombstone.setRef(String id)
           
 Tombstone Tombstone.setWhen(AtomDate date)
           
 Tombstone Tombstone.setWhen(Calendar date)
           
 Tombstone Tombstone.setWhen(Date date)
           
 Tombstone Tombstone.setWhen(long date)
           
 Tombstone Tombstone.setWhen(String date)
           
 

Methods in org.apache.abdera.ext.tombstones that return types with arguments of type Tombstone
static List<Tombstone> TombstonesHelper.getTombstones(Feed source)
           
 

Methods in org.apache.abdera.ext.tombstones with parameters of type Tombstone
static void TombstonesHelper.addTombstone(Feed source, Tombstone tombstone)
           
 



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