Package | Description |
---|---|
eu.dnetlib.api.functionality |
Modifier and Type | Method and Description |
---|---|
void |
ForumService.deleteThread(long threadId)
Delete an existing thread.
|
void |
ForumService.editThread(long threadId,
String topic,
List<eu.dnetlib.domain.functionality.Post> posts)
Edit an existing thread.
|
long |
ForumService.openThread(String communityId,
String userId,
String topic)
Open a new thread.
|
eu.dnetlib.domain.functionality.Thread |
ForumService.searchThread(long threadId)
Search for an existing thread by id.
|
List<eu.dnetlib.domain.functionality.Thread> |
ForumService.searchThread(String communityId)
Search for existing threads by community.
|
Copyright © 2020. All rights reserved.