Uses of Class
org.exoplatform.task.domain.Task
-
Packages that use Task Package Description org.exoplatform.task.dao org.exoplatform.task.dao.jpa org.exoplatform.task.domain org.exoplatform.task.dto org.exoplatform.task.model org.exoplatform.task.util -
-
Uses of Task in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao that return Task Modifier and Type Method Description TaskTaskHandler. findTaskByActivityId(String activityId)TaskTaskHandler. getTaskWithCoworkers(long id)Methods in org.exoplatform.task.dao that return types with arguments of type Task Modifier and Type Method Description List<Task>TaskHandler. findAllByMembership(String user, List<String> memberships)List<Task>TaskHandler. findByUser(String user)List<Task>TaskHandler. findTasks(String user, String query, int limit)Find tasks assigned to a user using a term to find in title or description of the taskorg.exoplatform.commons.utils.ListAccess<Task>TaskHandler. findTasks(TaskQuery query)org.exoplatform.commons.utils.ListAccess<Task>TaskHandler. findTasksByLabel(long labelId, List<Long> projectIds, String username, OrderBy orderBy)List<Task>TaskHandler. getAssignedTasks(String user, int limit)List<Task>TaskHandler. getByStatus(long statusid)List<Task>TaskHandler. getCollaboratedTasks(String user, int limit)org.exoplatform.commons.utils.ListAccess<Task>TaskHandler. getIncomingTasks(String user)List<Task>TaskHandler. getOverdueTasks(String user, int limit)List<Task>TaskHandler. getUncompletedTasks(String user, int limit)List<Task>TaskHandler. getWatchedTasks(String user, int limit)Methods in org.exoplatform.task.dao with parameters of type Task Modifier and Type Method Description voidTaskHandler. addWatcherToTask(String username, Task task)voidTaskHandler. deleteWatcherOfTask(String username, Task task)Set<String>TaskHandler. getWatchersOfTask(Task task) -
Uses of Task in org.exoplatform.task.dao.jpa
Methods in org.exoplatform.task.dao.jpa that return Task Modifier and Type Method Description TaskTaskDAOImpl. findTaskByActivityId(String activityId)TaskTaskDAOImpl. getTaskWithCoworkers(long id)Methods in org.exoplatform.task.dao.jpa that return types with arguments of type Task Modifier and Type Method Description List<Task>TaskDAOImpl. findAllByMembership(String user, List<String> memberships)List<Task>TaskDAOImpl. findByUser(String user)List<Task>TaskDAOImpl. findTasks(String user, String term, int limit)org.exoplatform.commons.utils.ListAccess<Task>TaskDAOImpl. findTasks(TaskQuery query)org.exoplatform.commons.utils.ListAccess<Task>TaskDAOImpl. findTasksByLabel(long labelId, List<Long> projectIds, String username, OrderBy orderBy)List<Task>TaskDAOImpl. getAssignedTasks(String user, int limit)List<Task>TaskDAOImpl. getByStatus(long statusid)List<Task>TaskDAOImpl. getCollaboratedTasks(String user, int limit)org.exoplatform.commons.utils.ListAccess<Task>TaskDAOImpl. getIncomingTasks(String user)List<Task>TaskDAOImpl. getOverdueTasks(String user, int limit)List<Task>TaskDAOImpl. getUncompletedTasks(String user, int limit)List<Task>TaskDAOImpl. getWatchedTasks(String user, int limit)Methods in org.exoplatform.task.dao.jpa with parameters of type Task Modifier and Type Method Description voidTaskDAOImpl. addWatcherToTask(String username, Task task)voidTaskDAOImpl. deleteWatcherOfTask(String username, Task task)Set<String>TaskDAOImpl. getWatchersOfTask(Task task)Method parameters in org.exoplatform.task.dao.jpa with type arguments of type Task Modifier and Type Method Description protected javax.persistence.criteria.PathTaskDAOImpl. buildPath(SingleCondition condition, javax.persistence.criteria.Root<Task> root) -
Uses of Task in org.exoplatform.task.domain
Methods in org.exoplatform.task.domain that return Task Modifier and Type Method Description TaskTask. clone()TaskChangeLog. getTask()TaskComment. getTask()TaskLabelTaskMapping. getTask()Methods in org.exoplatform.task.domain with parameters of type Task Modifier and Type Method Description voidChangeLog. setTask(Task task)voidComment. setTask(Task task)voidLabelTaskMapping. setTask(Task task)Constructors in org.exoplatform.task.domain with parameters of type Task Constructor Description LabelTaskMapping(Label label, Task task) -
Uses of Task in org.exoplatform.task.dto
Methods in org.exoplatform.task.dto that return Task Modifier and Type Method Description TaskChangeLogEntry. getTask()Methods in org.exoplatform.task.dto with parameters of type Task Modifier and Type Method Description voidChangeLogEntry. setTask(Task task) -
Uses of Task in org.exoplatform.task.model
Methods in org.exoplatform.task.model that return Task Modifier and Type Method Description TaskCommentModel. getTask() -
Uses of Task in org.exoplatform.task.util
Fields in org.exoplatform.task.util with type parameters of type Task Modifier and Type Field Description static org.exoplatform.commons.utils.ListAccess<Task>TaskUtil. EMPTY_TASK_LISTMethods in org.exoplatform.task.util that return Task Modifier and Type Method Description static TaskStorageUtil. taskToEntity(TaskDto taskDto)Methods in org.exoplatform.task.util with parameters of type Task Modifier and Type Method Description static booleanTaskUtil. hasEditPermission(TaskService taskService, Task task)static booleanTaskUtil. isEligibleWatcher(Task task, String username)static TaskDtoStorageUtil. taskToDto(Task taskEntity, ProjectStorage projectStorage)
-