public class

Draft

extends AbstractContentEntity
java.lang.Object
   ↳ com.atlassian.confluence.it.AbstractContentEntity
     ↳ com.atlassian.confluence.it.Draft

Class Overview

Representation of a Draft for use in tests

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.it.AbstractContentEntity
Public Constructors
Draft(User owner, String type, String title, String content)
Draft(User owner, ContentType type, String title)
Draft(User owner, ContentType type, String title, String content, Space space)
Draft(User owner, String type, String title, String content, Page page)
Public Methods
String getContent()
Return the content of this entity.
String getEditUrl()
User getOwner()
Page getPage()
Space getSpace()
String getTitle()
String getTypeAsString()
[Expand]
Inherited Methods
From class com.atlassian.confluence.it.AbstractContentEntity
From class java.lang.Object
From interface com.atlassian.confluence.it.ContentEntity

Public Constructors

public Draft (User owner, String type, String title, String content)

public Draft (User owner, ContentType type, String title)

public Draft (User owner, ContentType type, String title, String content, Space space)

public Draft (User owner, String type, String title, String content, Page page)

Public Methods

public String getContent ()

Return the content of this entity.

public String getEditUrl ()

public User getOwner ()

public Page getPage ()

public Space getSpace ()

public String getTitle ()

public String getTypeAsString ()