| Package | Description |
|---|---|
| org.gcube.data.oai.tmplugin | |
| org.gcube.data.oai.tmplugin.repository | |
| org.gcube.data.oai.tmplugin.repository.iterators |
| Constructor and Description |
|---|
OAIReader(OAISource source,
Repository repository,
List<Set> sets) |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.gcube.common.data.RecordIterator |
SetIterator.fetchRecords(Set set) |
| Constructor and Description |
|---|
SetIterator(List<Set> sets) |
Copyright © 2015. All Rights Reserved.