public class TopicConverter extends Object
Constructor and Description |
---|
TopicConverter(PropertyManagement propertyManagement)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Topic |
convertBlogToTopic(Blog blog,
Collection<ExternalObject> externalObjects) |
public TopicConverter(PropertyManagement propertyManagement)
propertyManagement
- The property management to use.public Topic convertBlogToTopic(Blog blog, Collection<ExternalObject> externalObjects) throws NotFoundException, AuthorizationException
blog
- blog to be convertedexternalObjects
- the external objects of blogAuthorizationException
- in case the current user is not allowed to read the blog propertiesNotFoundException
- in case the blog does not existCopyright © 2019 Communote team. All rights reserved.