com.polarion.alm.tracker.model.ICommentBase
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IUser | getAuthor() | |
Date | getCreated() | |
Text | getText() | |
IPObjectList<T> | getChildComments() | |
T | getRootComment() | |
T | getParentComment() | |
T | createChildComment(Text) | Shortcut for createChildComment(text, true) . |
T | createChildComment(Text,boolean) | Creates a child comment and optionally reopens the comment thread, if it is resolved. If the thread is reopened, {@link #save()} is called on the root comment. |
IEnumSet<ICommentTagOpt> | getTags() | |
void | setResolvedComment(boolean) | Sets the resolved state of this comment. Can be used only for the root comments. |
boolean | isResolvedComment() | Checks if this comment is in a resolved comments thread. |
ISignatureData | getSignatureData() | Signature related data. |
ISignatureData | setSignatureData(IWorkflowSignature,String) | Sets signature data. Adds the tag {@link ICommentTagOpt#OPT_SIGNATURES} if it is missing. |
ITrackerService | getTrackerService() |
Back to Index