Class IdBlogPostLocator
java.lang.Object
com.atlassian.confluence.core.service.AbstractSingleEntityLocator
com.atlassian.confluence.content.service.blogpost.IdBlogPostLocator
- All Implemented Interfaces:
BlogPostLocator,EntityLocator,SingleEntityLocator
A blog post locator that uses the blog post Id to find a blog post
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the entities that matches the query represented by this locator.Methods inherited from class com.atlassian.confluence.core.service.AbstractSingleEntityLocator
getEntitiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.core.service.EntityLocator
getEntities
-
Constructor Details
-
IdBlogPostLocator
-
-
Method Details
-
getBlogPost
- Specified by:
getBlogPostin interfaceBlogPostLocator
-
getEntity
Description copied from interface:SingleEntityLocatorGet the entities that matches the query represented by this locator. If no entities match the query, this method will return null.- Specified by:
getEntityin interfaceSingleEntityLocator- Returns:
- the entity matching the locator's query, or null if no such object is found.
-