| Package | Description |
|---|---|
| org.exoplatform.task.dao | |
| org.exoplatform.task.dao.jpa | |
| org.exoplatform.task.domain | |
| org.exoplatform.task.service | |
| org.exoplatform.task.service.impl |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<ChangeLog> |
TaskLogHandler.findTaskLogs(Long taskId) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<ChangeLog> |
TaskLogDAOImpl.findTaskLogs(Long taskId) |
| Modifier and Type | Method and Description |
|---|---|
ChangeLog |
ChangeLog.clone() |
| Modifier and Type | Method and Description |
|---|---|
int |
ChangeLog.compareTo(ChangeLog o) |
| Modifier and Type | Method and Description |
|---|---|
ChangeLog |
TaskService.addTaskLog(long taskId,
String username,
String actionName,
String target)
Create a log associated with a task with given
taskId. |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<ChangeLog> |
TaskService.getTaskLogs(long taskId) |
| Modifier and Type | Method and Description |
|---|---|
ChangeLog |
TaskServiceImpl.addTaskLog(long id,
String username,
String actionName,
String target) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<ChangeLog> |
TaskServiceImpl.getTaskLogs(long taskId) |
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.