Uses of Class
com.atlassian.confluence.it.AbstractPageEntity
-
-
Uses of AbstractPageEntity in com.atlassian.confluence.it
Subclasses of AbstractPageEntity in com.atlassian.confluence.it Modifier and Type Class Description class
BlogPost
Deprecated.Please use confluence-java-api module instead.class
Page
Deprecated.Please use confluence-java-api module instead.Methods in com.atlassian.confluence.it that return AbstractPageEntity Modifier and Type Method Description AbstractPageEntity
Comment. getPage()
Deprecated.Constructors in com.atlassian.confluence.it with parameters of type AbstractPageEntity Constructor Description AbstractPageEntity(AbstractPageEntity abstractPage)
Deprecated.Comment(AbstractPageEntity page, Attachment attachment, String content, long parentId)
Deprecated.Comment(AbstractPageEntity page, String content)
Deprecated.Comment(AbstractPageEntity page, String content, long parentId)
Deprecated. -
Uses of AbstractPageEntity in com.atlassian.confluence.it.dashboard
Methods in com.atlassian.confluence.it.dashboard with parameters of type AbstractPageEntity Modifier and Type Method Description static WebDashboard
WebDashboard. getDashboardUpdatesMacroOnPage(AbstractPageEntity page)
static WebDashboard
WebDashboard. getDashboardUpdatesMacroOnPage(AbstractPageEntity page, Map<String,Object> params)
-
Uses of AbstractPageEntity in com.atlassian.confluence.it.export
Methods in com.atlassian.confluence.it.export with parameters of type AbstractPageEntity Modifier and Type Method Description boolean
SimpleSiteStructure. hasPage(AbstractPageEntity page)
-
Uses of AbstractPageEntity in com.atlassian.confluence.it.global
Methods in com.atlassian.confluence.it.global with parameters of type AbstractPageEntity Modifier and Type Method Description boolean
SiteSearch. hasResultWithTitle(AbstractPageEntity page)
-
Uses of AbstractPageEntity in com.atlassian.confluence.it.mail
Methods in com.atlassian.confluence.it.mail with parameters of type AbstractPageEntity Modifier and Type Method Description static void
MailAssertions. assertStandardHeaders(javax.mail.internet.MimeMessage message, User user, AbstractPageEntity page)
-
Uses of AbstractPageEntity in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc with parameters of type AbstractPageEntity Modifier and Type Method Description Comment
ConfluenceRpc. getComment(AbstractPageEntity pageEntity, long commentId)
Deprecated.Collection<User>
NotificationsRpc. getWatchersForPage(AbstractPageEntity page)
Gets all watchers of a page.boolean
NotificationsRpc. isWatchingPage(AbstractPageEntity page, User user)
Check whether the given user is watching the given page.void
ConfluenceRpc. setContentRestriction(ContentPermission contentPermission, AbstractPageEntity abstractPage)
Deprecated.Restricts page or blog post to single given user or group, wiping out any other existing restrictions.void
NotificationsRpc. unwatchPageForUser(AbstractPageEntity page, User user)
Removes a page watch for the specified user.void
NotificationsRpc. watchPage(AbstractPageEntity page)
Watch a page as the current user.void
NotificationsRpc. watchPageForUser(AbstractPageEntity page, User user)
Add a page watch for the specified user. -
Uses of AbstractPageEntity in com.atlassian.confluence.it.rpc.xmlrpc
Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type AbstractPageEntity Modifier and Type Method Description Comment
XmlRpcContentClient. getComment(AbstractPageEntity pageEntity, long commentId)
boolean
XmlRpcWatchClient. isWatchingContent(User user, AbstractPageEntity entity)
void
XmlRpcWatchClient. unwatchContent(User user, AbstractPageEntity entity)
void
XmlRpcWatchClient. watchContent(User user, AbstractPageEntity entity)
-
Uses of AbstractPageEntity in com.atlassian.confluence.it.user
Methods in com.atlassian.confluence.it.user with parameters of type AbstractPageEntity Modifier and Type Method Description void
LoginHelper. logInAs(User user, AbstractPageEntity abstractPageEntity)
-
Uses of AbstractPageEntity in com.atlassian.confluence.pageobjects
Methods in com.atlassian.confluence.pageobjects with parameters of type AbstractPageEntity Modifier and Type Method Description EditRestrictedPage
ConfluenceTestedProduct. loginAndEditRestricted(User user, AbstractPageEntity page)
Deprecated.ViewRestrictedPage
ConfluenceTestedProduct. loginAndViewRestricted(User user, AbstractPageEntity page)
Deprecated. -
Uses of AbstractPageEntity in com.atlassian.confluence.pageobjects.page.content
Fields in com.atlassian.confluence.pageobjects.page.content declared as AbstractPageEntity Modifier and Type Field Description protected AbstractPageEntity
AbstractViewPage. pageEntity
Deprecated.Methods in com.atlassian.confluence.pageobjects.page.content that return AbstractPageEntity Modifier and Type Method Description AbstractPageEntity
EditRestrictedPage. getPageEntity()
Deprecated.AbstractPageEntity
ViewPage. getPageEntity()
Deprecated.AbstractPageEntity
ViewPageAnonymous. getPageEntity()
Deprecated.Constructors in com.atlassian.confluence.pageobjects.page.content with parameters of type AbstractPageEntity Constructor Description AbstractViewPage(AbstractPageEntity pageEntity)
Deprecated.EditRestrictedPage(AbstractPageEntity pageEntity)
Deprecated.ViewPage(AbstractPageEntity pageEntity)
Deprecated.ViewPageAddComment(AbstractPageEntity pageEntity)
Deprecated.ViewPageAnonymous(AbstractPageEntity pageEntity)
Deprecated.ViewRestrictedPage(AbstractPageEntity pageEntity)
Deprecated.
-