public class ProjectDto extends Object implements Serializable
| Constructor and Description |
|---|
ProjectDto(String name,
String description,
HashSet<Status> statuses,
Set<String> managers,
Set<String> participators) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEdit(org.exoplatform.services.security.Identity user) |
boolean |
canView(org.exoplatform.services.security.Identity user) |
ProjectDto |
clone(boolean cloneTask) |
boolean |
equals(Object obj) |
public ProjectDto clone(boolean cloneTask)
public boolean canView(org.exoplatform.services.security.Identity user)
public boolean canEdit(org.exoplatform.services.security.Identity user)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.