Uses of Class
com.atlassian.confluence.legacyapi.service.Expansion

Packages that use Expansion
com.atlassian.confluence.legacyapi.service   
com.atlassian.confluence.legacyapi.service.content   
com.atlassian.confluence.ui.rest   
com.atlassian.confluence.ui.rest.service.content   
 

Uses of Expansion in com.atlassian.confluence.legacyapi.service
 

Methods in com.atlassian.confluence.legacyapi.service that return Expansion
 Expansion[] Expansions.toArray()
           
 

Constructors in com.atlassian.confluence.legacyapi.service with parameters of type Expansion
Expansions(Expansion... expansions)
           
 

Constructor parameters in com.atlassian.confluence.legacyapi.service with type arguments of type Expansion
Expansions(Iterable<Expansion> expansions)
           
 

Uses of Expansion in com.atlassian.confluence.legacyapi.service.content
 

Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type Expansion
 com.atlassian.fugue.Option<Content> ContentService.find(ContentLocator locator, Expansion... expansions)
          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)
          Retrieve a piece of content by its ID.
 com.atlassian.fugue.Option<Content> ContentService.findCurrentVersion(long id, Expansion... expansions)
          Retrieve the next version of a piece of content, if it exists
 com.atlassian.fugue.Option<Content> ContentService.findNextVersion(long id, Expansion... expansions)
          Retrieve the next version of a piece of content, if it exists
 com.atlassian.fugue.Option<Content> ContentService.findPreviousVersion(long id, Expansion... expansions)
          Retrieve the next version of a piece of content, if it exists
 PartialList<Content> ContentService.findSubContent(long id, ContentType subContentType, int offset, int count, Expansion... expansions)
          Retrieve content that is "contained within" some other piece of content (i.e.
 PartialList<ContentTree> ContentService.findSubContentTree(long parentId, ContentType subContentType, Expansion... expansions)
          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
static Expansion[] ExpansionsParser.parse(String expand)
           
 

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
 com.atlassian.fugue.Option<Content> ContentServiceImpl.find(ContentLocator locator, Expansion... expansions)
           
 com.atlassian.fugue.Option<Content> ContentServiceImpl.findById(long id, Expansion... expansions)
           
 com.atlassian.fugue.Option<Content> ContentServiceImpl.findCurrentVersion(long id, Expansion... expansions)
           
 com.atlassian.fugue.Option<Content> ContentServiceImpl.findNextVersion(long id, Expansion... expansions)
           
 com.atlassian.fugue.Option<Content> ContentServiceImpl.findPreviousVersion(long id, Expansion... expansions)
           
 PartialList<Content> ContentServiceImpl.findSubContent(long id, ContentType subContentType, int offset, int count, Expansion... expansions)
           
 PartialList<ContentTree> ContentServiceImpl.findSubContentTree(long parentId, ContentType subContentType, Expansion... expansions)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.