| Package | Description |
|---|---|
| de.hybris.platform.task |
Contains generated models for each type of de.hybris.platform.task package.
|
| de.hybris.platform.task.action | |
| de.hybris.platform.task.resource |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskRetryTest.RetrySameTimeTaskRunner.handleError(TaskService taskService,
ScriptingTaskModel task,
java.lang.Throwable error) |
void |
TaskRetryTest.RetryDelayTaskRunner.handleError(TaskService taskService,
ScriptingTaskModel task,
java.lang.Throwable error) |
void |
TaskConditionWithCounterIntegrationTest.TestRunner.handleError(TaskService taskService,
ScriptingTaskModel task,
java.lang.Throwable error) |
void |
TaskRetryTest.RetrySameTimeTaskRunner.run(TaskService taskService,
ScriptingTaskModel task) |
void |
TaskRetryTest.RetryDelayTaskRunner.run(TaskService taskService,
ScriptingTaskModel task) |
void |
TaskConditionWithCounterIntegrationTest.TestRunner.run(TaskService taskService,
ScriptingTaskModel task) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptingTaskRunner.handleError(TaskService taskService,
ScriptingTaskModel task,
java.lang.Throwable error) |
void |
ScriptingTaskRunner.run(TaskService taskService,
ScriptingTaskModel task) |
| Modifier and Type | Method and Description |
|---|---|
ScriptingTaskModel |
ScriptingTaskResource.getScriptingTaskModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ScriptingTaskModel |
ScriptingTaskResource.readResource(java.lang.String resourceId)
Gets the
ScriptingTaskModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ScriptingTaskModel> |
ScriptingTasksResource.getScriptingTasksCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptingTaskResource.setScriptingTaskModel(ScriptingTaskModel value)
Convenience method which just delegates to
#setResourceValue(ScriptingTaskModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptingTasksResource.setScriptingTasksCollection(java.util.Collection<ScriptingTaskModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.