public interface ModifiableThread extends Thread, ModifiableTraversableAmetysObject, RemovableAmetysObject, ModifiableExplorerNode
Modifier and Type | Method and Description |
---|---|
void |
markAsRead(UserIdentity user)
Mark the thread as read by a user
|
void |
setAuthor(UserIdentity author)
Set the author of this thread.
|
void |
setCreationDate(Date creationDate)
Set the thread's creation date.
|
void |
setTitle(String title)
Set the title of this thread.
|
getAuthor, getCreationDate, getTitle, getUnreadPosts
createChild
getChild, getChildAt, getChildPosition, getChildren, hasChild
remove
setDescription
getApplicationId, getDescription, getExplorerPath, getIconCls, hasChildExplorerNodes
needsSave, rename, revertChanges, saveChanges
equals, getId, getName, getParent, getParentPath, getPath, hashCode
void setTitle(String title)
title
- the thread's titlevoid setAuthor(UserIdentity author)
author
- the authorvoid setCreationDate(Date creationDate)
creationDate
- the thread's creation date.void markAsRead(UserIdentity user)
user
- The user