| Modifier and Type | Method and Description |
|---|---|
ItemChangeDTO |
ChangeDetectionService.getChangeForExistingItem(ItemModel item,
String streamId)
Detects change for a given existing item and stream.
|
ItemChangeDTO |
ChangeDetectionService.getChangeForRemovedItem(PK pk,
String streamId)
Detects potential change for a an not existing item - (change type 'DELETED'), stored under
ItemVersionMarker referencing given item pk.
|
ItemChangeDTO |
ItemChangeDTO.withVersionValue(String versionValue) |
| Modifier and Type | Method and Description |
|---|---|
List<ItemChangeDTO> |
ChangeDetectionService.getChangesForRemovedItems(String streamId)
Detects changes for all items, which doesn't exist anymore (change type 'DELETED'), stored under
ItemVersionMarker referencing the not existing item pks.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChangesCollector.collect(ItemChangeDTO change)
Collects the given change in a specified way.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeDetectionService.consumeChanges(List<ItemChangeDTO> changes)
Consumes all given changes.
|
| Modifier and Type | Method and Description |
|---|---|
ItemChangeDTO |
DefaultChangeDetectionService.getChangeForExistingItem(ItemModel item,
String streamId) |
ItemChangeDTO |
DefaultChangeDetectionService.getChangeForRemovedItem(PK pk,
String streamId) |
| Modifier and Type | Method and Description |
|---|---|
List<ItemChangeDTO> |
InMemoryChangesCollector.getChanges() |
List<ItemChangeDTO> |
DefaultChangeDetectionService.getChangesForRemovedItems(String streamId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CsvReportChangesCollector.collect(ItemChangeDTO change) |
boolean |
InMemoryChangesCollector.collect(ItemChangeDTO change) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultChangeDetectionService.consumeChanges(List<ItemChangeDTO> allChanges) |
protected Callable<Integer> |
DefaultChangeDetectionService.createConsumeBatchCallable(String streamId,
List<ItemChangeDTO> changes,
int maxRetries) |
protected List<Callable<Integer>> |
DefaultChangeDetectionService.prepareBatchExecutionCallables(List<ItemChangeDTO> allChanges) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MediaBatchingCollector.collect(ItemChangeDTO change) |
boolean |
ItemTypeGroupingCollectorWithBatching.collect(ItemChangeDTO change) |
| Modifier and Type | Method and Description |
|---|---|
List<ItemChangeDTO> |
TaskContext.getChanges() |
| Constructor and Description |
|---|
ExportScriptCreator(String impExHeader,
String typeCode,
Collection<ItemChangeDTO> changes) |
Copyright © 2017 SAP SE. All Rights Reserved.