Uses of Class
com.atlassian.confluence.legacyapi.service.Expansion
Packages that use Expansion
Package
Description
-
Uses of Expansion in com.atlassian.confluence.legacyapi.service
Methods in com.atlassian.confluence.legacyapi.service that return ExpansionConstructors in com.atlassian.confluence.legacyapi.service with parameters of type ExpansionConstructor parameters in com.atlassian.confluence.legacyapi.service with type arguments of type Expansion -
Uses of Expansion in com.atlassian.confluence.legacyapi.service.content
Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type ExpansionModifier 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.ContentService.findSubContentTree(long parentId, ContentType subContentType, Expansion... expansions) Deprecated.Retrieve content that is "contained within" some other piece of content (i.e. -
Uses of Expansion in com.atlassian.confluence.ui.rest
Methods in com.atlassian.confluence.ui.rest that return Expansion -
Uses of Expansion in com.atlassian.confluence.ui.rest.service.content
Methods in com.atlassian.confluence.ui.rest.service.content with parameters of type ExpansionModifier 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.LegacyContentServiceImpl.findSubContentTree(long parentId, ContentType subContentType, Expansion... expansions) Deprecated.