Uses of Class
com.atlassian.confluence.legacyapi.model.content.Content
Package
Description
-
Uses of Content in com.atlassian.confluence.legacyapi.model.content
ModifierConstructorDescriptionContentTree
(PartialList<ContentTree> children, Content content) Deprecated. -
Uses of Content in com.atlassian.confluence.legacyapi.service.content
Modifier and TypeMethodDescriptioncom.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>
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 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
Modifier and TypeMethodDescriptionLegacyContentBuilder.buildFrom
(ContentEntityObject entity, Expansions expansions) Deprecated. -
Uses of Content in com.atlassian.confluence.ui.rest.service.content
Modifier and TypeMethodDescriptioncom.atlassian.fugue.Option<Content>
LegacyContentServiceImpl.find
(ContentLocator locator, Expansion... expansions) Deprecated.com.atlassian.fugue.Option<Content>
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.LegacyContentServiceImpl.findSubContent
(long id, ContentType subContentType, int offset, int count, Expansion... expansions) Deprecated.