Uses of Interface
ddf.catalog.operation.CreateResponse
Packages that use CreateResponse
Package
Description
Provides the classes for the Catalog Framework 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.
-
Uses of CreateResponse in ddf.catalog
Methods in ddf.catalog that return CreateResponseModifier and TypeMethodDescriptionCatalogFramework.create(CreateStorageRequest createRequest) This code is experimental.CatalogFramework.create(CreateRequest createRequest) CreatesMetacards in theCatalogProvider. -
Uses of CreateResponse in ddf.catalog.plugin
Methods in ddf.catalog.plugin that return CreateResponseModifier and TypeMethodDescriptionPostIngestPlugin.process(CreateResponse input) Processes theCreateResponse.Methods in ddf.catalog.plugin with parameters of type CreateResponseModifier and TypeMethodDescriptionPostIngestPlugin.process(CreateResponse input) Processes theCreateResponse. -
Uses of CreateResponse in ddf.catalog.source
Methods in ddf.catalog.source that return CreateResponseModifier and TypeMethodDescriptionCatalogProvider.create(CreateRequest createRequest) Publishes a list ofMetacardobjects into the catalog.CatalogStore.create(CreateRequest createRequest) Publishes a list ofMetacardobjects into the catalog.