public interface SynchronizationFacade
| Modifier and Type | Method and Description |
|---|---|
SyncJobData |
createCatalogSynchronization(SyncRequestData syncJobRequest)
Attempts to create a synchronization job.
|
SyncJobData |
getLastSynchronizationByCatalogTarget(SyncRequestData syncJobRequest)
Get the status of the last synchronization job by
SyncRequestData. |
SyncJobData |
getSynchronizationByCatalogSourceTarget(SyncRequestData syncJobRequest)
Get a synchronization status by
SyncRequestData. |
SyncJobData getSynchronizationByCatalogSourceTarget(SyncRequestData syncJobRequest) throws ValidationException
SyncRequestData.syncJobRequest - the synchronization request dataSyncJobDataValidationException - if there any validation errors.SyncJobData getLastSynchronizationByCatalogTarget(SyncRequestData syncJobRequest) throws ValidationException
SyncRequestData. Information is retrieved based on the catalog version target.syncJobRequest - the synchronization request dataSyncJobDataValidationException - if there are any validation errorsSyncJobData createCatalogSynchronization(SyncRequestData 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 © 2018 SAP SE. All Rights Reserved.