public abstract class

AbstractPageLocator

extends AbstractSingleEntityLocator
implements PageLocator
java.lang.Object
   ↳ com.atlassian.confluence.core.service.AbstractSingleEntityLocator
     ↳ com.atlassian.confluence.content.service.page.AbstractPageLocator
Known Direct Subclasses

Summary

Public Constructors
AbstractPageLocator()
Public Methods
ConfluenceEntityObject getEntity()
Get the entities that matches the query represented by this locator.
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.service.AbstractSingleEntityLocator
From class java.lang.Object
From interface com.atlassian.confluence.content.service.page.PageLocator
From interface com.atlassian.confluence.core.service.EntityLocator
From interface com.atlassian.confluence.core.service.SingleEntityLocator

Public Constructors

public AbstractPageLocator ()

Public Methods

public ConfluenceEntityObject getEntity ()

Get the entities that matches the query represented by this locator. If no entities match the query, this method will return null.

Returns
  • the entity matching the locator's query, or null if no such object is found.