| Modifier and Type | Method and Description |
|---|---|
void |
SearchController.changeStatusJob(SearchResultType jobType,
String jobId,
DownloadState state) |
static void |
SearchController.excecuteGetJobs(SearchResultType type,
boolean resetStructures) |
void |
SearchController.resubmitJob(SearchResultType resultType,
String jobIdentifier) |
| Modifier and Type | Field and Description |
|---|---|
protected SearchResultType |
SaveItemsEvent.itemType |
| Modifier and Type | Method and Description |
|---|---|
SearchResultType |
SaveItemsEvent.getItemType() |
SearchResultType |
SaveJobEvent.getItemType() |
SearchResultType |
ReLoadListJobEvent.getLoadType() |
SearchResultType |
ReSubmitJobEvent.getLoadType() |
SearchResultType |
UpdateAllRowSelectionEvent.getSearchType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SaveItemsEvent.setItemType(SearchResultType itemType) |
| Constructor and Description |
|---|
ReLoadListJobEvent(SearchResultType loadType) |
ReSubmitJobEvent(SearchResultType loadType,
JobOccurrencesModel jobOccurrenceModel,
JobTaxonomyModel jobTaxonomyModel) |
SaveItemsEvent(SearchResultType itemType,
SaveFileFormat fileFormat,
int expectedPoints,
OccurrencesSaveEnum csvType) |
SaveJobEvent(String jobIdentifier,
String scientificName,
List<DataSource> dataSourceList,
SearchResultType type,
JobOccurrencesModel jobOccurrenceModel) |
SaveJobEvent(String jobIdentifier,
String scientificName,
List<DataSource> dataSourceList,
String rank,
SearchResultType type,
JobTaxonomyModel jobTaxonomyModel) |
UpdateAllRowSelectionEvent(boolean selectionValue,
SearchResultType type) |
| Modifier and Type | Method and Description |
|---|---|
SearchResultType |
TaxonomySearchService.searchByQuery(String query) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaxonomySearchServiceAsync.searchByQuery(String query,
com.google.gwt.user.client.rpc.AsyncCallback<SearchResultType> callback) |
| Modifier and Type | Method and Description |
|---|---|
static SpeciesCapability |
Util.getCapabilityFromResultType(SearchResultType resultType) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchResultType |
TaxonomySearchServiceImpl.search(String searchTerm,
SearchType searchType,
SearchFilters searchFilters) |
SearchResultType |
TaxonomySearchServiceImpl.searchByQuery(String query) |
| Modifier and Type | Method and Description |
|---|---|
static <O extends FetchingElement> |
IteratorChainBuilder.buildChain(CloseableIterator<org.gcube.data.spd.model.ResultElement> input,
SearchResultType type,
org.gcube.application.framework.core.session.ASLSession session) |
| Modifier and Type | Method and Description |
|---|---|
static FetchingSession<? extends FetchingElement> |
FetchingSessionUtil.createFetchingSession(CloseableIterator<? extends FetchingElement> source,
SearchResultType type,
org.gcube.application.framework.core.session.ASLSession session) |
| Modifier and Type | Method and Description |
|---|---|
static SearchResultType |
QueryUtil.getQueryResultType(String query) |
static SearchResultType |
QueryUtil.getResultType(SearchFilters searchFilters) |
| Modifier and Type | Method and Description |
|---|---|
static SpeciesCapability |
QueryUtil.getResultType(SearchResultType resultType) |
| Modifier and Type | Method and Description |
|---|---|
static SearchResultType |
SearchResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchResultType[] |
SearchResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.