com.polarion.alm.tracker.model.ICommentsManager
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IPObjectList<T> | getRootComments() | Shortcut for getRootComments(true) . |
IPObjectList<T> | getRootComments(boolean) | Returns root comments. Optionally includes also resolved comments. |
T | createComment(Text) | 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 |
Back to Index