Uses of Class
ddf.catalog.source.IngestException
Packages that use IngestException
Package
Description
Provides the classes for the Catalog Framework API and implementation.
Provides the classes for the Catalog Source API used implement a data source.
-
Uses of IngestException in ddf.catalog
Methods in ddf.catalog that throw IngestExceptionModifier and TypeMethodDescriptionCatalogFramework.create(CreateStorageRequest createRequest) This code is experimental.CatalogFramework.create(CreateRequest createRequest) CreatesMetacards in theCatalogProvider.CatalogFramework.delete(DeleteRequest deleteRequest) CatalogFramework.update(UpdateStorageRequest updateRequest) This code is experimental.CatalogFramework.update(UpdateRequest updateRequest) Updates a list of Metacards. -
Uses of IngestException in ddf.catalog.source
Subclasses of IngestException in ddf.catalog.sourceModifier and TypeClassDescriptionclassIngest exception that should spawn a 5xx error back to the client.Methods in ddf.catalog.source that throw IngestExceptionModifier and TypeMethodDescriptionCatalogProvider.create(CreateRequest createRequest) Publishes a list ofMetacardobjects into the catalog.CatalogStore.create(CreateRequest createRequest) Publishes a list ofMetacardobjects into the catalog.CatalogProvider.delete(DeleteRequest deleteRequest) Deletes records specified by a list of attribute values such as an id attribute.CatalogStore.delete(DeleteRequest deleteRequest) Deletes records specified by a list of attribute values such as an id attribute.CatalogProvider.update(UpdateRequest updateRequest) Updates a list ofMetacardrecords.CatalogStore.update(UpdateRequest updateRequest) Updates a list ofMetacardrecords.