Uses of Class
com.atlassian.confluence.core.service.AbstractSingleEntityLocator

Packages that use AbstractSingleEntityLocator
com.atlassian.confluence.content.service   
com.atlassian.confluence.content.service.blogpost   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.content.service.space   
 

Uses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service
 

Subclasses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service
 class IdContentLocator
           
 

Uses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service.blogpost
 

Subclasses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service.blogpost
 class IdBlogPostLocator
          A blog post locator that uses the blog post Id to find a blog post
 

Uses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service.page
 

Subclasses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service.page
 class AbstractPageLocator
           
 class IdAndVersionPageLocator
          A page locator that uses the page Id to find an identified version of a page.
 class IdPageLocator
          A page locator that uses the page Id to find a page
 class SinglePageLocator
           
 class TitleAndSpaceKeyPageLocator
          Returns the page with the given space key and title.
 

Uses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service.space
 

Subclasses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service.space
 class KeySpaceLocator
          A space locator that uses a space key to find a space.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.