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)
|