public class CommunityConfiguration extends Object
| Modifier and Type | Method and Description |
|---|---|
Map<String,Community> |
getCommunities() |
Community |
getCommunityById(String id) |
List<Pair<String,SelectionConstraints>> |
getCommunityForDatasource(String dts) |
List<String> |
getCommunityForDatasource(String dts,
Map<String,List<String>> param) |
List<String> |
getCommunityForDatasourceValue(String value) |
List<Pair<String,SelectionConstraints>> |
getCommunityForOrganization(String org) |
List<String> |
getCommunityForOrganizationValue(String org) |
List<Pair<String,SelectionConstraints>> |
getCommunityForSubject(String sbj) |
List<String> |
getCommunityForSubjectValue(String value) |
List<Pair<String,SelectionConstraints>> |
getCommunityForZenodoCommunity(String zc) |
List<String> |
getCommunityForZenodoCommunityValue(String value) |
List<Community> |
getCommunityList() |
void |
setCommunities(Map<String,Community> communities) |
int |
size() |
String |
toJson() |
public List<Pair<String,SelectionConstraints>> getCommunityForSubject(String sbj)
public List<Pair<String,SelectionConstraints>> getCommunityForDatasource(String dts)
public List<String> getCommunityForDatasource(String dts, Map<String,List<String>> param)
public List<Pair<String,SelectionConstraints>> getCommunityForOrganization(String org)
public List<Pair<String,SelectionConstraints>> getCommunityForZenodoCommunity(String zc)
public List<String> getCommunityForZenodoCommunityValue(String value)
public String toJson()
public int size()
Copyright © 2022. All rights reserved.