public class FetchingSessionUtil extends Object
Constructor and Description |
---|
FetchingSessionUtil() |
Modifier and Type | Method and Description |
---|---|
static FetchingSession<? extends FetchingElement> |
createFetchingSession(CloseableIterator<? extends FetchingElement> source,
SearchResultType type,
org.gcube.application.framework.core.session.ASLSession session) |
static FetchingSession<Occurrence> |
createOccurrenceFetchingSession(CloseableIterator<Occurrence> source,
org.gcube.application.framework.core.session.ASLSession session) |
protected static FetchingSession<ResultRow> |
createSpeciesProductFetchingSession(CloseableIterator<ResultRow> source,
org.gcube.application.framework.core.session.ASLSession session) |
protected static FetchingSession<TaxonomyRow> |
createTaxonomyItemFetchingSession(CloseableIterator<TaxonomyRow> source,
org.gcube.application.framework.core.session.ASLSession session) |
public static FetchingSession<? extends FetchingElement> createFetchingSession(CloseableIterator<? extends FetchingElement> source, SearchResultType type, org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
protected static FetchingSession<ResultRow> createSpeciesProductFetchingSession(CloseableIterator<ResultRow> source, org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
protected static FetchingSession<TaxonomyRow> createTaxonomyItemFetchingSession(CloseableIterator<TaxonomyRow> source, org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
public static FetchingSession<Occurrence> createOccurrenceFetchingSession(CloseableIterator<Occurrence> source, org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
Copyright © 2016. All Rights Reserved.