Uses of Class
com.atlassian.confluence.it.AbstractContentEntity

Packages that use AbstractContentEntity
com.atlassian.confluence.it   
com.atlassian.confluence.it.api   
com.atlassian.confluence.it.content   
com.atlassian.confluence.it.rpc   
com.atlassian.confluence.it.rpc.xmlrpc   
com.atlassian.confluence.pageobjects.page.content   
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.api
 

Fields in com.atlassian.confluence.it.api with type parameters of type AbstractContentEntity
static com.google.common.base.Function<Content,? extends AbstractContentEntity> ApiEntityConverter.convertApiContentToIt
           
 

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
 void LabelsRpc.addLabel(String label, AbstractContentEntity target)
           
 boolean ConfluenceRpc.addLabel(String label, AbstractContentEntity target)
           
 

Uses of AbstractContentEntity in com.atlassian.confluence.it.rpc.xmlrpc
 

Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type AbstractContentEntity
 boolean XmlRpcLabelsClient.addLabel(String label, AbstractContentEntity target)
           
 

Uses of AbstractContentEntity in com.atlassian.confluence.pageobjects.page.content
 

Constructors in com.atlassian.confluence.pageobjects.page.content with parameters of type AbstractContentEntity
EditContentPage(AbstractContentEntity page, boolean passEditorAnchor)
          For the sake of supporting old browsers, you can actually load the quick editor but loading any viewpage with a #editor anchor.
 

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)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.