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