public interface SetupSyncJobService
| Modifier and Type | Method and Description |
|---|---|
void |
assignDependentSyncJobs(java.lang.String catalogId,
java.util.Set<java.lang.String> dependentCatalogIds)
Sets up a dependency relationship between the CatalogVersionSyncJob for a catalog and the CatalogVersionSyncJobs for a set of dependant catalogs.
|
void |
createContentCatalogSyncJob(java.lang.String catalogId)
Ensure that a cms content catalog sync job exists for the specified catalog id.
|
void |
createProductCatalogSyncJob(java.lang.String catalogId)
Ensure that a product catalog sync job exists for the specified catalog id.
|
PerformResult |
executeCatalogSyncJob(java.lang.String catalogId)
Run the catalog sync for the specified catalog.
|
void createProductCatalogSyncJob(java.lang.String catalogId)
catalogId - the catalog id to search sync job for.void createContentCatalogSyncJob(java.lang.String catalogId)
catalogId - the catalog idvoid assignDependentSyncJobs(java.lang.String catalogId,
java.util.Set<java.lang.String> dependentCatalogIds)
catalogId - the catalog iddependentCatalogIds - the dependant catalog idsPerformResult executeCatalogSyncJob(java.lang.String catalogId)
catalogId - the catalog idPerformResult containing the sync job result and statusCopyright © 2018 SAP SE. All Rights Reserved.