Uses of Class
com.atlassian.confluence.it.AbstractPageEntity
Packages that use AbstractPageEntity
Package
Description
-
Uses of AbstractPageEntity in com.atlassian.confluence.it
Subclasses of AbstractPageEntity in com.atlassian.confluence.itModifier and TypeClassDescriptionclassDeprecated.Please use confluence-java-api module instead.classDeprecated.Please use confluence-java-api module instead.Methods in com.atlassian.confluence.it that return AbstractPageEntityConstructors in com.atlassian.confluence.it with parameters of type AbstractPageEntityModifierConstructorDescriptionAbstractPageEntity(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 AbstractPageEntityModifier and TypeMethodDescriptionstatic WebDashboardWebDashboard.getDashboardUpdatesMacroOnPage(AbstractPageEntity page) static WebDashboardWebDashboard.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 -
Uses of AbstractPageEntity in com.atlassian.confluence.it.global
Methods in com.atlassian.confluence.it.global with parameters of type AbstractPageEntity -
Uses of AbstractPageEntity in com.atlassian.confluence.it.mail
Methods in com.atlassian.confluence.it.mail with parameters of type AbstractPageEntityModifier and TypeMethodDescriptionstatic voidMailAssertions.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 AbstractPageEntityModifier and TypeMethodDescriptionConfluenceRpc.getComment(AbstractPageEntity pageEntity, long commentId) Deprecated.NotificationsRpc.getWatchersForPage(AbstractPageEntity page) Gets all watchers of a page.booleanNotificationsRpc.isWatchingPage(AbstractPageEntity page, User user) Check whether the given user is watching the given page.voidConfluenceRpc.setContentRestriction(ContentPermission contentPermission, AbstractPageEntity abstractPage) Deprecated.Restricts page or blog post to single given user or group, wiping out any other existing restrictions.voidNotificationsRpc.unwatchPageForUser(AbstractPageEntity page, User user) Removes a page watch for the specified user.voidNotificationsRpc.watchPage(AbstractPageEntity page) Watch a page as the current user.voidNotificationsRpc.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 AbstractPageEntityModifier and TypeMethodDescriptionXmlRpcContentClient.getComment(AbstractPageEntity pageEntity, long commentId) booleanXmlRpcWatchClient.isWatchingContent(User user, AbstractPageEntity entity) voidXmlRpcWatchClient.unwatchContent(User user, AbstractPageEntity entity) voidXmlRpcWatchClient.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 AbstractPageEntityModifier and TypeMethodDescriptionvoidLoginHelper.logInAs(User user, AbstractPageEntity abstractPageEntity) -
Uses of AbstractPageEntity in com.atlassian.confluence.pageobjects
Methods in com.atlassian.confluence.pageobjects with parameters of type AbstractPageEntityModifier and TypeMethodDescriptionConfluenceTestedProduct.loginAndEditRestricted(User user, AbstractPageEntity page) Deprecated.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 AbstractPageEntityModifier and TypeFieldDescriptionprotected final AbstractPageEntityAbstractViewPage.pageEntityDeprecated.Methods in com.atlassian.confluence.pageobjects.page.content that return AbstractPageEntityModifier and TypeMethodDescriptionEditRestrictedPage.getPageEntity()Deprecated.ViewPage.getPageEntity()Deprecated.ViewPageAnonymous.getPageEntity()Deprecated.Constructors in com.atlassian.confluence.pageobjects.page.content with parameters of type AbstractPageEntityModifierConstructorDescriptionAbstractViewPage(AbstractPageEntity pageEntity) Deprecated.EditRestrictedPage(AbstractPageEntity pageEntity) Deprecated.ViewPage(AbstractPageEntity pageEntity) Deprecated.ViewPageAddComment(AbstractPageEntity pageEntity) Deprecated.ViewPageAnonymous(AbstractPageEntity pageEntity) Deprecated.ViewRestrictedPage(AbstractPageEntity pageEntity) Deprecated.