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
Exceptionprotected static FetchingSession<ResultRow> createSpeciesProductFetchingSession(CloseableIterator<ResultRow> source, org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exceptionprotected static FetchingSession<TaxonomyRow> createTaxonomyItemFetchingSession(CloseableIterator<TaxonomyRow> source, org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exceptionpublic static FetchingSession<Occurrence> createOccurrenceFetchingSession(CloseableIterator<Occurrence> source, org.gcube.application.framework.core.session.ASLSession session) throws Exception
ExceptionCopyright © 2013. All Rights Reserved.