public interface ChangesCollector
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean collect(ItemChangeDTO change)
change - change to be collectedtrue, if the collecting process should continue, false otherwisevoid finish()
Copyright © 2018 SAP SE. All Rights Reserved.