Uses of Class
com.atlassian.confluence.legacyapi.model.content.Content
Packages that use Content
Package
Description
-
Uses of Content in com.atlassian.confluence.legacyapi.model.content
Methods in com.atlassian.confluence.legacyapi.model.content that return ContentConstructors in com.atlassian.confluence.legacyapi.model.content with parameters of type ContentModifierConstructorDescriptionContentTree
(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 ContentModifier and TypeMethodDescriptionio.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).io.atlassian.fugue.Option
<Content> Deprecated.Retrieve a piece of content by its ID.io.atlassian.fugue.Option
<Content> ContentService.findCurrentVersion
(long id, Expansion... expansions) Deprecated.Retrieve the next version of a piece of content, if it existsio.atlassian.fugue.Option
<Content> ContentService.findNextVersion
(long id, Expansion... expansions) Deprecated.Retrieve the next version of a piece of content, if it existsio.atlassian.fugue.Option
<Content> ContentService.findPreviousVersion
(long id, Expansion... expansions) Deprecated.Retrieve the next version of a piece of content, if it existsContentService.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 ContentModifier and TypeMethodDescriptionLegacyContentBuilder.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 ContentModifier and TypeMethodDescriptionio.atlassian.fugue.Option
<Content> LegacyContentServiceImpl.find
(ContentLocator locator, Expansion... expansions) Deprecated.io.atlassian.fugue.Option
<Content> Deprecated.io.atlassian.fugue.Option
<Content> LegacyContentServiceImpl.findCurrentVersion
(long id, Expansion... expansions) Deprecated.io.atlassian.fugue.Option
<Content> LegacyContentServiceImpl.findNextVersion
(long id, Expansion... expansions) Deprecated.io.atlassian.fugue.Option
<Content> LegacyContentServiceImpl.findPreviousVersion
(long id, Expansion... expansions) Deprecated.LegacyContentServiceImpl.findSubContent
(long id, ContentType subContentType, int offset, int count, Expansion... expansions) Deprecated.