Uses of Interface
ddf.catalog.operation.SourceResponse
Packages that use SourceResponse
Package
Description
Provides the classes for the Catalog Framework API and implementation.
Provides the classes for the Catalog Operation 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.
-
Uses of SourceResponse in ddf.catalog
Methods in ddf.catalog with parameters of type SourceResponseModifier and TypeMethodDescriptionCatalogFramework.transform(SourceResponse response, String transformerId, Map<String, Serializable> requestProperties) -
Uses of SourceResponse in ddf.catalog.operation
Subinterfaces of SourceResponse in ddf.catalog.operation -
Uses of SourceResponse in ddf.catalog.source
Methods in ddf.catalog.source that return SourceResponse -
Uses of SourceResponse in ddf.catalog.transform
Methods in ddf.catalog.transform with parameters of type SourceResponseModifier and TypeMethodDescriptionQueryResponseTransformer.transform(SourceResponse upstreamResponse, Map<String, Serializable> arguments) Transforms the list of results into theBinaryContent.