Uses of Class
com.atlassian.confluence.api.model.Expansion

Packages that use Expansion
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.impl.service.content.finder   
com.atlassian.confluence.api.impl.service.longtasks   
com.atlassian.confluence.api.model   
com.atlassian.confluence.api.service.content   
com.atlassian.confluence.api.service.longtasks   
com.atlassian.confluence.api.service.search   
com.atlassian.confluence.plugins.contentproperty   
com.atlassian.confluence.rest.api.model   
com.atlassian.confluence.rest.client   
com.atlassian.confluence.rest.client.impl   
 

Uses of Expansion in com.atlassian.confluence.api.impl.service.content
 

Methods in com.atlassian.confluence.api.impl.service.content with parameters of type Expansion
 Content ContentServiceImpl.buildContent(ContentEntityObject entity, Expansion... expansions)
           
 SpaceService.SpaceFinder SpaceServiceImpl.find(Expansion... expansions)
           
 ContentService.ContentFinder ContentServiceImpl.find(Expansion... expansions)
           
 AttachmentService.AttachmentFinder AttachmentServiceImpl.find(Expansion... expansions)
           
 ChildContentService.ChildContentFinder ChildContentServiceImpl.findContent(ContentId parentId, Expansion... expansions)
           
 SpaceService.SpaceContentFinder SpaceServiceImpl.findContent(Space space, Expansion... expansions)
           
 ContentMacroService.MacroInstanceFinder ContentMacroServiceImpl.findInContent(ContentId contentId, Expansion... expansion)
           
 com.atlassian.fugue.Option<Space> SpaceServiceImpl.getSpace(java.lang.String spaceKey, Expansion... expansions)
          Deprecated. 
 

Uses of Expansion in com.atlassian.confluence.api.impl.service.content.finder
 

Fields in com.atlassian.confluence.api.impl.service.content.finder declared as Expansion
protected  Expansion[] AbstractFinder.expansions
           
 

Methods in com.atlassian.confluence.api.impl.service.content.finder with parameters of type Expansion
 ContentService.ContentFinder ContentFinderFactory.createContentFinder(ContentServiceImpl contentService, Expansion... expansions)
           
 

Constructors in com.atlassian.confluence.api.impl.service.content.finder with parameters of type Expansion
AbstractFinder(Expansion... expansions)
           
 

Uses of Expansion in com.atlassian.confluence.api.impl.service.longtasks
 

Methods in com.atlassian.confluence.api.impl.service.longtasks with parameters of type Expansion
 com.atlassian.fugue.Option<LongTaskStatus> LongTaskServiceImpl.get(LongTaskId id, Expansion... expansions)
           
 PageResponse<LongTaskStatus> LongTaskServiceImpl.getAll(PageRequest request, Expansion... expansions)
           
 

Uses of Expansion in com.atlassian.confluence.api.model
 

Methods in com.atlassian.confluence.api.model that return Expansion
 Expansion[] Expansions.merge(Expansion[] expansions)
           
 Expansion[] Expansions.toArray()
           
 

Methods in com.atlassian.confluence.api.model with parameters of type Expansion
 Expansion[] Expansions.merge(Expansion[] expansions)
           
 

Constructors in com.atlassian.confluence.api.model with parameters of type Expansion
Expansions(Expansion... expansions)
           
 

Constructor parameters in com.atlassian.confluence.api.model with type arguments of type Expansion
Expansions(java.lang.Iterable<Expansion> expansions)
           
 

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

Methods in com.atlassian.confluence.api.service.content with parameters of type Expansion
 SpaceService.SpaceFinder SpaceService.find(Expansion... expansion)
          Create a space finder to locate spaces, the expansions will be applied to each Space matching the restrictions on the finder.
 ContentService.ContentFinder ContentService.find(Expansion... expansions)
          Create a ContentFinder for locating content, the expansions will be applied to each piece of content that matches the finder.
 ContentPropertyService.ContentPropertyFinder ContentPropertyService.find(Expansion... expansions)
          Create a ContentPropertyService.ContentPropertyFinder for locating content, the expansions will be applied to each property that matches the finder.
 AttachmentService.AttachmentFinder AttachmentService.find(Expansion... expansions)
          Creates an attachment finder for locating attachments.
 ChildContentService.ChildContentFinder ChildContentService.findContent(ContentId parentId, Expansion... expansion)
          A finder to locate Content under a parent.
 SpaceService.SpaceContentFinder SpaceService.findContent(Space space, Expansion... expansion)
          A finder to locate content in the space
 ContentMacroService.MacroInstanceFinder ContentMacroService.findInContent(ContentId contentId, Expansion... expansion)
          Create a macro instance finder to locate macro instances in the given Content
 com.atlassian.fugue.Option<Space> SpaceService.getSpace(java.lang.String spaceKey, Expansion... expansions)
          Deprecated. use find().withKey(String).fetchOne();
 

Uses of Expansion in com.atlassian.confluence.api.service.longtasks
 

Methods in com.atlassian.confluence.api.service.longtasks with parameters of type Expansion
 com.atlassian.fugue.Option<LongTaskStatus> LongTaskService.get(LongTaskId id, Expansion... expansions)
          Returns the status of a long-running task.
 PageResponse<LongTaskStatus> LongTaskService.getAll(PageRequest request, Expansion... expansions)
          Returns the status of all tracked long-running tasks visible to the user.
 

Uses of Expansion in com.atlassian.confluence.api.service.search
 

Methods in com.atlassian.confluence.api.service.search with parameters of type Expansion
 PageResponse<Content> CQLSearchService.searchContent(java.lang.String cqlInput, Expansion... expansions)
          Execute a CQL search query and fetch a page results.
 PageResponse<Content> CQLSearchService.searchContent(java.lang.String cqlInput, PageRequest pageRequest, Expansion... expansions)
          Execute a CQL search query and fetch a page results.
 

Uses of Expansion in com.atlassian.confluence.plugins.contentproperty
 

Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type Expansion
 ContentPropertyService.ContentPropertyFinder ContentPropertyFinderFactory.createContentPropertyFinder(Expansion... expansions)
           
 ContentPropertyService.ContentPropertyFinder ContentPropertyServiceImpl.find(Expansion... expansions)
           
 

Uses of Expansion in com.atlassian.confluence.rest.api.model
 

Methods in com.atlassian.confluence.rest.api.model that return Expansion
static Expansion[] ExpansionsParser.parse(java.lang.String expand)
          Converts a string representation of a collection of Expansions back into an Expansion array.
static Expansion ExpansionsParser.parseSingle(java.lang.String expand)
          Converts a string representation of a single Expansion back into an Expansion.
 

Methods in com.atlassian.confluence.rest.api.model with parameters of type Expansion
static java.lang.String ExpansionsParser.asString(Expansion[] expansionsArr)
          Converts a collection of Expansions into a single string.
 

Uses of Expansion in com.atlassian.confluence.rest.client
 

Methods in com.atlassian.confluence.rest.client with parameters of type Expansion
protected  com.sun.jersey.api.client.WebResource AbstractRemoteService.addExpansions(com.sun.jersey.api.client.WebResource resource, Expansion[] expansions)
          add the expansions to the WebResource as a query param, this specifies which properties on the results to expand
 RemoteSpaceService.RemoteSpaceFinder RemoteSpaceServiceImpl.find(Expansion... expansions)
           
 RemoteSpaceService.RemoteSpaceFinder RemoteSpaceService.find(Expansion... expansions)
           
 RemoteContentService.RemoteContentFinder RemoteContentServiceImpl.find(Expansion... expansions)
           
 RemoteContentService.RemoteContentFinder RemoteContentService.find(Expansion... expansions)
          Create a content finder to retrieve content from the remote server
 RemoteContentPropertyService.RemoteContentPropertyFinder RemoteContentPropertyServiceImpl.find(Expansion... expansions)
           
 RemoteContentPropertyService.RemoteContentPropertyFinder RemoteContentPropertyService.find(Expansion... expansions)
           
 RemoteAttachmentService.RemoteAttachmentFinder RemoteAttachmentServiceImpl.find(Expansion... expansions)
           
 RemoteAttachmentService.RemoteAttachmentFinder RemoteAttachmentService.find(Expansion... expansions)
           
 RemoteChildContentService.RemoteChildContentFinder RemoteChildContentServiceImpl.findContent(ContentId parentId, Expansion... expansion)
           
 RemoteChildContentService.RemoteChildContentFinder RemoteChildContentService.findContent(ContentId parentId, Expansion... expansion)
          Create a finder to find content in the given parent.
 RemoteSpaceService.RemoteSpaceContentFinder RemoteSpaceServiceImpl.findContent(Space space, Expansion... expansion)
           
 RemoteSpaceService.RemoteSpaceContentFinder RemoteSpaceService.findContent(Space space, Expansion... expansion)
          Create a finder to find content in the given space.
 RemoteContentMacroService.RemoteMacroFinder RemoteContentMacroService.findInContent(ContentId contentId, Expansion... expansions)
          Retrieve details about a macro matching the page, version and macro hash.
 com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<LongTaskStatus>> RemoteLongTaskService.get(LongTaskId id, Expansion... expansions)
          Returns the status of a long-running task.
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteContentServiceImpl.getChildren(Content parent, PageRequest pageRequest, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteContentService.getChildren(Content parent, PageRequest pageRequest, Expansion... expansion)
          Retrieve the children of an item of Content.
 com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> RemoteSpaceServiceImpl.getSpace(java.lang.String spaceKey, Expansion... expansions)
          Deprecated. 
 com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> RemoteSpaceService.getSpace(java.lang.String spaceKey, Expansion... expansions)
          Deprecated. since 5.6. Use RemoteSpaceService.find(Expansion...)
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteCQLSearchServiceImpl.searchContent(java.lang.String cql, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteCQLSearchService.searchContent(java.lang.String cql, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteCQLSearchServiceImpl.searchContent(java.lang.String cql, PageRequest request, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteCQLSearchService.searchContent(java.lang.String cql, PageRequest request, Expansion... expansions)
           
 

Constructors in com.atlassian.confluence.rest.client with parameters of type Expansion
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl(AbstractRemoteService other, ContentId parentId, Expansion[] expansion)
           
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl(AbstractRemoteService other, Expansion... expansions)
           
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl(AbstractRemoteService other, Space space, Expansion[] expansion)
           
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl(AbstractRemoteService other, Expansion... expansions)
           
 

Uses of Expansion in com.atlassian.confluence.rest.client.impl
 

Methods in com.atlassian.confluence.rest.client.impl with parameters of type Expansion
 RemoteContentMacroService.RemoteMacroFinder RemoteContentMacroServiceImpl.findInContent(ContentId content, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<LongTaskStatus>> RemoteLongTaskServiceImpl.get(LongTaskId id, Expansion... expansions)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.