|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractPageEntity in com.atlassian.confluence.it |
|---|
| Subclasses of AbstractPageEntity in com.atlassian.confluence.it | |
|---|---|
class |
BlogPost
|
class |
Page
|
| Methods in com.atlassian.confluence.it that return AbstractPageEntity | |
|---|---|
AbstractPageEntity |
Comment.getPage()
|
| Constructors in com.atlassian.confluence.it with parameters of type AbstractPageEntity | |
|---|---|
AbstractPageEntity(AbstractPageEntity abstractPage)
|
|
Comment(AbstractPageEntity page,
java.lang.String content)
|
|
Comment(AbstractPageEntity page,
java.lang.String content,
long parentId)
|
|
| Uses of AbstractPageEntity in com.atlassian.confluence.it.export |
|---|
| Methods in com.atlassian.confluence.it.export with parameters of type AbstractPageEntity | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
Comment |
ConfluenceRpc.getComment(AbstractPageEntity pageEntity,
long commentId)
|
void |
ConfluenceRpc.setContentRestriction(ContentPermission contentPermission,
AbstractPageEntity abstractPage)
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.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 | |
|---|---|
Comment |
XmlRpcContentClient.getComment(AbstractPageEntity pageEntity,
long commentId)
|
| Uses of AbstractPageEntity in com.atlassian.confluence.it.user |
|---|
| Methods in com.atlassian.confluence.it.user with parameters of type AbstractPageEntity | |
|---|---|
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 | |
|---|---|
EditRestrictedPage |
ConfluenceTestedProduct.loginAndEditRestricted(User user,
AbstractPageEntity page)
|
ViewRestrictedPage |
ConfluenceTestedProduct.loginAndViewRestricted(User user,
AbstractPageEntity page)
|
| Uses of AbstractPageEntity in com.atlassian.confluence.pageobjects.component.dashboard |
|---|
| Methods in com.atlassian.confluence.pageobjects.component.dashboard with parameters of type AbstractPageEntity | |
|---|---|
static DashboardPopularStreamContent.StreamItem |
DashboardPopularStreamContent.streamItemFor(AbstractPageEntity pageEntity,
com.atlassian.fugue.Maybe<java.lang.String> authorUsername,
java.lang.String authorFullname,
DashboardPopularStreamContent.StreamCountItem... countItems)
|
static DashboardPopularStreamContent.StreamItem |
DashboardPopularStreamContent.streamItemFor(AbstractPageEntity pageEntity,
User author,
DashboardPopularStreamContent.StreamCountItem... countItems)
|
| Uses of AbstractPageEntity in com.atlassian.confluence.pageobjects.page |
|---|
| Methods in com.atlassian.confluence.pageobjects.page with parameters of type AbstractPageEntity | |
|---|---|
ViewPage |
SpaceDirectoryPage.submitSearchForOneResult(AbstractPageEntity pageEntity)
Jump to the home page of the space matching the value in the search field. |
| Uses of AbstractPageEntity in com.atlassian.confluence.pageobjects.page.admin.templates |
|---|
| Constructors in com.atlassian.confluence.pageobjects.page.admin.templates with parameters of type AbstractPageEntity | |
|---|---|
AbstractTemplatesPage(java.lang.Class<T> classEditTemplate,
java.lang.Class<U> classRevertTemplate,
AbstractPageEntity pageEntity)
|
|
GlobalTemplatesPage(AbstractPageEntity pageEntity)
|
|
| Uses of AbstractPageEntity in com.atlassian.confluence.pageobjects.page.content |
|---|
| Fields in com.atlassian.confluence.pageobjects.page.content declared as AbstractPageEntity | |
|---|---|
protected AbstractPageEntity |
AbstractViewPage.pageEntity
|
| Methods in com.atlassian.confluence.pageobjects.page.content that return AbstractPageEntity | |
|---|---|
AbstractPageEntity |
ViewRestrictedPage.getPageEntity()
|
AbstractPageEntity |
ViewPageAnonymous.getPageEntity()
|
AbstractPageEntity |
ViewPage.getPageEntity()
|
AbstractPageEntity |
EditRestrictedPage.getPageEntity()
|
| Constructors in com.atlassian.confluence.pageobjects.page.content with parameters of type AbstractPageEntity | |
|---|---|
AbstractViewPage(AbstractPageEntity pageEntity)
|
|
EditContentPage(AbstractPageEntity 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. |
|
EditRestrictedPage(AbstractPageEntity pageEntity)
|
|
NotFoundPage(AbstractPageEntity pageEntity)
|
|
ViewPage(AbstractPageEntity pageEntity)
|
|
ViewPageAddComment(AbstractPageEntity pageEntity)
|
|
ViewPageAnonymous(AbstractPageEntity pageEntity)
|
|
ViewRestrictedPage(AbstractPageEntity pageEntity)
|
|
| Uses of AbstractPageEntity in com.atlassian.confluence.pageobjects.page.user |
|---|
| Methods in com.atlassian.confluence.pageobjects.page.user with parameters of type AbstractPageEntity | |
|---|---|
boolean |
UserWatchesPage.isWatching(AbstractPageEntity page)
|
| Uses of AbstractPageEntity in com.atlassian.confluence.webdriver |
|---|
| Methods in com.atlassian.confluence.webdriver with parameters of type AbstractPageEntity | |
|---|---|
protected void |
AbstractContentRestrictionTest.setAndThenRemoveRestrictionOnInfoPage(User user,
AbstractPageEntity abstractPage,
ContentPermissionType permissionType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||