Uses of Interface
de.hybris.platform.task.logging.TaskLoggingCtx
-
Packages that use TaskLoggingCtx Package Description de.hybris.platform.impex.distributed.log de.hybris.platform.processengine.process de.hybris.platform.processing.distributed.defaultimpl de.hybris.platform.task Contains generated models for each type of de.hybris.platform.task package.de.hybris.platform.task.logging de.hybris.y2ysync.task.distributed de.hybris.y2ysync.task.logging de.hybris.y2ysync.task.runner -
-
Uses of TaskLoggingCtx in de.hybris.platform.impex.distributed.log
Methods in de.hybris.platform.impex.distributed.log that return TaskLoggingCtx Modifier and Type Method Description TaskLoggingCtxDistributedImpexLoggingCtxProducer. createLoggingCtx(TaskModel task) -
Uses of TaskLoggingCtx in de.hybris.platform.processengine.process
Methods in de.hybris.platform.processengine.process with parameters of type TaskLoggingCtx Modifier and Type Method Description voidProcessengineTaskRunner. stopLoggingCtx(TaskLoggingCtx taskCtx) -
Uses of TaskLoggingCtx in de.hybris.platform.processing.distributed.defaultimpl
Methods in de.hybris.platform.processing.distributed.defaultimpl that return TaskLoggingCtx Modifier and Type Method Description TaskLoggingCtxLoggingCtxProducer. createLoggingCtx(TaskModel task)TaskLoggingCtxDistributedProcessLoggingCtxFactory. createLoggingCtxForTask(TaskModel task)TaskLoggingCtxDispatcher. initLoggingCtx(TaskModel task)Methods in de.hybris.platform.processing.distributed.defaultimpl with parameters of type TaskLoggingCtx Modifier and Type Method Description voidDispatcher. stopLoggingCtx(TaskLoggingCtx taskCtx) -
Uses of TaskLoggingCtx in de.hybris.platform.task
Methods in de.hybris.platform.task that return TaskLoggingCtx Modifier and Type Method Description default TaskLoggingCtxTaskRunner. initLoggingCtx(T task)Methods in de.hybris.platform.task with parameters of type TaskLoggingCtx Modifier and Type Method Description default voidTaskRunner. stopLoggingCtx(TaskLoggingCtx taskCtx) -
Uses of TaskLoggingCtx in de.hybris.platform.task.logging
Classes in de.hybris.platform.task.logging that implement TaskLoggingCtx Modifier and Type Class Description classMediaFileLoggingCtxclassProcessEngineLoggingCtxLogs steps to file. -
Uses of TaskLoggingCtx in de.hybris.y2ysync.task.distributed
Methods in de.hybris.y2ysync.task.distributed that return TaskLoggingCtx Modifier and Type Method Description TaskLoggingCtxDistributedY2YSyncLoggingCtxProducer. createLoggingCtx(TaskModel task) -
Uses of TaskLoggingCtx in de.hybris.y2ysync.task.logging
Methods in de.hybris.y2ysync.task.logging that return TaskLoggingCtx Modifier and Type Method Description TaskLoggingCtxY2YSyncLoggingCtxFactory. createY2YSyncTaskLogger(TaskModel task)Methods in de.hybris.y2ysync.task.logging with parameters of type TaskLoggingCtx Modifier and Type Method Description voidY2YSyncLoggingCtxFactory. finish(TaskLoggingCtx taskCtx) -
Uses of TaskLoggingCtx in de.hybris.y2ysync.task.runner
Methods in de.hybris.y2ysync.task.runner that return TaskLoggingCtx Modifier and Type Method Description TaskLoggingCtxConsumeY2YChangesTaskRunner. initLoggingCtx(TaskModel task)TaskLoggingCtxDataHubRequestTaskRunner. initLoggingCtx(TaskModel task)TaskLoggingCtxImportZipCreatorTaskRunner. initLoggingCtx(TaskModel task)TaskLoggingCtxItemChangesProcessor. initLoggingCtx(TaskModel task)Methods in de.hybris.y2ysync.task.runner with parameters of type TaskLoggingCtx Modifier and Type Method Description voidConsumeY2YChangesTaskRunner. stopLoggingCtx(TaskLoggingCtx taskCtx)voidDataHubRequestTaskRunner. stopLoggingCtx(TaskLoggingCtx taskCtx)voidImportZipCreatorTaskRunner. stopLoggingCtx(TaskLoggingCtx taskCtx)voidItemChangesProcessor. stopLoggingCtx(TaskLoggingCtx taskCtx)
-