Uses of Interface
com.atlassian.confluence.it.ContentEntity

Packages that use ContentEntity
com.atlassian.confluence.it   
com.atlassian.confluence.it.api   
com.atlassian.confluence.it.rpc   
com.atlassian.confluence.multimedia   
com.atlassian.confluence.selenium   
com.atlassian.confluence.selenium.client   
 

Uses of ContentEntity in com.atlassian.confluence.it
 

Classes in com.atlassian.confluence.it that implement ContentEntity
 class AbstractContentEntity
           
 class AbstractPageEntity
          Common parent of test Page and BlogPost classes.
 class BlogPost
           
 class Comment
           
 class Draft
          Representation of a Draft for use in tests
 class Page
           
 class UserInformation
           
 class UserStatus
           
 

Methods in com.atlassian.confluence.it that return ContentEntity
 ContentEntity Attachment.getPage()
           
 

Constructors in com.atlassian.confluence.it with parameters of type ContentEntity
Attachment(ContentEntity contentEntity, Attachment other)
          Copy constructor -- put the provided attachment on another page.
Attachment(ContentEntity contentEntity, java.io.File file, java.lang.String contentType)
           
Attachment(ContentEntity contentEntity, java.lang.String filename, java.lang.String contentType, java.lang.String classpathResource)
           
Attachment(ContentEntity contentEntity, java.lang.String filename, java.lang.String contentType, java.lang.String comment, byte[] data)
           
Attachment(ContentEntity contentEntity, java.lang.String filename, java.lang.String contentType, java.lang.String comment, byte[] data, boolean minorEdit)
          Creates an Attachment object of an intended file.
 

Uses of ContentEntity in com.atlassian.confluence.it.api
 

Methods in com.atlassian.confluence.it.api with parameters of type ContentEntity
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
 void ConfluenceRpc.assertThatMostRecentIndexEntriesHaveBeenProcessed(ContentEntity... entities)
           
 long ConfluenceRpc.createAttachment(ContentEntity page, Attachment attachment)
           
 void ConfluenceRpc.flushIndexQueueAndVerify(ContentEntity... contentEntities)
          Flush the entire index queue, and explicitly assert that the given content entities had their most recent index queue journal entries processed.
 java.util.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)
           
 void ConfluenceRpc.grantContentPermission(ContentPermission contentPermission, ContentEntity contentEntity)
           
 void ConfluenceRpc.grantContentPermissions(ContentEntity contentEntity, java.util.List<? extends Entity> entities, ContentPermissionType permissionType)
           
 void LikesRpc.like(ContentEntity content, User user)
          Have the specified user like the specified content.
 void ConfluenceRpc.revokeContentPermission(ContentPermission contentPermission, ContentEntity contentEntity)
           
 void LikesRpc.unlike(ContentEntity content, User user)
          Have the specified user UNlike the specified content.
 

Uses of ContentEntity in com.atlassian.confluence.multimedia
 

Methods in com.atlassian.confluence.multimedia with parameters of type ContentEntity
protected  java.lang.String AbstractMultimediaMacroAcceptanceTest.generateWikiMarkup(Space space, ContentEntity ce, Attachment file, java.lang.String width, java.lang.String height)
           
protected  Attachment MultimediaMacroWMVAcceptanceTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroWMAAcceptanceTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroQuickTimeAcceptanceTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroMp4AcceptanceTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroMp3AcceptanceTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroFlashAcceptanceTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroAVIAcceptanceTest.getAttachment(ContentEntity ce)
           
protected abstract  Attachment AbstractMultimediaMacroAcceptanceTest.getAttachment(ContentEntity ce)
           
 

Uses of ContentEntity in com.atlassian.confluence.selenium
 

Methods in com.atlassian.confluence.selenium with parameters of type ContentEntity
protected  Attachment MultimediaMacroQuickTimeNotIExploreTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroAVITest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroFlashTest.getAttachment(ContentEntity ce)
           
protected abstract  Attachment AbstractMultimediaMacroTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroWMATest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroWMVTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroMp3Test.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroMp4Test.getAttachment(ContentEntity ce)
           
 

Uses of ContentEntity in com.atlassian.confluence.selenium.client
 

Methods in com.atlassian.confluence.selenium.client with parameters of type ContentEntity
 TinyMce Editor.edit(ContentEntity contentEntity)
           
 boolean LinkBrowser.isPresentInDataTable(ContentEntity content)
           
 TinyMce Editor.logInAndEdit(User user, ContentEntity contentEntity)
           
 TinyMce Editor.logInAndEditInRTE(User user, ContentEntity contentEntity)
          Logs the given user in, edits the given content and switches to the RTE.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.