Uses of Class
com.atlassian.confluence.legacyapi.model.content.Content
-
-
Uses of Content in com.atlassian.confluence.legacyapi.model.content
Methods in com.atlassian.confluence.legacyapi.model.content that return Content Modifier and Type Method Description Content
ContentTree. getContent()
Deprecated.Constructors in com.atlassian.confluence.legacyapi.model.content with parameters of type Content Constructor Description ContentTree(PartialList<ContentTree> children, Content content)
Deprecated. -
Uses of Content in com.atlassian.confluence.legacyapi.service.content
Methods in com.atlassian.confluence.legacyapi.service.content that return types with arguments of type Content Modifier and Type Method Description com.atlassian.fugue.Option<Content>
ContentService. find(ContentLocator locator, Expansion... expansions)
Deprecated.Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).com.atlassian.fugue.Option<Content>
ContentService. findById(long id, Expansion... expansions)
Deprecated.Retrieve a piece of content by its ID.com.atlassian.fugue.Option<Content>
ContentService. findCurrentVersion(long id, Expansion... expansions)
Deprecated.Retrieve the next version of a piece of content, if it existscom.atlassian.fugue.Option<Content>
ContentService. findNextVersion(long id, Expansion... expansions)
Deprecated.Retrieve the next version of a piece of content, if it existscom.atlassian.fugue.Option<Content>
ContentService. findPreviousVersion(long id, Expansion... expansions)
Deprecated.Retrieve the next version of a piece of content, if it existsPartialList<Content>
ContentService. findSubContent(long id, ContentType subContentType, int offset, int count, Expansion... expansions)
Deprecated.Retrieve content that is "contained within" some other piece of content (i.e. -
Uses of Content in com.atlassian.confluence.ui.rest.builder
Methods in com.atlassian.confluence.ui.rest.builder that return Content Modifier and Type Method Description Content
LegacyContentBuilder. buildFrom(ContentEntityObject entity, Expansions expansions)
Deprecated. -
Uses of Content in com.atlassian.confluence.ui.rest.service.content
Methods in com.atlassian.confluence.ui.rest.service.content that return types with arguments of type Content Modifier and Type Method Description com.atlassian.fugue.Option<Content>
LegacyContentServiceImpl. find(ContentLocator locator, Expansion... expansions)
Deprecated.com.atlassian.fugue.Option<Content>
LegacyContentServiceImpl. findById(long id, Expansion... expansions)
Deprecated.com.atlassian.fugue.Option<Content>
LegacyContentServiceImpl. findCurrentVersion(long id, Expansion... expansions)
Deprecated.com.atlassian.fugue.Option<Content>
LegacyContentServiceImpl. findNextVersion(long id, Expansion... expansions)
Deprecated.com.atlassian.fugue.Option<Content>
LegacyContentServiceImpl. findPreviousVersion(long id, Expansion... expansions)
Deprecated.PartialList<Content>
LegacyContentServiceImpl. findSubContent(long id, ContentType subContentType, int offset, int count, Expansion... expansions)
Deprecated.
-