Class TombstoneCallbackResult
java.lang.Object
org.apache.olingo.odata2.api.ep.callback.TombstoneCallbackResult
Objects of this class are a container for the result of the
TombstoneCallback.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA map representing a deleted entry MUST contain all properties which are part of the key for this entry.voidsetDeletedEntriesData(List<Map<String, Object>> deletedEntriesData) Sets the data for all deleted entriesvoidsetDeltaLink(String deltaLink) Sets the delta link to retrieve a delta.
-
Constructor Details
-
TombstoneCallbackResult
public TombstoneCallbackResult()
-
-
Method Details
-
getDeletedEntriesData
A map representing a deleted entry MUST contain all properties which are part of the key for this entry.
A map representing a deleted entry MAY contain the property which is mapped on SyndicationUpdated. The provided value here will result in the value of the "when" attribute of the deleted entry.- Returns:
- deleted entries in the form of List<Map<property name, property value> >
-
setDeletedEntriesData
Sets the data for all deleted entries- Parameters:
deletedEntriesData-
-
getDeltaLink
- Returns:
- delta link as String
-
setDeltaLink
Sets the delta link to retrieve a delta.- Parameters:
deltaLink-
-