public abstract class AbstractProcessingTask extends java.lang.Object implements TaskRunner<TaskModel>
| Modifier and Type | Field and Description |
|---|---|
protected ModelService |
modelService |
| Constructor and Description |
|---|
AbstractProcessingTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleError(TaskService taskService,
TaskModel task,
java.lang.Throwable error) |
void |
setBeanName(java.lang.String name) |
void |
setModelService(ModelService modelService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitLoggingCtx, isLoggingSupported, run, stopLoggingCtxprotected ModelService modelService
public void setBeanName(java.lang.String name)
public void handleError(TaskService taskService, TaskModel task, java.lang.Throwable error)
handleError in interface TaskRunner<TaskModel>public void setModelService(ModelService modelService)
Copyright © 2018 SAP SE. All Rights Reserved.