Uses of Class
com.atlassian.confluence.api.model.locator.ContentLocator

Packages that use ContentLocator
com.atlassian.confluence.api.model.locator   
com.atlassian.confluence.api.service.content   
com.atlassian.confluence.rest.client   
 

Uses of ContentLocator in com.atlassian.confluence.api.model.locator
 

Methods in com.atlassian.confluence.api.model.locator that return ContentLocator
 ContentLocator ContentLocatorBuilder.PageLocatorBuilder.bySpaceKeyAndTitle(java.lang.String spaceKey, java.lang.String title)
           
 ContentLocator ContentLocatorBuilder.BlogLocatorBuilder.bySpaceKeyTitleAndPostingDay(java.lang.String spaceKey, java.lang.String title, org.joda.time.LocalDate postingDay)
           
 

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

Methods in com.atlassian.confluence.api.service.content with parameters of type ContentLocator
 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.
 

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

Methods in com.atlassian.confluence.rest.client with parameters of type ContentLocator
 RemoteContentService.RemoteSingleContentFetcher RemoteContentServiceImpl.RemoteContentFinderImpl.withLocator(ContentLocator locator)
           
 RemoteContentService.RemoteSingleContentFetcher RemoteContentService.RemoteContentFinder.withLocator(ContentLocator locator)
          Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.