Package com.polarion.alm.tracker.model
Interface ICommentsManager<T extends ICommentBase<T>>
- All Known Subinterfaces:
ITestRunCommentsManager
public interface ICommentsManager<T extends ICommentBase<T>>
- Since:
- 3.10.0
-
Method Summary
Modifier and TypeMethodDescriptioncreateComment
(Text text) Creates the (temporary) comment object, which can be manipulated by the client.Shortcut forgetRootComments(true)
.getRootComments
(boolean includeResolved) Returns root comments.
-
Method Details
-
getRootComments
Shortcut forgetRootComments(true)
.- See Also:
-
getRootComments
Returns root comments. Optionally includes also resolved comments.- See Also:
-
createComment
Creates the (temporary) comment object, which can be manipulated by the client. However, the comment is not persisted until it is explicitly saved.The fields
project, author, date
and container reference are pre-filled with the values.
-