Uses of Interface
com.atlassian.confluence.api.service.content.ContentService.SingleContentFetcher

Packages that use ContentService.SingleContentFetcher
com.atlassian.confluence.api.service.content   
 

Uses of ContentService.SingleContentFetcher in com.atlassian.confluence.api.service.content
 

Subinterfaces of ContentService.SingleContentFetcher in com.atlassian.confluence.api.service.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.
 

Methods in com.atlassian.confluence.api.service.content that return ContentService.SingleContentFetcher
 ContentService.SingleContentFetcher ContentService.ContentFinder.withId(ContentId contentId)
          Restrict the fetched content to that with the given ContentId
 ContentService.SingleContentFetcher ContentService.ContentFinder.withLocator(ContentLocator locator)
          Restrict the fetched content to that matching the given ContentLocator, a ContentLocator identifies a single piece of content.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.