Uses of Class
org.exoplatform.task.dto.ChangeLogEntry
Packages that use ChangeLogEntry
Package
Description
-
Uses of ChangeLogEntry in org.exoplatform.task.service
Methods in org.exoplatform.task.service that return ChangeLogEntryModifier and TypeMethodDescriptionTaskService.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 -
Uses of ChangeLogEntry in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl that return ChangeLogEntryModifier and TypeMethodDescriptionTaskServiceImpl.addTaskLog(long id, String username, String actionName, String target) Methods in org.exoplatform.task.service.impl that return types with arguments of type ChangeLogEntryModifier and TypeMethodDescriptionTaskServiceImpl.getTaskLogs(long taskId, int offset, int limit) -
Uses of ChangeLogEntry in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage that return ChangeLogEntryModifier and TypeMethodDescriptionTaskStorage.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 ChangeLogEntryMethods in org.exoplatform.task.storage with parameters of type ChangeLogEntryModifier and TypeMethodDescriptionTaskStorage.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 ChangeLogEntryMethods in org.exoplatform.task.storage.impl that return types with arguments of type ChangeLogEntryModifier and TypeMethodDescriptionTaskStorageImpl.getTaskLogs(long taskId, int offset, int limit) Methods in org.exoplatform.task.storage.impl with parameters of type ChangeLogEntry -
Uses of ChangeLogEntry in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return ChangeLogEntryModifier and TypeMethodDescriptionstatic ChangeLogEntryStorageUtil.changeLogToDto(ChangeLog changeLog, UserService userService) Methods in org.exoplatform.task.util with parameters of type ChangeLogEntryModifier and TypeMethodDescriptionstatic ChangeLogStorageUtil.changeLogToEntity(ChangeLogEntry changeLogEntry, UserService userService)