com.atlassian.confluence.content.service.blogpost
Class IdBlogPostLocator
java.lang.Object
com.atlassian.confluence.core.service.AbstractSingleEntityLocator
com.atlassian.confluence.content.service.blogpost.IdBlogPostLocator
- All Implemented Interfaces:
- BlogPostLocator, EntityLocator, SingleEntityLocator
public class IdBlogPostLocator
- extends AbstractSingleEntityLocator
- implements BlogPostLocator
A blog post locator that uses the blog post Id to find a blog post
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdBlogPostLocator
public IdBlogPostLocator(PageManager pageManager,
long pageId)
getBlogPost
public BlogPost getBlogPost()
- Specified by:
getBlogPost
in interface BlogPostLocator
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.