public class ImportZipCreatorTaskRunner extends AbstractMainTaskRunner implements TaskRunner<TaskModel>
modelService| Constructor and Description |
|---|
ImportZipCreatorTaskRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleError(TaskService taskService,
TaskModel task,
java.lang.Throwable error) |
TaskLoggingCtx |
initLoggingCtx(TaskModel task) |
boolean |
isLoggingSupported() |
void |
run(TaskService taskService,
TaskModel task) |
void |
setImportZipCreator(ImportZipCreator importZipCreator) |
void |
setY2YSyncDAO(Y2YSyncDAO y2YSyncDAO) |
void |
setY2YSyncLoggingCtxFactory(Y2YSyncLoggingCtxFactory y2YSyncLoggingCtxFactory) |
void |
stopLoggingCtx(TaskLoggingCtx taskCtx) |
getSyncExecutionId, setModelServicepublic void run(TaskService taskService, TaskModel task) throws RetryLaterException
run in interface TaskRunner<TaskModel>RetryLaterExceptionpublic void handleError(TaskService taskService, TaskModel task, java.lang.Throwable error)
handleError in interface TaskRunner<TaskModel>public boolean isLoggingSupported()
isLoggingSupported in interface TaskRunner<TaskModel>public TaskLoggingCtx initLoggingCtx(TaskModel task)
initLoggingCtx in interface TaskRunner<TaskModel>public void stopLoggingCtx(TaskLoggingCtx taskCtx)
stopLoggingCtx in interface TaskRunner<TaskModel>public void setY2YSyncDAO(Y2YSyncDAO y2YSyncDAO)
public void setImportZipCreator(ImportZipCreator importZipCreator)
public void setY2YSyncLoggingCtxFactory(Y2YSyncLoggingCtxFactory y2YSyncLoggingCtxFactory)
Copyright © 2018 SAP SE. All Rights Reserved.