Package ddf.catalog.content.plugin
Interface PreUpdateStoragePlugin
public interface PreUpdateStoragePlugin
Services implementing this interface are called immediately before 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(UpdateStorageRequest input) Processes theUpdateStorageRequest.
-
Method Details
-
process
Processes theUpdateStorageRequest.- Parameters:
input- theUpdateStorageRequestto process- Returns:
- the processed
UpdateStorageRequestto pass to the nextPreUpdateStoragePlugin - Throws:
PluginExecutionException- if an error occurs during processing
-