public class CommentModel extends Object
| Constructor and Description |
|---|
CommentModel(Comment cmt,
User author,
String formattedComment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEdit(org.exoplatform.services.security.Identity identity) |
User |
getAuthor() |
String |
getComment() |
Date |
getCreatedTime() |
String |
getFormattedComment() |
long |
getId() |
Task |
getTask() |
public User getAuthor()
public Date getCreatedTime()
public String getComment()
public long getId()
public Task getTask()
public String getFormattedComment()
public boolean canEdit(org.exoplatform.services.security.Identity identity)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.