|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Set | |
|---|---|
| org.gcube.data.oai.tmplugin | |
| org.gcube.data.oai.tmplugin.repository | |
| org.gcube.data.oai.tmplugin.repository.iterators | |
| Uses of Set in org.gcube.data.oai.tmplugin |
|---|
| Constructor parameters in org.gcube.data.oai.tmplugin with type arguments of type Set | |
|---|---|
OAIReader(OAISource source,
Repository repository,
List<Set> sets)
|
|
| Uses of Set in org.gcube.data.oai.tmplugin.repository |
|---|
| Methods in org.gcube.data.oai.tmplugin.repository that return types with arguments of type Set | |
|---|---|
List<Set> |
Repository.getSetsWith(List<String> setIds)
Retrieve sets of the repository with given identifiers |
List<Set> |
BaseRepository.getSetsWith(List<String> setIds)
Retrieve sets of the repository with given identifiers |
| Method parameters in org.gcube.data.oai.tmplugin.repository with type arguments of type Set | |
|---|---|
org.gcube.data.trees.data.Tree |
Repository.get(String id,
List<Set> sets)
Retrieves a Tree with a given identifier from one of a number of
sets in the repository. |
org.gcube.data.trees.data.Tree |
BaseRepository.get(String id,
List<Set> sets)
Retrieves a Tree with a given identifier from one of a number of
sets in the repository. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
Repository.getAllIn(List<Set> sets)
Retrieves all trees in a number of sets of the repository. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
BaseRepository.getAllIn(List<Set> sets)
Retrieves all trees in a number of sets of the repository. |
Summary |
Repository.summary(List<Set> sets)
Returns a Summary of a number of sets of the repository. |
Summary |
BaseRepository.summary(List<Set> sets)
Returns a Summary of a number of sets of the repository. |
| Uses of Set in org.gcube.data.oai.tmplugin.repository.iterators |
|---|
| Methods in org.gcube.data.oai.tmplugin.repository.iterators with parameters of type Set | |
|---|---|
protected abstract org.gcube.common.OAIRecordList |
SetIterator.fetchRecords(Set set)
|
| Constructor parameters in org.gcube.data.oai.tmplugin.repository.iterators with type arguments of type Set | |
|---|---|
SetIterator(List<Set> sets)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||