Uses of Interface
ddf.catalog.operation.DeleteRequest
Packages that use DeleteRequest
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 DeleteRequest in ddf.catalog
Methods in ddf.catalog with parameters of type DeleteRequest -
Uses of DeleteRequest in ddf.catalog.plugin
Methods in ddf.catalog.plugin that return DeleteRequestModifier and TypeMethodDescriptionPreIngestPlugin.process(DeleteRequest input) Processes theDeleteRequestprior to the execution of the update operation.AccessPlugin.processPreDelete(DeleteRequest input) Processes aDeleteRequest, prior toCatalogProvider.delete(DeleteRequest), to determine whether or not the user can access the Catalog operationPreAuthorizationPlugin.processPreDelete(DeleteRequest input) Process aDeleteRequestfor use cases that occur prior to security rules.Methods in ddf.catalog.plugin with parameters of type DeleteRequestModifier and TypeMethodDescriptionPreIngestPlugin.process(DeleteRequest input) Processes theDeleteRequestprior to the execution of the update operation.AccessPlugin.processPreDelete(DeleteRequest input) Processes aDeleteRequest, prior toCatalogProvider.delete(DeleteRequest), to determine whether or not the user can access the Catalog operationPreAuthorizationPlugin.processPreDelete(DeleteRequest input) Process aDeleteRequestfor use cases that occur prior to security rules. -
Uses of DeleteRequest in ddf.catalog.source
Methods in ddf.catalog.source with parameters of type DeleteRequestModifier 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.