Package | Description |
---|---|
com.atlassian.confluence.it | |
com.atlassian.confluence.it.api | |
com.atlassian.confluence.it.rpc |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentEntity
Deprecated.
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
class |
AbstractPageEntity
Deprecated.
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
class |
BlogPost
Deprecated.
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
class |
Comment
Deprecated.
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
class |
Draft
Representation of a
Draft for use in tests |
class |
Page
Deprecated.
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
class |
UserInformation |
Modifier and Type | Method and Description |
---|---|
ContentEntity |
Attachment.getPage()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Attachment.AttachmentBuilder |
Attachment.AttachmentBuilder.contentEntity(ContentEntity contentEntity) |
Constructor and Description |
---|
Attachment(ContentEntity contentEntity,
Attachment other)
Deprecated.
Since 5.7. Use
instead |
Attachment(ContentEntity contentEntity,
File file,
String contentType)
Deprecated.
Since 5.7. Use
instead |
Attachment(ContentEntity contentEntity,
String filename,
String contentType,
String classpathResource)
Deprecated.
Since 5.7. Use
instead |
Attachment(ContentEntity contentEntity,
String filename,
String contentType,
String comment,
byte[] data)
Deprecated.
Since 5.7. Use
instead |
Attachment(ContentEntity contentEntity,
String filename,
String contentType,
String comment,
byte[] data,
boolean minorEdit)
Deprecated.
Since 5.7. Use
instead |
Modifier and Type | Method and Description |
---|---|
static Content |
ApiEntityConverter.convertItContentToApiContent(ContentEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
ConfluenceRpc.assertThatMostRecentIndexEntriesHaveBeenProcessed(ContentEntity... entities)
Deprecated.
|
long |
ConfluenceRpc.createAttachment(ContentEntity page,
Attachment attachment)
Deprecated.
|
void |
ConfluenceRpc.flushIndexQueueAndVerify(ContentEntity... contentEntities)
Deprecated.
Flush the entire index queue, and explicitly assert that the given content entities had their most recent
index queue journal entries processed.
|
List<Like> |
LikesRpc.getLikes(ContentEntity content,
User user)
gets the likes on the piece of content
|
void |
ConfluenceRpc.grantContentPermission(ContentEntity contentEntity,
Entity entity,
ContentPermissionType permissionType)
Deprecated.
|
void |
ConfluenceRpc.grantContentPermission(ContentPermission contentPermission,
ContentEntity contentEntity)
Deprecated.
|
void |
ConfluenceRpc.grantContentPermissions(ContentEntity contentEntity,
List<? extends Entity> entities,
ContentPermissionType permissionType)
Deprecated.
|
void |
LikesRpc.like(ContentEntity content,
User user)
Have the specified user like the specified content.
|
void |
ConfluenceRpc.revokeContentPermission(ContentPermission contentPermission,
ContentEntity contentEntity)
Deprecated.
|
void |
LikesRpc.unlike(ContentEntity content,
User user)
Have the specified user UNlike the specified content.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfluenceRpc.assertThatMostRecentIndexEntriesHaveBeenProcessed(Iterable<? extends ContentEntity> entities)
Deprecated.
|
void |
ConfluenceRpc.flushIndexQueueAndVerify(Iterable<? extends ContentEntity> contentEntities)
Deprecated.
|
Copyright © 2003–2021 Atlassian. All rights reserved.