Uses of Interface
ddf.catalog.operation.QueryRequest
Packages that use QueryRequest
Package
Description
Provides the classes for the Catalog Framework API and implementation.
Provides the classes for the Catalog Federation API and implementation.
Provides the classes for the Catalog Plug-in API and implementation.
Provides the classes for the Catalog Source API used implement a data source.
Provides the classes for the Catalog Transform API and implementation.
Provides the classes for the Catalog Validation API and implementation.
-
Uses of QueryRequest in ddf.catalog
Methods in ddf.catalog with parameters of type QueryRequestModifier and TypeMethodDescriptionCatalogFramework.query(QueryRequest query) Evaluates aQueryRequestusing the defaultFederationStrategyCatalogFramework.query(QueryRequest queryRequest, FederationStrategy strategy) Evaluates and executes aQueryRequestusing theFederationStrategyprovided. -
Uses of QueryRequest in ddf.catalog.federation
Methods in ddf.catalog.federation with parameters of type QueryRequestModifier and TypeMethodDescriptionFederationStrategy.federate(List<Source> sources, QueryRequest query) Federate the given query to theListofSources, returning aQueryResponseback to the user that will include the matchingResults. -
Uses of QueryRequest in ddf.catalog.plugin
Methods in ddf.catalog.plugin that return QueryRequestModifier and TypeMethodDescriptionabstract QueryRequestPreFederatedLocalProviderQueryPlugin.process(Source source, QueryRequest input) PreFederatedQueryPlugin.process(Source source, QueryRequest input) Processes aQueryRequestprior to execution of the FederatedQuery.PreQueryPlugin.process(QueryRequest input) Processes aQueryRequestprior to execution of the.invalid reference
QueryAccessPlugin.processPreQuery(QueryRequest input) Processes aQueryRequest, prior to execution of theQuery, to determine whether or not the user can access the Catalog operation.PreAuthorizationPlugin.processPreQuery(QueryRequest input) Process aQueryRequestfor use cases that occur prior to security rules.Methods in ddf.catalog.plugin with parameters of type QueryRequestModifier and TypeMethodDescriptionabstract QueryRequestPreFederatedLocalProviderQueryPlugin.process(Source source, QueryRequest input) PreFederatedQueryPlugin.process(Source source, QueryRequest input) Processes aQueryRequestprior to execution of the FederatedQuery.PreQueryPlugin.process(QueryRequest input) Processes aQueryRequestprior to execution of the.invalid reference
QueryAccessPlugin.processPreQuery(QueryRequest input) Processes aQueryRequest, prior to execution of theQuery, to determine whether or not the user can access the Catalog operation.PreAuthorizationPlugin.processPreQuery(QueryRequest input) Process aQueryRequestfor use cases that occur prior to security rules. -
Uses of QueryRequest in ddf.catalog.source
Methods in ddf.catalog.source with parameters of type QueryRequest -
Uses of QueryRequest in ddf.catalog.transform
Methods in ddf.catalog.transform that return QueryRequestModifier and TypeMethodDescriptionQueryFilterTransformer.transform(QueryRequest queryRequest, Map<String, Serializable> properties) Transforms aQueryRequest.Methods in ddf.catalog.transform with parameters of type QueryRequestModifier and TypeMethodDescriptionQueryFilterTransformer.transform(QueryRequest queryRequest, Map<String, Serializable> properties) Transforms aQueryRequest. -
Uses of QueryRequest in ddf.catalog.validation
Methods in ddf.catalog.validation with parameters of type QueryRequestModifier and TypeMethodDescriptionQueryValidator.validate(QueryRequest request) Validates aQueryRequestfor semantic correctness.