| Package | Description |
|---|---|
| de.hybris.platform.processing.distributed.defaultimpl | |
| de.hybris.platform.processing.resource |
| Modifier and Type | Method and Description |
|---|---|
DistributedProcessWorkerTaskModel |
Scheduler.scheduleWorkerTask(BatchModel batch) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionHandler.handleErrorDuringBatchExecution(DistributedProcessWorkerTaskModel task) |
void |
ExecutionHandler.runWorkerTask(DistributedProcessWorkerTaskModel task) |
| Modifier and Type | Method and Description |
|---|---|
DistributedProcessWorkerTaskModel |
DistributedProcessWorkerTaskResource.getDistributedProcessWorkerTaskModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected DistributedProcessWorkerTaskModel |
DistributedProcessWorkerTaskResource.readResource(java.lang.String resourceId)
Gets the
DistributedProcessWorkerTaskModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DistributedProcessWorkerTaskModel> |
DistributedProcessWorkerTasksResource.getDistributedProcessWorkerTasksCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
DistributedProcessWorkerTaskResource.setDistributedProcessWorkerTaskModel(DistributedProcessWorkerTaskModel value)
Convenience method which just delegates to
#setResourceValue(DistributedProcessWorkerTaskModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DistributedProcessWorkerTasksResource.setDistributedProcessWorkerTasksCollection(java.util.Collection<DistributedProcessWorkerTaskModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.