Package ddf.catalog.content.plugin
Interface PostCreateStoragePlugin
public interface PostCreateStoragePlugin
Services implementing this interface are called immediately after an item is created 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(CreateStorageResponse input) Processes theCreateStorageResponse.
-
Method Details
-
process
Processes theCreateStorageResponse.- Parameters:
input- theCreateStorageResponseto process- Returns:
- the processed
CreateStorageResponseto pass to the nextPostCreateStoragePlugin - Throws:
PluginExecutionException- if an error occurs during processing
-