Uses of Class
org.exoplatform.task.rest.model.TaskEntity
-
Packages that use TaskEntity Package Description org.exoplatform.task.rest.model org.exoplatform.task.util -
-
Uses of TaskEntity in org.exoplatform.task.rest.model
Constructor parameters in org.exoplatform.task.rest.model with type arguments of type TaskEntity Constructor Description FiltreTaskList(Map<GroupKey,List<TaskEntity>> groupTasks)PaginatedTaskList(List<TaskEntity> tasks, long tasksNumber) -
Uses of TaskEntity in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return types with arguments of type TaskEntity Modifier and Type Method Description static Map<GroupKey,List<TaskEntity>>TaskUtil. groupTasks(List<TaskEntity> tasks, String groupBy, org.exoplatform.services.security.Identity userId, TimeZone userTimezone, LabelService labelService, UserService userService)Method parameters in org.exoplatform.task.util with type arguments of type TaskEntity Modifier and Type Method Description static Map<GroupKey,List<TaskEntity>>TaskUtil. groupTasks(List<TaskEntity> tasks, String groupBy, org.exoplatform.services.security.Identity userId, TimeZone userTimezone, LabelService labelService, UserService userService)
-