public interface Comment extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
canDelete()
Returns true if the current user can delete this comment.
|
boolean |
canEdit()
Returns true if the current user can edit this comment.
|
String |
getContent()
Returns the HTML formatted content of the comment.
|
GregorianCalendar |
getCreatedAt()
Returns the timestamp in the session’s locale when this comment was
created.
|
String |
getCreatedBy()
Returns the username of the user who created the comment.
|
String |
getIdentifier()
Returns the unique identifier of the comment.
|
GregorianCalendar |
getModifiedAt()
Returns the timestamp in the session’s locale when this comment has been
modified.
|
String |
getName()
Returns the name of this comment.
|
String |
getTitle()
Returns the title of this comment.
|
boolean |
isEdited()
Indicates whether the comment has been edited since it was initially
created.
|
String getIdentifier()
String getName()
String getTitle()
GregorianCalendar getCreatedAt()
GregorianCalendar getModifiedAt()
String getContent()
String getCreatedBy()
boolean isEdited()
boolean canEdit()
boolean canDelete()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.