| Package | Description |
|---|---|
| org.alfresco.repo.blog | |
| org.alfresco.service.cmr.blog |
| Modifier and Type | Method and Description |
|---|---|
PagingResults<BlogPostInfo> |
BlogServiceImpl.findBlogPosts(NodeRef blogContainerNode,
BlogService.RangedDateProperty dateRange,
String tag,
PagingRequest pagingReq) |
PagingResults<BlogPostInfo> |
BlogServiceImpl.findBlogPosts(String siteShortName,
BlogService.RangedDateProperty dateRange,
String tag,
PagingRequest pagingReq) |
| Modifier and Type | Method and Description |
|---|---|
PagingResults<BlogPostInfo> |
BlogService.findBlogPosts(NodeRef blogContainerNode,
BlogService.RangedDateProperty dateRange,
String tag,
PagingRequest pagingReq)
Finds blog posts by the specified user tagged with the given tag string.
|
PagingResults<BlogPostInfo> |
BlogService.findBlogPosts(String siteShortName,
BlogService.RangedDateProperty dateRange,
String tag,
PagingRequest pagingReq)
Finds blog posts by the specified user tagged with the given tag string.
|
Copyright © 2005–2020 Alfresco Software. All rights reserved.