|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.it.content.CommentBean
public class CommentBean
TODO: support threaded comments parsing
Method Summary | |
---|---|
boolean |
canReply()
|
boolean |
commentExists()
|
static boolean |
commentExists(int index)
Deprecated. Since 5.2. Use newInstance(int) and commentExists() |
EditContentBean |
edit()
|
static CommentBean |
focusedComment()
Returns an instance of this class representing the focused comment on the current page. |
static CommentBean |
focusedComment(net.sourceforge.jwebunit.junit.WebTester tester)
|
java.lang.String |
getContent()
|
java.lang.String |
getDate()
|
java.lang.String |
getDateTitle()
|
java.lang.String |
getId()
|
java.lang.String |
getPermalink()
Returns the permalink id of the comment. |
java.lang.String |
getProfilePicSrc()
|
java.lang.String |
getUserFullName()
|
java.lang.String |
getUserlink()
Returns the user profile link of the comment. |
boolean |
isEditable()
|
boolean |
isRemovable()
|
static CommentBean |
newInstance(int index)
Returns an instance of this class representing the comment on the page with the given index. |
static CommentBean |
newInstance(int index,
net.sourceforge.jwebunit.junit.WebTester tester)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public static boolean commentExists(int index)
newInstance(int)
and commentExists()
public static CommentBean newInstance(int index)
public static CommentBean newInstance(int index, net.sourceforge.jwebunit.junit.WebTester tester)
public boolean commentExists()
public static CommentBean focusedComment()
public static CommentBean focusedComment(net.sourceforge.jwebunit.junit.WebTester tester)
public java.lang.String getProfilePicSrc()
public java.lang.String getId()
public java.lang.String getContent()
public java.lang.String getUserFullName()
public java.lang.String getDate()
public java.lang.String getDateTitle()
public java.lang.String getPermalink()
public java.lang.String getUserlink()
public boolean isEditable()
public boolean canReply()
public boolean isRemovable()
public EditContentBean edit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |