Uses of Interface
ddf.catalog.operation.Update
Packages that use Update
Package
Description
Provides the classes for the Catalog Operation API and implementation.
Provides the classes for the Catalog Plug-in API and implementation.
-
Uses of Update in ddf.catalog.operation
Methods in ddf.catalog.operation that return types with arguments of type UpdateModifier and TypeMethodDescriptionUpdateResponse.getUpdatedMetacards()Get theUpdates that occurred -
Uses of Update in ddf.catalog.plugin
Methods in ddf.catalog.plugin that return UpdateModifier and TypeMethodDescriptionPreDeliveryPlugin.processUpdateHit(Update update) Callback invoked when aMetacardhas been updated and the new version matches aSubscription.PreDeliveryPlugin.processUpdateMiss(Update update) Callback invoked when aMetacardhas been updated and only the old version matches aSubscriptionMethods in ddf.catalog.plugin with parameters of type UpdateModifier and TypeMethodDescriptionPreDeliveryPlugin.processUpdateHit(Update update) Callback invoked when aMetacardhas been updated and the new version matches aSubscription.PreDeliveryPlugin.processUpdateMiss(Update update) Callback invoked when aMetacardhas been updated and only the old version matches aSubscription