Interface BlogPostLocator
-
- All Superinterfaces:
EntityLocator
,SingleEntityLocator
- All Known Implementing Classes:
IdBlogPostLocator
public interface BlogPostLocator extends SingleEntityLocator
Locates a single Blog Post
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlogPost
getBlogPost()
-
Methods inherited from interface com.atlassian.confluence.core.service.EntityLocator
getEntities
-
Methods inherited from interface com.atlassian.confluence.core.service.SingleEntityLocator
getEntity
-
-
-
-
Method Detail
-
getBlogPost
BlogPost getBlogPost()
-
-