Modifier and Type | Class and Description |
---|---|
class |
BlogData
Value object holding the data of a blog/topic.
|
class |
UserBlogData
Value object which holds the data of a blog/topic and the role of the current user in that topic.
|
Modifier and Type | Method and Description |
---|---|
MinimalBlogData |
BlogManagement.getMinimalBlogInfo(Long blogId)
Return the minimal set of information on a blog, even if the current user is not allowed to
read it.
|
Modifier and Type | Method and Description |
---|---|
MinimalBlogData |
BlogManagementImpl.getMinimalBlogInfo(Long blogId) |
Modifier and Type | Method and Description |
---|---|
MinimalBlogData |
TopicTool.getMinimalBlogInfo(Number blogId)
Return the minimal set of information on a topic, even if the current user has no access to
the topic.
|
Modifier and Type | Class and Description |
---|---|
class |
BlogTagListItem |
class |
DetailBlogListItem |
class |
UserDetailBlogListItem
Details about a blog plus information about the current user regarding this blog.
|
Modifier and Type | Method and Description |
---|---|
String |
NoteTemplateTool.blogAsJson(MinimalBlogData blog,
boolean xmlEncode)
Create a JSON with blog details.
|
String |
NoteTemplateUrlTool.getBlog(NoteRenderContext context,
MinimalBlogData blog)
Return the link to a topic.
|
Copyright © 2019 Communote team. All rights reserved.