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