|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TombstoneCallback
Interface that must be implemented in order to provide tombstone support.
The callback implementing this interface is registered at the
EntityProviderWriteProperties
using the
callback key of this class.
Field Summary | |
---|---|
static String |
CALLBACK_KEY_TOMBSTONE
The key to be used when registering the callback at the EntityProviderWriteProperties |
static String |
NAMESPACE_TOMBSTONE
|
static String |
PREFIX_TOMBSTONE
|
static String |
REL_DELTA
Deprecated. |
Method Summary | |
---|---|
TombstoneCallbackResult |
getTombstoneCallbackResult()
This method is called after all entries have been serialized. |
Field Detail |
---|
static final String CALLBACK_KEY_TOMBSTONE
EntityProviderWriteProperties
static final String PREFIX_TOMBSTONE
static final String NAMESPACE_TOMBSTONE
@Deprecated static final String REL_DELTA
Method Detail |
---|
TombstoneCallbackResult getTombstoneCallbackResult()
This method is called after all entries have been serialized.
The returned TombstoneCallbackResult
must contain all deleted entries,
in the form of List<Map<property name, property value>>,
which should be serialized.
A map representing a deleted entry
The provided delta link will be serialized at the end of the feed document.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |