| Package | Description |
|---|---|
| org.ow2.orchestra.b4p |
| Modifier and Type | Method and Description |
|---|---|
TaskRuntime |
TaskRepository.getTaskRuntime(String taskId) |
TaskRuntime |
DbTaskRepository.getTaskRuntime(String taskId) |
TaskRuntime |
TaskRepository.removeTaskRuntime(String taskId) |
TaskRuntime |
DbTaskRepository.removeTaskRuntime(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskRuntime> |
TaskRepository.getTaskRuntimes(String user) |
List<TaskRuntime> |
DbTaskRepository.getTaskRuntimes(String user) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskRepository.addTaskRuntime(TaskRuntime taskRuntime) |
void |
DbTaskRepository.addTaskRuntime(TaskRuntime taskRuntime) |
Copyright © 2012 OW2 Consortium. All Rights Reserved.