Modifier and Type | Class and Description |
---|---|
class |
BlogPost
Deprecated.
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
class |
Page
Deprecated.
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
Modifier and Type | Method and Description |
---|---|
AbstractPageEntity |
Comment.getPage()
Deprecated.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
static WebDashboard |
WebDashboard.getDashboardUpdatesMacroOnPage(AbstractPageEntity page) |
static WebDashboard |
WebDashboard.getDashboardUpdatesMacroOnPage(AbstractPageEntity page,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleSiteStructure.hasPage(AbstractPageEntity page) |
Modifier and Type | Method and Description |
---|---|
boolean |
SiteSearch.hasResultWithTitle(AbstractPageEntity page) |
Modifier and Type | Method and Description |
---|---|
static void |
MailAssertions.assertStandardHeaders(javax.mail.internet.MimeMessage message,
User user,
AbstractPageEntity page) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
LoginHelper.logInAs(User user,
AbstractPageEntity abstractPageEntity) |
Modifier and Type | Method and Description |
---|---|
EditRestrictedPage |
ConfluenceTestedProduct.loginAndEditRestricted(User user,
AbstractPageEntity page)
Deprecated.
|
ViewRestrictedPage |
ConfluenceTestedProduct.loginAndViewRestricted(User user,
AbstractPageEntity page)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractPageEntity |
AbstractViewPage.pageEntity
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AbstractPageEntity |
EditRestrictedPage.getPageEntity()
Deprecated.
|
AbstractPageEntity |
ViewPageAnonymous.getPageEntity()
Deprecated.
|
AbstractPageEntity |
ViewPage.getPageEntity()
Deprecated.
|
Constructor and 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.
|
Copyright © 2003–2020 Atlassian. All rights reserved.