|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractContentEntity | |
---|---|
com.atlassian.confluence.it | |
com.atlassian.confluence.it.content | |
com.atlassian.confluence.it.rpc | |
com.atlassian.confluence.selenium.client |
Uses of AbstractContentEntity in com.atlassian.confluence.it |
---|
Subclasses of AbstractContentEntity in com.atlassian.confluence.it | |
---|---|
class |
AbstractPageEntity
Common parent of test Page and BlogPost classes. |
class |
BlogPost
|
class |
Comment
|
class |
Draft
Representation of a Draft for use in tests |
class |
Page
|
class |
UserInformation
|
class |
UserStatus
|
Constructors in com.atlassian.confluence.it with parameters of type AbstractContentEntity | |
---|---|
AbstractContentEntity(AbstractContentEntity that)
|
Uses of AbstractContentEntity in com.atlassian.confluence.it.content |
---|
Methods in com.atlassian.confluence.it.content with parameters of type AbstractContentEntity | |
---|---|
static void |
DiffContentBean.diffByVersion(AbstractContentEntity content,
long... versions)
Unless you're testing error behaviour you'll want to pass this exactly two versions. |
static void |
DiffContentBean.diffByVersion(AbstractContentEntity content,
net.sourceforge.jwebunit.junit.WebTester tester,
long... versions)
|
Uses of AbstractContentEntity in com.atlassian.confluence.it.rpc |
---|
Methods in com.atlassian.confluence.it.rpc with parameters of type AbstractContentEntity | |
---|---|
boolean |
LabelsRpc.addLabel(java.lang.String label,
AbstractContentEntity target)
|
boolean |
ConfluenceRpc.addLabel(java.lang.String label,
AbstractContentEntity target)
|
Uses of AbstractContentEntity in com.atlassian.confluence.selenium.client |
---|
Methods in com.atlassian.confluence.selenium.client with parameters of type AbstractContentEntity | |
---|---|
void |
PageGadget.waitForPageToBeSelected(AbstractContentEntity page)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |