| Package | Description |
|---|---|
| eu.dnetlib.clients.functionality.community.ws |
| Modifier and Type | Method and Description |
|---|---|
void |
CommunityWebService.addAuthoritativeDocument(String communityId,
String documentId)
Add an authoritative document to a community.
|
void |
CommunityWebServiceImpl.addAuthoritativeDocument(String communityId,
String documentId) |
void |
CommunityWebService.addCollection(String communityId,
String collectionId)
Add a collection to a community.
|
void |
CommunityWebServiceImpl.addCollection(String communityId,
String collectionId) |
void |
CommunityWebService.addManager(String communityId,
String userId)
Add a new user as community manager to this community.
|
void |
CommunityWebServiceImpl.addManager(String communityId,
String userId) |
void |
CommunityWebService.addRecommendation(String communityId,
String recommendationId)
Add a recommendation to a community.
|
void |
CommunityWebServiceImpl.addRecommendation(String communityId,
String recommendationId) |
String |
CommunityWebService.createCommunity(String name,
String ownerId)
Create a new community.
|
String |
CommunityWebServiceImpl.createCommunity(String name,
String ownerId) |
List<String> |
CommunityWebService.getAllCommunityIds()
Get all the available community ids.
|
List<String> |
CommunityWebServiceImpl.getAllCommunityIds() |
Set<String> |
CommunityWebService.getAuthoritativeDocuments(String communityId)
Get all the authoritative documents of a community.
|
Set<String> |
CommunityWebServiceImpl.getAuthoritativeDocuments(String communityId) |
Set<String> |
CommunityWebService.getCollections(String communityId)
Get all the collections of a community.
|
Set<String> |
CommunityWebServiceImpl.getCollections(String communityId) |
eu.dnetlib.domain.functionality.Community |
CommunityWebService.getCommunity(String id)
Search a community by id.
|
eu.dnetlib.domain.functionality.Community |
CommunityWebServiceImpl.getCommunity(String id) |
Set<String> |
CommunityWebService.getManagers(String communityId)
Get all the users that are managers of a community.
|
Set<String> |
CommunityWebServiceImpl.getManagers(String communityId) |
Set<String> |
CommunityWebService.getRecommendations(String communityId)
Get all the recommendations of a community.
|
Set<String> |
CommunityWebServiceImpl.getRecommendations(String communityId) |
void |
CommunityWebService.removeAuthoritativeDocument(String communityId,
String documentId)
Remove an authoritative document from a community.
|
void |
CommunityWebServiceImpl.removeAuthoritativeDocument(String communityId,
String documentId) |
void |
CommunityWebService.removeCollection(String communityId,
String collectionId)
Remove a collection from a community.
|
void |
CommunityWebServiceImpl.removeCollection(String communityId,
String collectionId) |
void |
CommunityWebService.removeCommunity(String id)
Remove an existing community.
|
void |
CommunityWebServiceImpl.removeCommunity(String id) |
void |
CommunityWebService.removeManager(String communityId,
String userId)
Remove a a user as community manager from a community.
|
void |
CommunityWebServiceImpl.removeManager(String communityId,
String userId) |
void |
CommunityWebService.removeRecommendation(String communityId,
String recommendationId)
Remove a recommendation from a community.
|
void |
CommunityWebServiceImpl.removeRecommendation(String communityId,
String recommendationId) |
List<eu.dnetlib.domain.functionality.Community> |
CommunityWebService.searchCommunities(eu.dnetlib.domain.functionality.CommunitySearchCriteria criteria)
Search communities by criteria.
|
List<eu.dnetlib.domain.functionality.Community> |
CommunityWebServiceImpl.searchCommunities(eu.dnetlib.domain.functionality.CommunitySearchCriteria criteria) |
List<String> |
CommunityWebService.searchCommunityIds(eu.dnetlib.domain.functionality.CommunitySearchCriteria criteria)
Search community ids by criteria.
|
List<String> |
CommunityWebServiceImpl.searchCommunityIds(eu.dnetlib.domain.functionality.CommunitySearchCriteria criteria) |
void |
CommunityWebService.updateCommunity(String id,
String name,
String description,
String owner,
Set<String> managers,
Set<String> collections,
Set<String> recommendations,
Set<String> authoritativeDocuments)
Update an existing community.
|
void |
CommunityWebServiceImpl.updateCommunity(String id,
String name,
String description,
String owner,
Set<String> managers,
Set<String> collections,
Set<String> recommendations,
Set<String> authoritativeDocuments) |
Copyright © 2017. All rights reserved.