Uses of Class
org.gcube.data.oai.tmplugin.repository.OAISet

Packages that use OAISet
org.gcube.data.oai.tmplugin   
org.gcube.data.oai.tmplugin.repository   
org.gcube.data.oai.tmplugin.repository.iterators   
 

Uses of OAISet in org.gcube.data.oai.tmplugin
 

Constructor parameters in org.gcube.data.oai.tmplugin with type arguments of type OAISet
OAIReader(OAISource source, Repository repository, List<OAISet> sets)
           
 

Uses of OAISet in org.gcube.data.oai.tmplugin.repository
 

Methods in org.gcube.data.oai.tmplugin.repository that return types with arguments of type OAISet
 List<OAISet> BaseRepository.getSetsWith(List<String> setIds)
          Retrieve sets of the repository with given identifiers
 List<OAISet> Repository.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 OAISet
 org.gcube.data.trees.data.Tree BaseRepository.get(String id, List<OAISet> sets)
          Retrieves a Tree with a given identifier from one of a number of sets in the repository.
 org.gcube.data.trees.data.Tree Repository.get(String id, List<OAISet> 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> BaseRepository.getAllIn(List<OAISet> sets)
          Retrieves all trees in a number of sets of the repository.
 org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> Repository.getAllIn(List<OAISet> sets)
          Retrieves all trees in a number of sets of the repository.
 Summary BaseRepository.summary(List<OAISet> sets)
          Returns a Summary of a number of sets of the repository.
 Summary Repository.summary(List<OAISet> sets)
          Returns a Summary of a number of sets of the repository.
 

Uses of OAISet in org.gcube.data.oai.tmplugin.repository.iterators
 

Methods in org.gcube.data.oai.tmplugin.repository.iterators with parameters of type OAISet
protected abstract  org.gcube.common.data.RecordIterator SetIterator.fetchRecords(OAISet set)
           
 

Constructor parameters in org.gcube.data.oai.tmplugin.repository.iterators with type arguments of type OAISet
SetIterator(List<OAISet> sets)
           
 



Copyright © 2013. All Rights Reserved.