| Modifier and Type | Interface and Description |
|---|---|
interface |
ChangesCollectorFactory<T extends ChangesCollector> |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeDetectionService.collectChangesForType(ComposedTypeModel composedType,
StreamConfiguration configuration,
ChangesCollector collector)
Detects all kind of changes (NEW, MODIFIED, DELETED) on items for the given composed type.
|
void |
ChangeDetectionService.collectChangesForType(ComposedTypeModel composedType,
java.lang.String streamId,
ChangesCollector collector)
Detects all kind of changes (NEW, MODIFIED, DELETED) on items for the given composed type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CsvReportChangesCollector
Collects changes and generates report as csv file
|
class |
InMemoryChangesCollector
Collects the changes in memory and allows reading it
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultChangeDetectionService.collectChangesForType(ComposedTypeModel composedType,
StreamConfiguration configuration,
ChangesCollector collector) |
void |
DefaultChangeDetectionService.collectChangesForType(ComposedTypeModel composedType,
java.lang.String streamId,
ChangesCollector collector) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
C4CAggregatingCollector
Specification of
ChangesCollector, used during synchronization of customers and addresses. |
| Modifier and Type | Class and Description |
|---|---|
class |
C4CBatchingCollector |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultC4CAggregatingCollector
Collector that grabs changes of
CustomerModel models and fetches related AddressModel and vice versa. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BatchingCollector |
| Modifier and Type | Class and Description |
|---|---|
class |
ItemTypeGroupingCollectorWithBatching |
class |
MediaBatchingCollector |
Copyright © 2018 SAP SE. All Rights Reserved.