Interface GettableChangesCollector
-
- All Superinterfaces:
ChangesCollector
- All Known Implementing Classes:
InMemoryGettableChangesCollector
@Deprecated(since="1905.2003-CEP", forRemoval=true) public interface GettableChangesCollector extends ChangesCollectorDeprecated, for removal: This API element is subject to removal in a future version.not used anymore for outbound sync. Replaced byCountingChangesCollectorAChangesCollectorthat allows the caller to get the changes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.List<ItemChangeDTO>getChanges()Deprecated, for removal: This API element is subject to removal in a future version.Gets a list of changes-
Methods inherited from interface de.hybris.deltadetection.ChangesCollector
collect, finish
-
-
-
-
Method Detail
-
getChanges
java.util.List<ItemChangeDTO> getChanges()
Deprecated, for removal: This API element is subject to removal in a future version.Gets a list of changes- Returns:
- The list of changes or an empty list
-
-