Uses of Interface
com.atlassian.confluence.core.service.EntityLocator

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

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

Classes in com.atlassian.confluence.content.service that implement EntityLocator
 class IdContentLocator
           
 

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

Subinterfaces of EntityLocator in com.atlassian.confluence.content.service.blogpost
 interface BlogPostLocator
          Locates a single Blog Post
 

Classes in com.atlassian.confluence.content.service.blogpost that implement EntityLocator
 class IdBlogPostLocator
          A blog post locator that uses the blog post Id to find a blog post
 

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

Subinterfaces of EntityLocator in com.atlassian.confluence.content.service.page
 interface PageLocator
           
 

Classes in com.atlassian.confluence.content.service.page that implement EntityLocator
 class AbstractPageLocator
           
 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 EntityLocator in com.atlassian.confluence.content.service.space
 

Subinterfaces of EntityLocator in com.atlassian.confluence.content.service.space
 interface SpaceLocator
           
 

Classes in com.atlassian.confluence.content.service.space that implement EntityLocator
 class KeySpaceLocator
          A space locator that uses a space key to find a space.
 

Uses of EntityLocator in com.atlassian.confluence.core.service
 

Subinterfaces of EntityLocator in com.atlassian.confluence.core.service
 interface SingleEntityLocator
          EntityLocator that will only ever find either zero or one objects.
 

Classes in com.atlassian.confluence.core.service that implement EntityLocator
 class AbstractSingleEntityLocator
          Base class for SingleEntityLocator that enforces the contract between getEntity and getEntities
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.