Modifier and Type | Method and Description |
---|---|
protected int |
LenientDataSourceCatalog.getResultListSize(Query query,
ProductType type)
Overridden method from superclass to allow for null validation layer.
|
protected int |
DataSourceCatalog.getResultListSize(Query query,
ProductType type) |
ProductPage |
ScienceDataCatalog.pagedQuery(Query query,
ProductType type,
int pageNum) |
ProductPage |
MappedDataSourceCatalog.pagedQuery(Query query,
ProductType type,
int pageNum) |
ProductPage |
LuceneCatalog.pagedQuery(Query query,
ProductType type,
int pageNum) |
ProductPage |
DataSourceCatalog.pagedQuery(Query query,
ProductType type,
int pageNum) |
ProductPage |
Catalog.pagedQuery(Query query,
ProductType type,
int pageNum)
Performs a query against the underlying
Catalog , and then
properly formulates a page of results to send back to the user. |
List<String> |
ScienceDataCatalog.query(Query arg0,
ProductType arg1) |
List<String> |
MappedDataSourceCatalog.query(Query query,
ProductType type) |
List<String> |
LuceneCatalog.query(Query query,
ProductType type) |
List<String> |
DataSourceCatalog.query(Query query,
ProductType type) |
List<String> |
Catalog.query(Query query,
ProductType type)
Queries the Catalog with the specified
Query |
Modifier and Type | Method and Description |
---|---|
ProductPage |
SolrCatalog.pagedQuery(Query query,
ProductType type,
int pageNum) |
List<String> |
SolrCatalog.query(Query query,
ProductType type)
Queries the Catalog with the specified
Query |
Modifier and Type | Class and Description |
---|---|
class |
ComplexQuery |
Modifier and Type | Method and Description |
---|---|
Query |
TypeHandler.preQueryHandle(Query query)
Converts this TypeHandler's element in the given Query into a Query
with the necessary elements and values so the Catalog can be queried.
|
Modifier and Type | Method and Description |
---|---|
Query |
TypeHandler.preQueryHandle(Query query)
Converts this TypeHandler's element in the given Query into a Query
with the necessary elements and values so the Catalog can be queried.
|
Modifier and Type | Method and Description |
---|---|
Query |
XmlRpcFileManagerClient.getCatalogQuery(Query query,
ProductType productType) |
Modifier and Type | Method and Description |
---|---|
Query |
XmlRpcFileManagerClient.getCatalogQuery(Query query,
ProductType productType) |
ProductPage |
XmlRpcFileManagerClient.pagedQuery(Query query,
ProductType type,
int pageNum) |
List<Product> |
XmlRpcFileManagerClient.query(Query query,
ProductType type) |
Modifier and Type | Method and Description |
---|---|
void |
QueryTool.generateCASQuery(Query casQuery,
org.apache.lucene.search.Query luceneQuery) |
static void |
CatalogSearch.GenerateCASQuery(Query casQuery,
org.apache.lucene.search.Query luceneQuery) |
static void |
CatalogSearch.PostQuery(Query casQuery) |
static void |
CatalogSearch.PostQuery(String product,
Query casQuery) |
List |
QueryTool.query(Query query) |
Modifier and Type | Method and Description |
---|---|
static Query |
XmlRpcStructFactory.getQueryFromXmlRpc(Map<String,Object> queryHash) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
XmlRpcStructFactory.getXmlRpcQuery(Query query) |
Modifier and Type | Method and Description |
---|---|
Query |
TemporalQuery.buildQuery() |
Query |
ProductNameQuery.buildQuery() |
Query |
PCSQuery.buildQuery()
Builds a filemgr compliant
Query object from a concrete instance of
the implementing class. |
Query |
OutputFilesQuery.buildQuery() |
Query |
JobIdQuery.buildQuery() |
Query |
InputFilesQuery.buildQuery() |
Query |
FilenameQuery.buildQuery() |
Modifier and Type | Method and Description |
---|---|
Product |
FileManagerUtils.getLatestProduct(Query query,
ProductType type) |
Product |
FileManagerUtils.getLatestProduct(Query query,
String productTypeName) |
List |
FileManagerUtils.queryAllTypes(Query query) |
List |
FileManagerUtils.queryAllTypes(Query query,
List excludeTypeList) |
List |
FileManagerUtils.queryAndReturnMetadata(Query query,
ProductType type) |
List<Product> |
FileManagerUtils.querySpecifiedTypes(Query query,
List<String> typeList) |
List |
FileManagerUtils.queryTypeList(Query query,
List typeList) |
List |
FileManagerUtils.safeIssueQuery(Query query,
ProductType type) |
Copyright © 1999–2017 Apache OODT. All rights reserved.