Uses of Interface
com.atlassian.confluence.api.service.finder.SingleFetcher

Packages that use SingleFetcher
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.impl.service.content.finder   
com.atlassian.confluence.api.service.content   
 

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

Classes in com.atlassian.confluence.api.impl.service.content that implement SingleFetcher
 class SpaceServiceImpl.SpaceFinderImpl
           
 

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

Classes in com.atlassian.confluence.api.impl.service.content.finder that implement SingleFetcher
 class AbstractFinder<T>
           
 

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

Subinterfaces of SingleFetcher in com.atlassian.confluence.api.service.content
static interface AttachmentService.AttachmentFinder
          A finder for locating attachments.
static interface ContentMacroService.MacroInstanceFinder
          A finder for locating instances of macros on content
static interface ContentService.ContentFetcher
          A content fetcher that also allows fetching many, this exists as a separate interface to allow the type system to only offer fetchMany methods when appropriate.
static interface ContentService.ContentFinder
          A finder for locating content
static interface ContentService.ParameterContentFinder
          A content finder allowing various parameters to be set to restrict the fetched content.
static interface ContentService.SingleContentFetcher
           
static interface SpaceService.SingleSpaceFetcher
           
static interface SpaceService.SpaceFinder
          A finder for locating spaces.
 

Methods in com.atlassian.confluence.api.service.content that return SingleFetcher
 SingleFetcher<Content> AttachmentService.AttachmentFinder.withId(ContentId attachmentId)
          Restrict the attachment returned by the fetch methods to those with the given attachmentId
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.