Package de.hybris.deltadetection.tasks
Class RemoveOrphanedVersionMarkersTaskRunner
java.lang.Object
de.hybris.deltadetection.tasks.RemoveOrphanedVersionMarkersTaskRunner
- All Implemented Interfaces:
TaskRunner<TaskModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleError(TaskService taskService, TaskModel task, Throwable error) voidrun(TaskService taskService, TaskModel task) voidsetChangeDetectionService(ChangeDetectionService changeDetectionService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.task.TaskRunner
initLoggingCtx, isLoggingSupported, stopLoggingCtx
-
Constructor Details
-
RemoveOrphanedVersionMarkersTaskRunner
public RemoveOrphanedVersionMarkersTaskRunner()
-
-
Method Details
-
run
- Specified by:
runin interfaceTaskRunner<TaskModel>- Throws:
RetryLaterException
-
handleError
- Specified by:
handleErrorin interfaceTaskRunner<TaskModel>
-
setChangeDetectionService
-