public interface SynchronizationFacade
| Modifier and Type | Method and Description |
|---|---|
SyncJobData |
createCatalogSynchronization(SyncJobRequestData syncJobRequest)
Attempts to create a synchronization job.
|
SyncJobData |
getSynchronizationByCatalogSourceTarget(SyncJobRequestData syncJobRequest)
Get a synchronization status by
SyncJobRequestData. |
SyncJobData getSynchronizationByCatalogSourceTarget(SyncJobRequestData syncJobRequest) throws ValidationException
SyncJobRequestData.syncJobRequest - the synchronization request dataSyncJobDataValidationException - if there any validation errors.SyncJobData createCatalogSynchronization(SyncJobRequestData syncJobRequest) throws SynchronizationInProgressException, CMSItemNotFoundException
syncJobRequest - the synchronization request dataSynchronizationInProgressException - when the there is already a synchronization in progressCMSItemNotFoundException - when it cannot find one of the catalog versions defined in the request.Copyright © 2000-2016 SAP SE. All Rights Reserved.