public class CompareSynchronization
extends java.lang.Object
CatalogVersion and a target CatalogVersion from the
given CatalogVersionSyncJob. The work flow is simple:| Constructor and Description |
|---|
CompareSynchronization(CatalogVersionSyncJob cvsj) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemCompareResult> |
compareSyncRootType(ComposedType root_ct,
int skip)
Gets for the given
ComposedTypes and the given CatalogVersionSyncJob (see constructor) all items and compere
those synchronzied items. |
public CompareSynchronization(CatalogVersionSyncJob cvsj)
public java.util.List<ItemCompareResult> compareSyncRootType(ComposedType root_ct, int skip)
ComposedTypes and the given CatalogVersionSyncJob (see constructor) all items and compere
those synchronzied items. Depending on the skip value the item amount is reduced.root_ct - skip - ItemCompareResult represents the compare result between the source item and the
synchronized itemCopyright © 2018 SAP SE. All Rights Reserved.