| 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) |
| Constructor and Description |
|---|
ChangeLogEntry(ChangeLog changeLog,
UserService userService) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
ChangeLog |
TaskStorage.changeLogToEntity(ChangeLogEntry changeLogEntry) |
| Modifier and Type | Method and Description |
|---|---|
ChangeLogEntry |
TaskStorage.changeLogToDto(ChangeLog changeLog) |
| Modifier and Type | Method and Description |
|---|---|
ChangeLog |
TaskStorageImpl.changeLogToEntity(ChangeLogEntry changeLogEntry) |
| Modifier and Type | Method and Description |
|---|---|
ChangeLogEntry |
TaskStorageImpl.changeLogToDto(ChangeLog changeLog) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.