public class InMemoryChangesCollector extends java.lang.Object implements ChangesCollector
| Constructor and Description |
|---|
InMemoryChangesCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearChanges() |
boolean |
collect(ItemChangeDTO change)
Collects the given change in a specified way.
|
void |
finish()
Finishes the collecting changes, depending on implementation, may be used as kind of post processing after
finalizing collecting the changes.
|
java.util.List<ItemChangeDTO> |
getChanges() |
public boolean collect(ItemChangeDTO change)
ChangesCollectorcollect in interface ChangesCollectorchange - change to be collectedtrue, if the collecting process should continue, false otherwisepublic java.util.List<ItemChangeDTO> getChanges()
public void clearChanges()
public void finish()
ChangesCollectorfinish in interface ChangesCollectorCopyright © 2018 SAP SE. All Rights Reserved.