Package ddf.catalog.content.plugin
Interface PostUpdateStoragePlugin
public interface PostUpdateStoragePlugin
Services implementing this interface are called immediately after an item is updated in the
content repository.
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
-
Method Summary
Modifier and TypeMethodDescriptionprocess(UpdateStorageResponse input) Processes theUpdateStorageResponse.
-
Method Details
-
process
Processes theUpdateStorageResponse.- Parameters:
input- theUpdateStorageResponseto process- Returns:
- the processed
UpdateStorageResponseto pass to the nextPostUpdateStoragePlugin - Throws:
PluginExecutionException- if an error occurs during processing
-