Uses of Class
org.exoplatform.task.domain.ChangeLog
-
Packages that use ChangeLog Package Description org.exoplatform.task.dao org.exoplatform.task.dao.jpa org.exoplatform.task.domain org.exoplatform.task.dto org.exoplatform.task.util -
-
Uses of ChangeLog in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao that return types with arguments of type ChangeLog Modifier and Type Method Description org.exoplatform.commons.utils.ListAccess<ChangeLog>TaskLogHandler. findTaskLogs(Long taskId) -
Uses of ChangeLog in org.exoplatform.task.dao.jpa
Methods in org.exoplatform.task.dao.jpa that return types with arguments of type ChangeLog Modifier and Type Method Description org.exoplatform.commons.utils.ListAccess<ChangeLog>TaskLogDAOImpl. findTaskLogs(Long taskId) -
Uses of ChangeLog in org.exoplatform.task.domain
Methods in org.exoplatform.task.domain that return ChangeLog Modifier and Type Method Description ChangeLogChangeLog. clone()Methods in org.exoplatform.task.domain with parameters of type ChangeLog Modifier and Type Method Description intChangeLog. compareTo(ChangeLog o) -
Uses of ChangeLog in org.exoplatform.task.dto
Constructors in org.exoplatform.task.dto with parameters of type ChangeLog Constructor Description ChangeLogEntry(ChangeLog changeLog, UserService userService) -
Uses of ChangeLog in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return ChangeLog Modifier and Type Method Description static ChangeLogStorageUtil. changeLogToEntity(ChangeLogEntry changeLogEntry, UserService userService)Methods in org.exoplatform.task.util with parameters of type ChangeLog Modifier and Type Method Description static ChangeLogEntryStorageUtil. changeLogToDto(ChangeLog changeLog, UserService userService)
-