Uses of Interface
com.atlassian.confluence.it.ContentEntity
-
Packages that use ContentEntity Package Description com.atlassian.confluence.it com.atlassian.confluence.it.api com.atlassian.confluence.it.rpc -
-
Uses of ContentEntity in com.atlassian.confluence.it
Classes in com.atlassian.confluence.it that implement ContentEntity Modifier and Type Class Description class
AbstractContentEntity
Deprecated.Please use confluence-java-api module instead.class
AbstractPageEntity
Deprecated.Please use confluence-java-api module instead.class
BlogPost
Deprecated.Please use confluence-java-api module instead.class
Comment
Deprecated.Please use confluence-java-api module instead.class
Draft
Representation of aDraft
for use in testsclass
Page
Deprecated.Please use confluence-java-api module instead.class
UserInformation
Methods in com.atlassian.confluence.it that return ContentEntity Modifier and Type Method Description ContentEntity
Attachment. getPage()
Deprecated.Methods in com.atlassian.confluence.it with parameters of type ContentEntity Modifier and Type Method Description Attachment.AttachmentBuilder
Attachment.AttachmentBuilder. contentEntity(ContentEntity contentEntity)
Constructors in com.atlassian.confluence.it with parameters of type ContentEntity Constructor Description Attachment(ContentEntity contentEntity, Attachment other)
Deprecated.Since 5.7.Attachment(ContentEntity contentEntity, File file, String contentType)
Deprecated.Since 5.7.Attachment(ContentEntity contentEntity, String filename, String contentType, String classpathResource)
Deprecated.Since 5.7.Attachment(ContentEntity contentEntity, String filename, String contentType, String comment, byte[] data)
Deprecated.Since 5.7.Attachment(ContentEntity contentEntity, String filename, String contentType, String comment, byte[] data, boolean minorEdit)
Deprecated.Since 5.7. -
Uses of ContentEntity in com.atlassian.confluence.it.api
Methods in com.atlassian.confluence.it.api with parameters of type ContentEntity Modifier and Type Method Description static Content
ApiEntityConverter. convertItContentToApiContent(ContentEntity entity)
-
Uses of ContentEntity in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc with parameters of type ContentEntity Modifier and Type Method 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 contentvoid
ConfluenceRpc. grantContentPermission(ContentPermission contentPermission, ContentEntity contentEntity)
Deprecated.void
ConfluenceRpc. grantContentPermission(ContentEntity contentEntity, Entity entity, ContentPermissionType permissionType)
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.Method parameters in com.atlassian.confluence.it.rpc with type arguments of type ContentEntity Modifier and Type Method Description void
ConfluenceRpc. assertThatMostRecentIndexEntriesHaveBeenProcessed(Iterable<? extends ContentEntity> entities)
Deprecated.void
ConfluenceRpc. flushIndexQueueAndVerify(Iterable<? extends ContentEntity> contentEntities)
Deprecated.
-