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

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

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

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

Classes in com.atlassian.confluence.content.service.page that implement SingleEntityLocator
 class AbstractPageLocator
           
 class IdPageLocator
          A page locator that uses the page Id to find a page
 

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

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

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

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

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



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.