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

Packages that use ContentEntity
com.atlassian.confluence.it   
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 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, File file, String contentType)
           
Attachment(ContentEntity contentEntity, String filename, String contentType, String classpathResource)
           
Attachment(ContentEntity contentEntity, String filename, String contentType, String comment, byte[] data)
          Creates an Attachment object of an intended file.
 

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

Methods in com.atlassian.confluence.it.rpc with parameters of type ContentEntity
 void ConfluenceRpc.grantContentPermission(ContentPermission contentPermission, ContentEntity contentEntity)
           
 void ConfluenceRpc.grantContentPermissions(ContentEntity contentEntity, List<? extends Entity> entities, ContentPermissionType permissionType)
           
 void ConfluenceRpc.revokeContentPermission(ContentPermission contentPermission, ContentEntity contentEntity)
           
 

Uses of ContentEntity in com.atlassian.confluence.multimedia
 

Methods in com.atlassian.confluence.multimedia with parameters of type ContentEntity
protected  String AbstractMultimediaMacroAcceptanceTest.generateWikiMarkup(Space space, ContentEntity ce, Attachment file, String width, 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 MultimediaMacroMp3Test.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroFlashTest.getAttachment(ContentEntity ce)
           
protected abstract  Attachment AbstractMultimediaMacroTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroWMATest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroAVITest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroQuickTimeTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroWMVTest.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
 void Editor.edit(ContentEntity contentEntity)
           
 void Editor.edit(ContentEntity contentEntity, Editor.EditorMode mode)
          Opens the edit screen for the given content and switches to the required mode
 boolean LinkBrowser.isPresentInDataTable(ContentEntity content)
           
 void Editor.logInAndEdit(User user, ContentEntity contentEntity)
           
 void Editor.logInAndEdit(User user, ContentEntity contentEntity, Editor.EditorMode mode)
           
 TinyMce Editor.logInAndEditInRTE(User user, ContentEntity contentEntity)
          Logs the given user in, edits the given content and switches to the RTE.
 void Editor.logInAndEditMarkup(User user, ContentEntity contentEntity, String newContent)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.