Uses of Class
org.exoplatform.task.dto.TaskDto
Packages that use TaskDto
Package
Description
-
Uses of TaskDto in io.meeds.task.listener
Method parameters in io.meeds.task.listener with type arguments of type TaskDtoModifier and TypeMethodDescriptionvoidTaskCommentContentLinkListener.onEvent(org.exoplatform.services.listener.Event<TaskDto, CommentDto> event) -
Uses of TaskDto in org.exoplatform.task.dto
Methods in org.exoplatform.task.dto that return TaskDtoConstructor parameters in org.exoplatform.task.dto with type arguments of type TaskDto -
Uses of TaskDto in org.exoplatform.task.integration
Method parameters in org.exoplatform.task.integration with type arguments of type TaskDtoModifier and TypeMethodDescriptionvoidTaskCommentNotificationListener.onEvent(org.exoplatform.services.listener.Event<TaskDto, CommentDto> event) -
Uses of TaskDto in org.exoplatform.task.integration.gamification
Methods in org.exoplatform.task.integration.gamification with parameters of type TaskDtoModifier and TypeMethodDescriptionprotected voidGamificationTaskUpdateListener.createTask(TaskDto task, String eventName) protected voidGamificationTaskUpdateListener.updateTask(TaskDto before, TaskDto after, String eventName) -
Uses of TaskDto in org.exoplatform.task.integration.notification
Fields in org.exoplatform.task.integration.notification with type parameters of type TaskDtoModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<TaskDto> NotificationUtils.TASKMethods in org.exoplatform.task.integration.notification with parameters of type TaskDtoModifier and TypeMethodDescriptionAbstractNotificationPlugin.getReceiver(TaskDto task, org.exoplatform.commons.api.notification.NotificationContext ctx) TaskAssignPlugin.getReceiver(TaskDto task, org.exoplatform.commons.api.notification.NotificationContext ctx) TaskCommentPlugin.getReceiver(TaskDto task, org.exoplatform.commons.api.notification.NotificationContext ctx) TaskCoworkerPlugin.getReceiver(TaskDto task, org.exoplatform.commons.api.notification.NotificationContext ctx) TaskMentionPlugin.getReceiver(TaskDto task, org.exoplatform.commons.api.notification.NotificationContext ctx) -
Uses of TaskDto in org.exoplatform.task.rest
Methods in org.exoplatform.task.rest with parameters of type TaskDtoModifier and TypeMethodDescriptionjavax.ws.rs.core.Responsejavax.ws.rs.core.ResponseTaskRestService.updateTaskById(long id, TaskDto updatedTask) -
Uses of TaskDto in org.exoplatform.task.rest.model
Constructors in org.exoplatform.task.rest.model with parameters of type TaskDto -
Uses of TaskDto in org.exoplatform.task.service
Methods in org.exoplatform.task.service that return TaskDtoModifier and TypeMethodDescriptionTaskPayload.after()TaskPayload.before()TaskBuilder.build()TaskService.cloneTask(long taskId) Clone the task from a task with giventaskId.TaskService.createTask(TaskDto task) Create a new task.TaskService.findTaskByActivityId(String activityId) TaskService.getTask(long taskId) Return the task with giventaskId.TaskParser.parse(String input, ParserContext context) TaskService.updateTask(TaskDto task) Update the task.Methods in org.exoplatform.task.service that return types with arguments of type TaskDtoModifier and TypeMethodDescriptionFind tasks assigned to a user using a term to find in title or description of the taskTaskService.findTasks(TaskSearchFilter taskFilter) Find tasks assigned to a user using a term to find in title or description of the taskTaskService.findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit) TaskService.findTasksByMemberShips(String user, List<String> memberships, String query, int limit) TaskService.getAssignedTasks(String user, int limit) TaskService.getCollaboratedTasks(String user, int limit) TaskService.getIncomingTasks(String user, int offset, int limit) TaskService.getOverdueTasks(String user, int limit) TaskService.getUncompletedTasks(String user, int limit) TaskService.getWatchedTasks(String user, int limit) Methods in org.exoplatform.task.service with parameters of type TaskDtoModifier and TypeMethodDescriptionCommentService.addComment(TaskDto task, long parentCommentId, String username, String comment) CommentService.addComment(TaskDto task, String username, String commentText) voidLabelService.addTaskToLabel(TaskDto task, Long labelId) voidTaskService.addWatcherToTask(String username, TaskDto task) TaskService.createTask(TaskDto task) Create a new task.voidTaskService.deleteWatcherOfTask(String username, TaskDto task) LabelService.findLabelsByTask(TaskDto task, long projectId, org.exoplatform.services.security.Identity currentUser, int offset, int limit) TaskService.getWatchersOfTask(TaskDto task) voidLabelService.removeTaskFromLabel(TaskDto task, Long labelId) TaskService.updateTask(TaskDto task) Update the task.Constructors in org.exoplatform.task.service with parameters of type TaskDto -
Uses of TaskDto in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl that return TaskDtoModifier and TypeMethodDescriptionTaskServiceImpl.cloneTask(long id) TaskServiceImpl.createTask(TaskDto task) TaskServiceImpl.findTaskByActivityId(String id) TaskServiceImpl.getTask(long id) TaskParserImpl.parse(String input, ParserContext context) TaskServiceImpl.updateTask(TaskDto task) Methods in org.exoplatform.task.service.impl that return types with arguments of type TaskDtoModifier and TypeMethodDescriptionTaskServiceImpl.findTasks(TaskSearchFilter filter) TaskServiceImpl.findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit) TaskServiceImpl.findTasksByMemberShips(String user, List<String> memberships, String query, int limit) TaskServiceImpl.getAssignedTasks(String user, int limit) TaskServiceImpl.getCollaboratedTasks(String user, int limit) TaskServiceImpl.getIncomingTasks(String user, int offset, int limit) TaskServiceImpl.getOverdueTasks(String user, int limit) TaskServiceImpl.getUncompletedTasks(String user, int limit) TaskServiceImpl.getWatchedTasks(String user, int limit) Methods in org.exoplatform.task.service.impl with parameters of type TaskDtoModifier and TypeMethodDescriptionCommentServiceImpl.addComment(TaskDto task, long parentCommentId, String username, String comment) CommentServiceImpl.addComment(TaskDto task, String username, String comment) voidLabelServiceImpl.addTaskToLabel(TaskDto task, Long labelId) voidTaskServiceImpl.addWatcherToTask(String user, TaskDto task) TaskServiceImpl.createTask(TaskDto task) voidTaskServiceImpl.deleteWatcherOfTask(String user, TaskDto task) LabelServiceImpl.findLabelsByTask(TaskDto task, long projectId, org.exoplatform.services.security.Identity currentUser, int offset, int limit) TaskServiceImpl.getWatchersOfTask(TaskDto task) voidLabelServiceImpl.removeTaskFromLabel(TaskDto task, Long labelId) TaskServiceImpl.updateTask(TaskDto task) -
Uses of TaskDto in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage that return TaskDtoModifier and TypeMethodDescriptionTaskStorage.createTask(TaskDto task) Create a new task.TaskStorage.findTaskByActivityId(String activityId) TaskStorage.getTaskById(long id) Find task by its idTaskStorage.getTaskWithCoworkers(long id) Update the provided task.Methods in org.exoplatform.task.storage that return types with arguments of type TaskDtoModifier and TypeMethodDescriptionTaskStorage.findByUser(String user) Find tasks assigned to a user using a term to find in title or description of the taskTaskStorage.findTasks(TaskSearchFilter filter) Find tasks assigned to a user using a term to find in title or description of the taskTaskStorage.findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit) TaskStorage.getAssignedTasks(String user, int limit) TaskStorage.getCollaboratedTasks(String user, int limit) TaskStorage.getIncomingTasks(String user, int offset, int limit) TaskStorage.getOverdueTasks(String user, int limit) TaskStorage.getUncompletedTasks(String user, int limit) TaskStorage.getWatchedTasks(String user, int limit) Methods in org.exoplatform.task.storage with parameters of type TaskDtoModifier and TypeMethodDescriptionCommentStorage.addComment(TaskDto task, long parentCommentId, String username, String comment) CommentStorage.addComment(TaskDto task, String username, String commentText) voidLabelStorage.addTaskToLabel(TaskDto task, Long labelId) voidTaskStorage.addWatcherToTask(String username, TaskDto task) TaskStorage.createTask(TaskDto task) Create a new task.voidDelete the provided task.voidTaskStorage.deleteWatcherOfTask(String username, TaskDto task) LabelStorage.findLabelsByTask(TaskDto task, long projectId, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage, int offset, int limit) TaskStorage.getWatchersOfTask(TaskDto task) voidLabelStorage.removeTaskFromLabel(TaskDto task, Long labelId) Update the provided task. -
Uses of TaskDto in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl that return TaskDtoModifier and TypeMethodDescriptionTaskStorageImpl.createTask(TaskDto task) TaskStorageImpl.findTaskByActivityId(String activityId) TaskStorageImpl.getTaskById(long id) TaskStorageImpl.getTaskWithCoworkers(long id) Methods in org.exoplatform.task.storage.impl that return types with arguments of type TaskDtoModifier and TypeMethodDescriptionTaskStorageImpl.findByUser(String user) Find tasks assigned to a user using a term to find in title or description of the taskTaskStorageImpl.findTasks(TaskSearchFilter filter) TaskStorageImpl.findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit) TaskStorageImpl.getAssignedTasks(String user, int limit) TaskStorageImpl.getCollaboratedTasks(String user, int limit) TaskStorageImpl.getIncomingTasks(String user, int offset, int limit) TaskStorageImpl.getOverdueTasks(String user, int limit) TaskStorageImpl.getUncompletedTasks(String user, int limit) TaskStorageImpl.getWatchedTasks(String user, int limit) Methods in org.exoplatform.task.storage.impl with parameters of type TaskDtoModifier and TypeMethodDescriptionCommentStorageImpl.addComment(TaskDto task, long parentCommentId, String username, String comment) CommentStorageImpl.addComment(TaskDto task, String username, String comment) voidLabelStorageImpl.addTaskToLabel(TaskDto task, Long labelId) voidTaskStorageImpl.addWatcherToTask(String username, TaskDto task) TaskStorageImpl.createTask(TaskDto task) voidvoidTaskStorageImpl.deleteWatcherOfTask(String username, TaskDto task) LabelStorageImpl.findLabelsByTask(TaskDto task, long projectId, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage, int offset, int limit) TaskStorageImpl.getWatchersOfTask(TaskDto task) voidLabelStorageImpl.removeTaskFromLabel(TaskDto task, Long labelId) -
Uses of TaskDto in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return TaskDtoModifier and TypeMethodDescriptionstatic TaskDtoTaskUtil.saveTaskField(TaskDto task, org.exoplatform.services.security.Identity userId, String param, String[] values, TimeZone timezone, TaskService taskService, LabelService labelService, StatusService statusService) static TaskDtoStorageUtil.taskToDto(Task taskEntity, ProjectStorage projectStorage) Methods in org.exoplatform.task.util with parameters of type TaskDtoModifier and TypeMethodDescriptionstatic StringTaskUtil.buildTaskURL(TaskDto task, org.exoplatform.portal.mop.SiteKey siteKey, org.exoplatform.container.ExoContainer container, org.exoplatform.web.controller.router.Router router) TaskUtil.getWatcher(TaskService taskService, TaskDto task) static booleanTaskUtil.hasDeletePermission(TaskDto task) static booleanTaskUtil.hasDeletePermission(TaskDto task, org.exoplatform.services.security.Identity identity) static booleanTaskUtil.hasEditPermission(TaskService taskService, TaskDto task) static booleanTaskUtil.hasEditPermission(TaskService taskService, TaskDto task, org.exoplatform.services.security.Identity identity) static booleanTaskUtil.hasViewOnlyPermission(TaskService taskService, TaskDto task) static booleanTaskUtil.hasViewPermission(TaskService taskService, TaskDto task) static booleanTaskUtil.hasViewPermission(TaskService taskService, TaskDto task, org.exoplatform.services.security.Identity identity) static LabelDtoStorageUtil.labelToDto(Label label, TaskDto task, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage) static TaskDtoTaskUtil.saveTaskField(TaskDto task, org.exoplatform.services.security.Identity userId, String param, String[] values, TimeZone timezone, TaskService taskService, LabelService labelService, StatusService statusService) static TaskStorageUtil.taskToEntity(TaskDto taskDto)