| Package | Description |
|---|---|
| org.exoplatform.task.rest | |
| org.exoplatform.task.service.impl | |
| org.exoplatform.task.util |
| Constructor and 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) |
StatusRestService(ProjectService projectService,
StatusService statusService) |
TaskRestService(TaskService taskService,
CommentService commentService,
ProjectService projectService,
StatusService statusService,
UserService userService,
org.exoplatform.social.core.space.spi.SpaceService spaceService,
LabelService labelService) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectServiceImpl |
| Modifier and Type | Method and Description |
|---|---|
static List<ProjectDto> |
ProjectUtil.flattenTree(List<ProjectDto> projectTree,
ProjectService projectService,
int offset,
int limit) |
static List<ProjectDto> |
ProjectUtil.getProjectTree(List<String> memberships,
String query,
org.exoplatform.services.security.Identity identity,
ProjectService projectService,
int offset,
int limit) |
static List<ProjectDto> |
ProjectUtil.getProjectTree(String space_group_id,
ProjectService projectService,
int offset,
int limit) |
static ProjectDto |
ProjectUtil.saveProjectField(ProjectService projService,
long projectId,
Map<String,String[]> fields) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.