Uses of Class
ddf.catalog.transform.CatalogTransformerException
Packages that use CatalogTransformerException
Package
Description
Provides the classes for the Catalog Framework API and implementation.
Provides the classes for the Catalog Transform API and implementation.
-
Uses of CatalogTransformerException in ddf.catalog
Methods in ddf.catalog that throw CatalogTransformerExceptionModifier and TypeMethodDescriptionCatalogFramework.transform(Metacard metacard, String transformerId, Map<String, Serializable> requestProperties) Transforms the providedMetacardintoBinaryContent.CatalogFramework.transform(SourceResponse response, String transformerId, Map<String, Serializable> requestProperties) -
Uses of CatalogTransformerException in ddf.catalog.transform
Methods in ddf.catalog.transform that throw CatalogTransformerExceptionModifier and TypeMethodDescriptionInputCollectionTransformer.transform(InputStream inputStream, Map<String, Serializable> arguments) Transforms anInputStreaminto a list ofMetacards.InputTransformer.transform(InputStream input) Transforms the input into aMetacard.InputTransformer.transform(InputStream input, String id) MetacardTransformer.transform(Metacard metacard, Map<String, Serializable> arguments) Transforms the providedMetacardinto aBinaryContentQueryResponseTransformer.transform(SourceResponse upstreamResponse, Map<String, Serializable> arguments) Transforms the list of results into theBinaryContent.