Uses of Class
org.exoplatform.task.dto.ChangeLogEntry
-
Packages that use ChangeLogEntry Package Description org.exoplatform.task.service org.exoplatform.task.service.impl org.exoplatform.task.storage org.exoplatform.task.storage.impl org.exoplatform.task.util -
-
Uses of ChangeLogEntry in org.exoplatform.task.service
Methods in org.exoplatform.task.service that return ChangeLogEntry Modifier and Type Method Description ChangeLogEntryTaskService. addTaskLog(long taskId, String username, String actionName, String target)Create a log associated with a task with giventaskId.Methods in org.exoplatform.task.service that return types with arguments of type ChangeLogEntry Modifier and Type Method Description List<ChangeLogEntry>TaskService. getTaskLogs(long taskId, int offset, int limit) -
Uses of ChangeLogEntry in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl that return ChangeLogEntry Modifier and Type Method Description ChangeLogEntryTaskServiceImpl. addTaskLog(long id, String username, String actionName, String target)Methods in org.exoplatform.task.service.impl that return types with arguments of type ChangeLogEntry Modifier and Type Method Description List<ChangeLogEntry>TaskServiceImpl. getTaskLogs(long taskId, int offset, int limit) -
Uses of ChangeLogEntry in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage that return ChangeLogEntry Modifier and Type Method Description ChangeLogEntryTaskStorage. addTaskLog(ChangeLogEntry changeLogEntry)Create a log associated with a task with givenchangeLogEntry.Methods in org.exoplatform.task.storage that return types with arguments of type ChangeLogEntry Modifier and Type Method Description List<ChangeLogEntry>TaskStorage. getTaskLogs(long taskId, int offset, int limit)Methods in org.exoplatform.task.storage with parameters of type ChangeLogEntry Modifier and Type Method Description ChangeLogEntryTaskStorage. addTaskLog(ChangeLogEntry changeLogEntry)Create a log associated with a task with givenchangeLogEntry. -
Uses of ChangeLogEntry in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl that return ChangeLogEntry Modifier and Type Method Description ChangeLogEntryTaskStorageImpl. addTaskLog(ChangeLogEntry changeLogEntry)Methods in org.exoplatform.task.storage.impl that return types with arguments of type ChangeLogEntry Modifier and Type Method Description List<ChangeLogEntry>TaskStorageImpl. getTaskLogs(long taskId, int offset, int limit)Methods in org.exoplatform.task.storage.impl with parameters of type ChangeLogEntry Modifier and Type Method Description ChangeLogEntryTaskStorageImpl. addTaskLog(ChangeLogEntry changeLogEntry) -
Uses of ChangeLogEntry in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return ChangeLogEntry Modifier and Type Method Description static ChangeLogEntryStorageUtil. changeLogToDto(ChangeLog changeLog, UserService userService)Methods in org.exoplatform.task.util with parameters of type ChangeLogEntry Modifier and Type Method Description static ChangeLogStorageUtil. changeLogToEntity(ChangeLogEntry changeLogEntry, UserService userService)
-