Uses of Class
org.exoplatform.task.rest.model.TaskEntity
Packages that use TaskEntity
-
Uses of TaskEntity in org.exoplatform.task.rest.model
Constructor parameters in org.exoplatform.task.rest.model with type arguments of type TaskEntityModifierConstructorDescriptionFiltreTaskList(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 TaskEntityModifier and TypeMethodDescriptionstatic 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 TaskEntityModifier and TypeMethodDescriptionstatic Map<GroupKey, List<TaskEntity>> TaskUtil.groupTasks(List<TaskEntity> tasks, String groupBy, org.exoplatform.services.security.Identity userId, TimeZone userTimezone, LabelService labelService, UserService userService)