Interface GettableChangesCollector
-
- All Superinterfaces:
ChangesCollector
- All Known Implementing Classes:
InMemoryGettableChangesCollector
public interface GettableChangesCollector extends ChangesCollector
AChangesCollector
that allows the caller to get the changes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ItemChangeDTO>
getChanges()
Gets a list of changes-
Methods inherited from interface de.hybris.deltadetection.ChangesCollector
collect, finish
-
-
-
-
Method Detail
-
getChanges
java.util.List<ItemChangeDTO> getChanges()
Gets a list of changes- Returns:
- The list of changes or an empty list
-
-