Uses of Interface
ddf.catalog.operation.DeleteResponse
Packages that use DeleteResponse
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 DeleteResponse in ddf.catalog
Methods in ddf.catalog that return DeleteResponse -
Uses of DeleteResponse in ddf.catalog.plugin
Methods in ddf.catalog.plugin that return DeleteResponseModifier and TypeMethodDescriptionPostIngestPlugin.process(DeleteResponse input) Processes theDeleteResponse.AccessPlugin.processPostDelete(DeleteResponse input) Processes aDeleteResponse, following the execution ofCatalogProvider.delete(DeleteRequest), to determine whether or not the user can access the Catalog operationPreAuthorizationPlugin.processPostDelete(DeleteResponse input) Process aDeleteResponsefor use cases that occur prior to security rules.Methods in ddf.catalog.plugin with parameters of type DeleteResponseModifier and TypeMethodDescriptionPostIngestPlugin.process(DeleteResponse input) Processes theDeleteResponse.AccessPlugin.processPostDelete(DeleteResponse input) Processes aDeleteResponse, following the execution ofCatalogProvider.delete(DeleteRequest), to determine whether or not the user can access the Catalog operationPreAuthorizationPlugin.processPostDelete(DeleteResponse input) Process aDeleteResponsefor use cases that occur prior to security rules. -
Uses of DeleteResponse in ddf.catalog.source
Methods in ddf.catalog.source that return DeleteResponseModifier and TypeMethodDescriptionCatalogProvider.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.