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