com.atlassian.confluence.content.service.page
Class AbstractPageLocator

java.lang.Object
  extended by com.atlassian.confluence.core.service.AbstractSingleEntityLocator
      extended by com.atlassian.confluence.content.service.page.AbstractPageLocator
All Implemented Interfaces:
PageLocator, EntityLocator, SingleEntityLocator
Direct Known Subclasses:
IdAndVersionPageLocator, IdPageLocator, SinglePageLocator, TitleAndSpaceKeyPageLocator

public abstract class AbstractPageLocator
extends AbstractSingleEntityLocator
implements PageLocator


Constructor Summary
AbstractPageLocator()
           
 
Method Summary
 ConfluenceEntityObject getEntity()
          Get the entities that matches the query represented by this locator.
 
Methods inherited from class com.atlassian.confluence.core.service.AbstractSingleEntityLocator
getEntities
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.confluence.content.service.page.PageLocator
getPage
 
Methods inherited from interface com.atlassian.confluence.core.service.EntityLocator
getEntities
 

Constructor Detail

AbstractPageLocator

public AbstractPageLocator()
Method Detail

getEntity

public ConfluenceEntityObject getEntity()
Description copied from interface: SingleEntityLocator
Get the entities that matches the query represented by this locator. If no entities match the query, this method will return null.

Specified by:
getEntity in interface SingleEntityLocator
Returns:
the entity matching the locator's query, or null if no such object is found.


Copyright © 2003-2014 Atlassian. All Rights Reserved.