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 classAbstractContentEntityDeprecated.Please use confluence-java-api module instead.classAbstractPageEntityDeprecated.Please use confluence-java-api module instead.classBlogPostDeprecated.Please use confluence-java-api module instead.classCommentDeprecated.Please use confluence-java-api module instead.classDraftRepresentation of aDraftfor use in testsclassPageDeprecated.Please use confluence-java-api module instead.classUserInformationMethods in com.atlassian.confluence.it that return ContentEntity Modifier and Type Method Description ContentEntityAttachment. getPage()Deprecated.Methods in com.atlassian.confluence.it with parameters of type ContentEntity Modifier and Type Method Description Attachment.AttachmentBuilderAttachment.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 ContentApiEntityConverter. 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 voidConfluenceRpc. assertThatMostRecentIndexEntriesHaveBeenProcessed(ContentEntity... entities)Deprecated.longConfluenceRpc. createAttachment(ContentEntity page, Attachment attachment)Deprecated.voidConfluenceRpc. 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 contentvoidConfluenceRpc. grantContentPermission(ContentPermission contentPermission, ContentEntity contentEntity)Deprecated.voidConfluenceRpc. grantContentPermission(ContentEntity contentEntity, Entity entity, ContentPermissionType permissionType)Deprecated.voidConfluenceRpc. grantContentPermissions(ContentEntity contentEntity, List<? extends Entity> entities, ContentPermissionType permissionType)Deprecated.voidLikesRpc. like(ContentEntity content, User user)Have the specified user like the specified content.voidConfluenceRpc. revokeContentPermission(ContentPermission contentPermission, ContentEntity contentEntity)Deprecated.voidLikesRpc. 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 voidConfluenceRpc. assertThatMostRecentIndexEntriesHaveBeenProcessed(Iterable<? extends ContentEntity> entities)Deprecated.voidConfluenceRpc. flushIndexQueueAndVerify(Iterable<? extends ContentEntity> contentEntities)Deprecated.
-