@Deprecated public class Draft extends AbstractContentEntity
Draft for use in testsid, lastModificationDate, lastModifier, version| Constructor and Description |
|---|
Draft(User owner,
ContentType type,
String title,
Space space)
Deprecated.
|
Draft(User owner,
ContentType type,
String title,
String content,
Space space)
Deprecated.
|
Draft(User owner,
Page page,
String title,
String content)
Deprecated.
|
Draft(User owner,
String type,
String title,
String content,
Page page,
Space space)
Deprecated.
|
Draft(User owner,
String type,
String title,
String content,
Space space)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Deprecated.
|
String |
getEditUrl()
Deprecated.
|
User |
getOwner()
Deprecated.
|
Page |
getPage()
Deprecated.
|
Space |
getSpace()
Deprecated.
|
String |
getTitle()
Deprecated.
|
String |
getTypeAsString()
Deprecated.
|
boolean |
shouldConvertToContent()
Deprecated.
|
getContentId, getContentType, getContentTypeObject, getId, getIdAsString, getLastModificationDate, getLastModifier, getVersion, isMinorEdit, setContent, setId, setId, setLastModificationDate, setLastModifier, setVersionpublic Draft(User owner, ContentType type, String title, Space space)
public Draft(User owner, ContentType type, String title, String content, Space space)
public Draft(User owner, String type, String title, String content, Page page, Space space)
public Page getPage()
public User getOwner()
public String getTypeAsString()
public String getTitle()
public String getContent()
getContent in interface ContentEntitygetContent in class AbstractContentEntitypublic Space getSpace()
public String getEditUrl()
public boolean shouldConvertToContent()
Copyright © 2003–2015 Atlassian. All rights reserved.