Uses of Class
com.atlassian.confluence.legacyapi.service.Expansion
-
-
Uses of Expansion in com.atlassian.confluence.legacyapi.service
Methods in com.atlassian.confluence.legacyapi.service that return Expansion Modifier and Type Method Description Expansion[]
Expansions. toArray()
Deprecated.Constructors in com.atlassian.confluence.legacyapi.service with parameters of type Expansion Constructor Description Expansions(Expansion... expansions)
Deprecated.Constructor parameters in com.atlassian.confluence.legacyapi.service with type arguments of type Expansion Constructor Description Expansions(Iterable<Expansion> expansions)
Deprecated. -
Uses of Expansion in com.atlassian.confluence.legacyapi.service.content
Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type Expansion 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.PartialList<ContentTree>
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 Modifier and Type Method Description static Expansion[]
LegacyExpansionsParser. parse(String expand)
Deprecated. -
Uses of Expansion in com.atlassian.confluence.ui.rest.service.content
Methods in com.atlassian.confluence.ui.rest.service.content with parameters of type Expansion 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.PartialList<ContentTree>
LegacyContentServiceImpl. findSubContentTree(long parentId, ContentType subContentType, Expansion... expansions)
Deprecated.
-