com.polarion.alm.tracker.model.ICommentsManager


METHODS
Modifiers and TypeNameDescription
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 project, author, date and container reference are pre-filled with the values.


Back to Index