Uses of Interface
ddf.catalog.operation.UpdateRequest
Packages that use UpdateRequest
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 UpdateRequest in ddf.catalog
Methods in ddf.catalog with parameters of type UpdateRequestModifier and TypeMethodDescriptionCatalogFramework.update(UpdateRequest updateRequest) Updates a list of Metacards. -
Uses of UpdateRequest in ddf.catalog.plugin
Methods in ddf.catalog.plugin that return UpdateRequestModifier and TypeMethodDescriptionPreIngestPlugin.process(UpdateRequest input) Process aUpdateRequestprior toCatalogProvider.update(UpdateRequest).AccessPlugin.processPreUpdate(UpdateRequest input, Map<String, Metacard> existingMetacards) Processes anUpdateRequest, prior to execution of theUpdate, to determine whether or not the user can access the Catalog operationPreAuthorizationPlugin.processPreUpdate(UpdateRequest input, Map<String, Metacard> existingMetacards) Process anUpdateRequestfor use cases that occur prior to security rules.Methods in ddf.catalog.plugin with parameters of type UpdateRequestModifier and TypeMethodDescriptionPreIngestPlugin.process(UpdateRequest input) Process aUpdateRequestprior toCatalogProvider.update(UpdateRequest).AccessPlugin.processPreUpdate(UpdateRequest input, Map<String, Metacard> existingMetacards) Processes anUpdateRequest, prior to execution of theUpdate, to determine whether or not the user can access the Catalog operationPreAuthorizationPlugin.processPreUpdate(UpdateRequest input, Map<String, Metacard> existingMetacards) Process anUpdateRequestfor use cases that occur prior to security rules. -
Uses of UpdateRequest in ddf.catalog.source
Methods in ddf.catalog.source with parameters of type UpdateRequestModifier and TypeMethodDescriptionCatalogProvider.update(UpdateRequest updateRequest) Updates a list ofMetacardrecords.CatalogStore.update(UpdateRequest updateRequest) Updates a list ofMetacardrecords.