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

Packages that use ContentEntity
com.atlassian.confluence.it   
com.atlassian.confluence.it.rpc   
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 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)
           
 

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, java.util.List<Entity> entities, ContentPermissionType permissionType)
           
 void ConfluenceRpc.revokeContentPermission(ContentPermission contentPermission, ContentEntity contentEntity)
           
 

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)
           
 boolean LinkBrowser.isPresentInDataTable(ContentEntity content)
           
 void Editor.logInAndEdit(User user, ContentEntity contentEntity)
           
 void Editor.logInAndEditMarkup(User user, ContentEntity contentEntity, java.lang.String newContent)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.