| Package | Description |
|---|---|
| com.openkm.dao | |
| com.openkm.service |
| Modifier and Type | Method and Description |
|---|---|
TaskExecution |
TaskDao.getTaskExecutionById(String taskExecutionId)
Get task execution by id.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskExecution> |
TaskDao.getExecutions(long taskId)
Get executions for a task.
|
| Modifier and Type | Method and Description |
|---|---|
TaskExecution |
TaskService.getTaskExecutionById(String id)
Load a task execution by id.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskExecution> |
TaskService.getExecutions(long id)
Get executions for a task.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.