public class SyncTaskFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHUNK_TASK_RUNNER_BEAN_ID |
static java.lang.String |
CONDITION_NAME_KEY |
static java.lang.String |
CONSUME_Y2Y_CHANGES_BEAN_ID |
static java.lang.String |
DATAHUB_COLUMNS_KEY |
static java.lang.String |
DATAHUB_TYPE_KEY |
static java.lang.String |
IMPEX_HEADER_KEY |
static java.lang.String |
MAIN_DATAHUB_TASK_RUNNER_BEAN_ID |
static java.lang.String |
MAIN_ZIP_TASK_RUNNER_BEAN_ID |
static java.lang.String |
MEDIA_PK_KEY |
static java.lang.String |
SYNC_EXECUTION_ID_KEY |
static java.lang.String |
SYNC_TYPE_KEY |
static java.lang.String |
TYPE_CODE_KEY |
| Constructor and Description |
|---|
SyncTaskFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
resendToDataHub(java.lang.String syncCronJobCode) |
void |
resendToDataHub(java.lang.String syncCronJobCode,
java.lang.String nodeGroup) |
void |
runConsumeSyncChangesTask(java.lang.String executionId) |
void |
runConsumeSyncChangesTask(java.lang.String executionId,
java.lang.String nodeGroup) |
void |
runSyncTasks(java.lang.String syncExecutionID,
Y2YSyncType syncType,
java.util.List<MediasForType> mediaForType) |
void |
runSyncTasks(java.lang.String syncExecutionID,
Y2YSyncType syncType,
java.util.List<MediasForType> mediaForType,
java.lang.String nodeGroup) |
void |
runSyncTasksForDatahubResult(java.lang.String syncExecutionId,
java.util.List<MediasForType> mediasPerType)
Deprecated.
since 6.0.0
|
void |
runSyncTasksForZipResult(java.lang.String syncExecutionId,
java.util.List<MediasForType> mediasPerType)
Deprecated.
since 6.0.0
|
void |
setModelService(ModelService modelService) |
void |
setTaskService(TaskService taskService) |
public static final java.lang.String MAIN_ZIP_TASK_RUNNER_BEAN_ID
public static final java.lang.String MAIN_DATAHUB_TASK_RUNNER_BEAN_ID
public static final java.lang.String CHUNK_TASK_RUNNER_BEAN_ID
public static final java.lang.String CONSUME_Y2Y_CHANGES_BEAN_ID
public static final java.lang.String SYNC_EXECUTION_ID_KEY
public static final java.lang.String MEDIA_PK_KEY
public static final java.lang.String CONDITION_NAME_KEY
public static final java.lang.String IMPEX_HEADER_KEY
public static final java.lang.String TYPE_CODE_KEY
public static final java.lang.String DATAHUB_COLUMNS_KEY
public static final java.lang.String SYNC_TYPE_KEY
public static final java.lang.String DATAHUB_TYPE_KEY
@Deprecated
public void runSyncTasksForZipResult(java.lang.String syncExecutionId,
java.util.List<MediasForType> mediasPerType)
@Deprecated
public void runSyncTasksForDatahubResult(java.lang.String syncExecutionId,
java.util.List<MediasForType> mediasPerType)
public void runSyncTasks(java.lang.String syncExecutionID,
Y2YSyncType syncType,
java.util.List<MediasForType> mediaForType)
public void runSyncTasks(java.lang.String syncExecutionID,
Y2YSyncType syncType,
java.util.List<MediasForType> mediaForType,
java.lang.String nodeGroup)
public void resendToDataHub(java.lang.String syncCronJobCode)
public void resendToDataHub(java.lang.String syncCronJobCode,
java.lang.String nodeGroup)
public void runConsumeSyncChangesTask(java.lang.String executionId)
public void runConsumeSyncChangesTask(java.lang.String executionId,
java.lang.String nodeGroup)
public void setModelService(ModelService modelService)
public void setTaskService(TaskService taskService)
Copyright © 2018 SAP SE. All Rights Reserved.