com.atlassian.confluence.rest.client
Interface RemoteContentService.RemoteContentFinder

All Superinterfaces:
RemoteContentService.RemoteContentFetcher, RemoteContentService.RemoteParameterContentFinder, RemoteContentService.RemoteSingleContentFetcher
All Known Implementing Classes:
RemoteContentServiceImpl.RemoteContentFinderImpl
Enclosing interface:
RemoteContentService

public static interface RemoteContentService.RemoteContentFinder
extends RemoteContentService.RemoteParameterContentFinder


Method Summary
 RemoteContentService.RemoteSingleContentFetcher withId(ContentId contentId)
           
 RemoteContentService.RemoteSingleContentFetcher withLocator(ContentLocator locator)
          Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).
 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteParameterContentFinder
withCreatedDate, withSpace, withTitle, withType
 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteContentFetcher
fetchMany, fetchMappedByContentType
 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteSingleContentFetcher
fetchOne, fetchOneOrNull
 

Method Detail

withId

RemoteContentService.RemoteSingleContentFetcher withId(ContentId contentId)

withLocator

RemoteContentService.RemoteSingleContentFetcher withLocator(ContentLocator locator)
Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).

Parameters:
locator - the locator containing the criteria for the content you are looking for
Returns:
the content, if one exists matching the criteria, or none otherwise.


Copyright © 2003-2014 Atlassian. All Rights Reserved.