Uses of Class
com.atlassian.confluence.legacyapi.model.content.locator.ContentLocator

Packages that use ContentLocator
com.atlassian.confluence.legacyapi.model.content.locator   
com.atlassian.confluence.legacyapi.service.content   
com.atlassian.confluence.ui.rest.service.content   
 

Uses of ContentLocator in com.atlassian.confluence.legacyapi.model.content.locator
 

Methods in com.atlassian.confluence.legacyapi.model.content.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.legacyapi.service.content
 

Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentLocator
 com.atlassian.fugue.Option<Content> ContentService.find(ContentLocator locator, Expansion... expansions)
          Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).
 

Uses of ContentLocator in com.atlassian.confluence.ui.rest.service.content
 

Methods in com.atlassian.confluence.ui.rest.service.content with parameters of type ContentLocator
 com.atlassian.fugue.Option<Content> ContentServiceImpl.find(ContentLocator locator, Expansion... expansions)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.