| Package | Description |
|---|---|
| de.hybris.deltadetection | |
| de.hybris.deltadetection.impl | |
| de.hybris.y2ysync.task.distributed |
| Modifier and Type | Method and Description |
|---|---|
static StreamConfiguration |
StreamConfiguration.buildFor(String streamId) |
StreamConfiguration |
StreamConfiguration.withDataHubColumns(String dataHubColumns) |
StreamConfiguration |
StreamConfiguration.withDataHubType(String dataHubType) |
StreamConfiguration |
StreamConfiguration.withExcludedTypeCodes(Set<ComposedTypeModel> excludedTypeCodes) |
StreamConfiguration |
StreamConfiguration.withImpExHeader(String impExHeader) |
StreamConfiguration |
StreamConfiguration.withItemSelector(String itemSelector)
Allows to set selector for given stream.
|
StreamConfiguration |
StreamConfiguration.withItemTypeCode(String itemTypeCode) |
StreamConfiguration |
StreamConfiguration.withParameters(Map<String,Object> parameters)
Allows to provide parameters for change detection query
|
StreamConfiguration |
StreamConfiguration.withSyncType(String syncType) |
StreamConfiguration |
StreamConfiguration.withVersionValue(String versionValue)
Allows to specify a version value used to detect changes in the stream.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultChangeDetectionService.collectChangesForType(ComposedTypeModel composedType,
StreamConfiguration configuration,
ChangesCollector collector) |
| Modifier and Type | Method and Description |
|---|---|
Stream<? extends StreamConfiguration> |
Y2YSyncProcessCreationData.initialBatches() |
Copyright © 2017 SAP SE. All Rights Reserved.