| Package | Description |
|---|---|
| org.exoplatform.task.service | |
| org.exoplatform.task.service.impl | |
| org.exoplatform.task.storage | |
| org.exoplatform.task.storage.impl |
| Modifier and Type | Method and Description |
|---|---|
ChangeLogEntry |
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 |
|---|---|
List<ChangeLogEntry> |
TaskService.getTaskLogs(long taskId,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
ChangeLogEntry |
TaskServiceImpl.addTaskLog(long id,
String username,
String actionName,
String target) |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeLogEntry> |
TaskServiceImpl.getTaskLogs(long taskId,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
ChangeLogEntry |
TaskStorage.addTaskLog(ChangeLogEntry changeLogEntry)
Create a log associated with a task with given
changeLogEntry. |
ChangeLogEntry |
TaskStorage.changeLogToDto(ChangeLog changeLog) |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeLogEntry> |
TaskStorage.getTaskLogs(long taskId,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
ChangeLogEntry |
TaskStorage.addTaskLog(ChangeLogEntry changeLogEntry)
Create a log associated with a task with given
changeLogEntry. |
ChangeLog |
TaskStorage.changeLogToEntity(ChangeLogEntry changeLogEntry) |
| Modifier and Type | Method and Description |
|---|---|
ChangeLogEntry |
TaskStorageImpl.addTaskLog(ChangeLogEntry changeLogEntry) |
ChangeLogEntry |
TaskStorageImpl.changeLogToDto(ChangeLog changeLog) |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeLogEntry> |
TaskStorageImpl.getTaskLogs(long taskId,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
ChangeLogEntry |
TaskStorageImpl.addTaskLog(ChangeLogEntry changeLogEntry) |
ChangeLog |
TaskStorageImpl.changeLogToEntity(ChangeLogEntry changeLogEntry) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.