Uses of Interface
org.exoplatform.task.service.TaskService
Packages that use TaskService
Package
Description
-
Uses of TaskService in org.exoplatform.task.integration
Method parameters in org.exoplatform.task.integration with type arguments of type TaskServiceModifier and TypeMethodDescriptionvoidTaskLoggingListener.onEvent(org.exoplatform.services.listener.Event<TaskService, TaskPayload> event) Constructors in org.exoplatform.task.integration with parameters of type TaskServiceModifierConstructorDescriptionActivityTaskCreationListener(TaskService taskServ, ProjectService projectService, StatusService statusService, TaskParser parser, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, UserService userService) ActivityTaskProcessor(org.exoplatform.container.xml.InitParams params, org.exoplatform.web.WebAppController controller, TaskService taskServ, org.exoplatform.commons.persistence.impl.EntityManagerService entityManagerService) TaskAttachmentLoggingListener(TaskService taskService) TaskAttachmentPlugin(TaskService taskService, ProjectService projectService, org.exoplatform.social.core.space.spi.SpaceService spaceService) TaskCommentAttachmentPlugin(TaskService taskService, CommentService commentService, ProjectService projectService, org.exoplatform.social.core.space.spi.SpaceService spaceService) TaskLoggingListener(TaskService taskService) -
Uses of TaskService in org.exoplatform.task.integration.gamification
Fields in org.exoplatform.task.integration.gamification declared as TaskServiceModifier and TypeFieldDescriptionprotected TaskServiceGamificationTaskUpdateListener.taskServiceMethod parameters in org.exoplatform.task.integration.gamification with type arguments of type TaskServiceModifier and TypeMethodDescriptionvoidGamificationTaskCommentListener.onEvent(org.exoplatform.services.listener.Event<TaskService, CommentDto> event) voidGamificationTaskUpdateListener.onEvent(org.exoplatform.services.listener.Event<TaskService, TaskPayload> event) Constructors in org.exoplatform.task.integration.gamification with parameters of type TaskServiceModifierConstructorDescriptionGamificationTaskUpdateListener(TaskService taskService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.listener.ListenerService listenerService) -
Uses of TaskService in org.exoplatform.task.rest
Constructors in org.exoplatform.task.rest with parameters of type TaskServiceModifierConstructorDescriptionProjectRestService(TaskService taskService, CommentService commentService, ProjectService projectService, StatusService statusService, UserService userService, org.exoplatform.social.core.space.spi.SpaceService spaceService, LabelService labelService, org.exoplatform.social.core.manager.IdentityManager identityManager) TaskRestService(TaskService taskService, CommentService commentService, ProjectService projectService, StatusService statusService, UserService userService, org.exoplatform.social.core.space.spi.SpaceService spaceService, LabelService labelService) -
Uses of TaskService in org.exoplatform.task.service.impl
Classes in org.exoplatform.task.service.impl that implement TaskServiceConstructors in org.exoplatform.task.service.impl with parameters of type TaskServiceModifierConstructorDescriptionProjectServiceImpl(StatusService statusService, TaskService taskService, DAOHandler daoHandler, ProjectStorage projectStorage, org.exoplatform.services.listener.ListenerService listenerService) -
Uses of TaskService in org.exoplatform.task.util
Methods in org.exoplatform.task.util with parameters of type TaskServiceModifier and TypeMethodDescriptionTaskUtil.getCoworker(TaskService taskService, long taskId) Added for tests using a specific instance of taskServiceTaskUtil.getWatcher(TaskService taskService, TaskDto task) static booleanTaskUtil.hasEditPermission(TaskService taskService, Task task) 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 TaskDtoTaskUtil.saveTaskField(TaskDto task, org.exoplatform.services.security.Identity userId, String param, String[] values, TimeZone timezone, TaskService taskService, LabelService labelService, StatusService statusService) -
Uses of TaskService in org.exoplatform.tasks.listener.analytics
Method parameters in org.exoplatform.tasks.listener.analytics with type arguments of type TaskServiceModifier and TypeMethodDescriptionvoidTaskCommentListener.onEvent(org.exoplatform.services.listener.Event<TaskService, CommentDto> event) voidTaskSavedListener.onEvent(org.exoplatform.services.listener.Event<TaskService, TaskPayload> event)