Uses of Interface
org.exoplatform.task.service.TaskService
-
Packages that use TaskService Package Description org.exoplatform.task.plugin org.exoplatform.task.rest org.exoplatform.task.service.impl org.exoplatform.task.util -
-
Uses of TaskService in org.exoplatform.task.plugin
Constructors in org.exoplatform.task.plugin with parameters of type TaskService Constructor Description TaskAttachmentACLPlugin(TaskService taskService) -
Uses of TaskService in org.exoplatform.task.rest
Constructors in org.exoplatform.task.rest with parameters of type TaskService Constructor Description ProjectRestService(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 TaskService Modifier and Type Class Description classTaskServiceImplConstructors in org.exoplatform.task.service.impl with parameters of type TaskService Constructor Description ProjectServiceImpl(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 TaskService Modifier and Type Method Description static Set<String>TaskUtil. getCoworker(TaskService taskService, long taskId)Added for tests using a specific instance of taskServicestatic Set<String>TaskUtil. getWatcher(TaskService taskService, TaskDto task)static booleanTaskUtil. hasEditPermission(TaskService taskService, Task task)static booleanTaskUtil. hasEditPermission(TaskService taskService, TaskDto task)static booleanTaskUtil. hasViewOnlyPermission(TaskService taskService, TaskDto task)static booleanTaskUtil. hasViewPermission(TaskService taskService, TaskDto task)static TaskDtoTaskUtil. saveTaskField(TaskDto task, org.exoplatform.services.security.Identity userId, String param, String[] values, TimeZone timezone, TaskService taskService, LabelService labelService, StatusService statusService)
-