Class Content
- java.lang.Object
-
- com.atlassian.confluence.legacyapi.model.content.Content
-
@Deprecated public class Content extends Object
Deprecated.since 7.0.1 , useContent
Represents all the different kinds of content that can be housed in Confluence: pages, blog posts, comments and so on.
-
-
Constructor Summary
Constructors Constructor Description Content(Long id, com.atlassian.fugue.Option<SpaceSummary> space, ContentType type, String title, String webUrlPath, com.atlassian.fugue.Option<String> tinyUrlPath, HistorySummary history, Iterable<ContentLink> ancestors, Map<ContentRepresentation,ContentBody> body, Map<Permission,Boolean> permissions)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<ContentLink>
getAncestors()
Deprecated.Map<ContentRepresentation,ContentBody>
getBody()
Deprecated.HistorySummary
getHistory()
Deprecated.String
getId()
Deprecated.Map<Permission,Boolean>
getPermissions()
Deprecated.com.atlassian.fugue.Option<SpaceSummary>
getSpace()
Deprecated.com.atlassian.fugue.Option<String>
getTinyUrlPath()
Deprecated.String
getTitle()
Deprecated.ContentType
getType()
Deprecated.String
getWebUrlPath()
Deprecated.
-
-
-
Constructor Detail
-
Content
public Content(Long id, com.atlassian.fugue.Option<SpaceSummary> space, ContentType type, String title, String webUrlPath, com.atlassian.fugue.Option<String> tinyUrlPath, HistorySummary history, Iterable<ContentLink> ancestors, Map<ContentRepresentation,ContentBody> body, Map<Permission,Boolean> permissions)
Deprecated.
-
-
Method Detail
-
getId
public String getId()
Deprecated.
-
getType
public ContentType getType()
Deprecated.
-
getTitle
public String getTitle()
Deprecated.
-
getWebUrlPath
public String getWebUrlPath()
Deprecated.
-
getTinyUrlPath
public com.atlassian.fugue.Option<String> getTinyUrlPath()
Deprecated.
-
getHistory
public HistorySummary getHistory()
Deprecated.
-
getSpace
public com.atlassian.fugue.Option<SpaceSummary> getSpace()
Deprecated.
-
getAncestors
public List<ContentLink> getAncestors()
Deprecated.
-
getBody
public Map<ContentRepresentation,ContentBody> getBody()
Deprecated.
-
getPermissions
public Map<Permission,Boolean> getPermissions()
Deprecated.
-
-